If I start python in the terminal window and then type 'import bogus' I get a message saying 'Import error: No module named bogus'
If I try and launch the python module by typing 'python bogus.py' I get a message "python: can't open file 'bogus.py' "
Question: Can I use TextEdit or MS Word to write modules just so long as I put a .py suffix on the file?
Question: How can I save a module such that Python can find and open it?
_______________________________________________ Pythonmac-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/pythonmac-sig
