Hi to everyone:
I have spent about two hours poring through the documentation to solve my problem but I couldn't find anything.
And so to save time, I am posting this question here.
I have a Windows 2000 system with a NTFS formatted 40Gig hard disk.
I installed Python 2.3.4 in folder C:\Python23.
I also installed MySql in folder C:\MySql
I want to store my source files (.PY) and MySql database in other folders say C:\P1, C:\P2, etc.
When I am in the Python Interpreter or PYthon IDE, how do I execute my PY files in C:\P1 or any folder for that matter.
I keep getting error messages about invalid syntax.
Thanks again in advance.
I have spent about two hours poring through the documentation to solve my problem but I couldn't find anything.
And so to save time, I am posting this question here.
I have a Windows 2000 system with a NTFS formatted 40Gig hard disk.
I installed Python 2.3.4 in folder C:\Python23.
I also installed MySql in folder C:\MySql
I want to store my source files (.PY) and MySql database in other folders say C:\P1, C:\P2, etc.
When I am in the Python Interpreter or PYthon IDE, how do I execute my PY files in C:\P1 or any folder for that matter.
I keep getting error messages about invalid syntax.
Thanks again in advance.