Re: [Pythonmac-SIG] Testers needed again: Fix installer 1.2

2005-01-11 Thread Michael Twomey
Hi, I just tried out the installer and it works fine, but it appears to have littered my disk with CVS directories, was that intentional? (I'm guessing not) Otherwise it appears to work fine. A listing of the archive contents: hamtoro:/Volumes/PantherPythonFix/PantherPythonFix.pkg/Contents/Reso

RE: [Pythonmac-SIG] MacPython OSX beginner concepts ~/Desktop

2005-01-11 Thread Schollnick, Benjamin
> In apple's terminal app I can type: > > touch ~/Desktop/foobar > > and create an empty file. Keep in mind Touch is not just used to create a empty file... To create a empty file... deffile_to_create ( filepathname ): empty = open ( filepathname, "w" ) empty.clo

RE: [Pythonmac-SIG] MacPython OSX beginner concepts ~/Desktop

2005-01-11 Thread Schollnick, Benjamin
> In apple's terminal app I can type: > > touch ~/Desktop/foobar > > and create an empty file. Keep in mind Touch is not just used to create a empty file... To create a empty file... def file_to_create ( filepathname ): empty = open ( filepathname, "w" ) empty.close () Bu

Re: [Pythonmac-SIG] Testers needed again: Fix installer 1.2

2005-01-11 Thread Bob Ippolito
On Jan 11, 2005, at 5:09, Michael Twomey wrote: I just tried out the installer and it works fine, but it appears to have littered my disk with CVS directories, was that intentional? (I'm guessing not) Otherwise it appears to work fine. A listing of the archive contents: hamtoro:/Volumes/PantherPyth