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
> 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
> 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
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