That print command generated a lot of errors. Since that error in my first post is related to the python code in simulator, I emailed them and consulted for help. Seems that it is going to be fixed....
Thanks for your kindness :) // Naderan *Mahmood; ----- Original Message ----- From: Miki Tebeka <[email protected]> To: [email protected] Cc: python mailing list <[email protected]>; Miki Tebeka <[email protected]>; Mahmood Naderan <[email protected]> Sent: Friday, October 7, 2011 5:41 PM Subject: Re: passing multiple string to a command line option Seems like self.ptype is a type that has __init__ with no arguments (other than self). You can add "print type(self.ptype)" as first line of "convert" to see what type it is (or place a breakpoint there). -- http://mail.python.org/mailman/listinfo/python-list
