> I thought that the '.py ' in this import statement would make the > interpreter think that newline was a package and therefore try to recognize > py as a module in the newline package. > > from newline.py import newline
Quite right it should have been from newline import mnewline! oops, sorry. Alan g. _______________________________________________ Tutor maillist - [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/tutor
