Heve you tried to do something like: # module configure.py value1 = 10 value2 = 20 ...
# other module from configure import * # now I'm able to use value1 value2 etc. var = value1 * value2 bye -- http://mail.python.org/mailman/listinfo/python-list
Heve you tried to do something like: # module configure.py value1 = 10 value2 = 20 ...
# other module from configure import * # now I'm able to use value1 value2 etc. var = value1 * value2 bye -- http://mail.python.org/mailman/listinfo/python-list