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 <miki.teb...@gmail.com> To: comp.lang.pyt...@googlegroups.com Cc: python mailing list <python-list@python.org>; Miki Tebeka <miki.teb...@gmail.com>; Mahmood Naderan <nt_mahm...@yahoo.com> 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