Re: [Tutor] saving project

2005-11-15 Thread alan . gauld
>>If you do >> >>File... Save >> >>Then select the location for your file and just give it a name, a >'.py' >>extension will be added to the file. But don't do this from the interactive shell! You need to create a new file (File->New) first and type your code in there. HTH, Alan G __

Re: [Tutor] saving project

2005-11-14 Thread Hugo González Monteverde
If you do File... Save Then select the location for your file and just give it a name, a '.py' extension will be added to the file. It is not in a specific format, it is just a text file with a '.py' extension. From Explorer you will likely see just the name of the file. And after you save

Re: [Tutor] saving project

2005-11-06 Thread Alan Gauld
>Firstly I am a new programmer on python. I am using Python 2.4.1 > with IDLE 1.1.1 Welcome to the tutor list! > I can't save my poject in my computer. how can I save my projects and > in which format I must save my projects. Provided you have typed your code into a new editor wind