I was having trouble with the 'no module named' error message when trying to import and noticed that other successful imports were pulling from .py files that had the dot replaced with $ and .class appended to the name. Actually in one case it picked up a .pyc file then created a .class file.
How do I create a .class file from my .py file so that functions can be imported. Thanx, gtb -- http://mail.python.org/mailman/listinfo/python-list