passing multiple string to a command line option

Mahmood Naderan nt_mahmood at yahoo.com
Fri Oct 7 12:52:16 EDT 2011


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.tebeka at gmail.com>
To: comp.lang.python at googlegroups.com
Cc: python mailing list <python-list at python.org>; Miki Tebeka <miki.tebeka at gmail.com>; Mahmood Naderan <nt_mahmood at 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).




More information about the Python-list mailing list