passing multiple string to a command line option

Miki Tebeka miki.tebeka at gmail.com
Fri Oct 7 10:11:39 EDT 2011


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