Hi, I am working on a couple of functions that I want to add to my gnubg.py and am using some imports. When I start my python interpreter my import statement works fine, but adding the same import statement to gnubg.py or using it after having dropped to python using ">" when running GnuBG I get an import error: "ImportError: No module named MyModule", where MyModule is a module that is installed and wich I can Import when just running ">python" in a console.
Suggestions ? Storm
_______________________________________________ Bug-gnubg mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-gnubg
