This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author wah meng
Recipients ezio.melotti, skrah, wah meng
Date 2011-09-30.06:04:26
SpamBayes Score 3.496373e-07
Marked as misclassified No
Message-id <02EA6D704E30CE499C5071776509A925F5A8E8@039-SN1MPN1-003.039d.mgd.msft.net>
In-reply-to
Content
Wow..... I added it everywhere in the file. I love you!! (Ermm... I mean, literally)

It can work now. :). I will move on to migrate my application with this new python. Hopefully I don't see other modules breaking. 

Thanks for the GREAT helps!!! :) 

$ python
Python 2.7.1 (r271:86832, Sep 27 2011, 15:19:26) [C] on hp-ux11
Type "help", "copyright", "credits" or "license" for more information.
>>> import thread
>>> def test():
...   print "Hello World"
... 
>>> thread.start_new_thread(test,())
2
>>> Hello World

Regards,
Wah Meng
Genesis Wafermap Support Ticket: 
To report a problem: http://dyno.freescale.net/Question/QuestionMain3.asp?location=zmy02&category=&tickettype=6820
To request a service: http://dyno.freescale.net/Question/Questionmain3.asp?location=74&category=2&tickettype=6819
Or if it is related to EWM or DSA: http://dyno.freescale.net/Question/Questionmain3.asp?location=ZMY02&tickettype=6539
History
Date User Action Args
2011-09-30 06:04:27wah mengsetrecipients: + wah meng, ezio.melotti, skrah
2011-09-30 06:04:26wah menglinkissue13057 messages
2011-09-30 06:04:26wah mengcreate