breaking up is hard to do

bbands bbands at yahoo.com
Fri Mar 25 16:53:47 EST 2005


For example I have a class named Indicators. If I cut it out and put it
in a file call Ind.py then "from Ind import Indicators" the class can
no longer see my globals. This is true even when the import occurs
after the config file has been read and parsed.

John




More information about the Python-list mailing list