K
Kermit Rose
Today's Topics:
2. Re: Python interface problem with Windows (Benjamin Kaplan)
> Message: 2
> Date: Sat, 26 Jun 2010 16:26:47 -0700
> From: Benjamin Kaplan <[email protected]>
> To: (e-mail address removed)
> Subject: Re: Python interface problem with Windows
> Message-ID:
> <[email protected]>
> Content-Type: text/plain; charset=ISO-8859-1
> You don't need to save scripts in C:\Python26. In fact, doing so is a
> very bad idea. You should keep the libraries in one place (that would
> be C:\Python26 ) and all of your individual programs somewhere else
> (like your Documents folder) where you don't have to worry if two
> different projects have files of the same name. For security reasons,
> you don't have permission to write to the whole hard drive, just your
> home directory.
I do not know how to import code from any other directory than the
default, C:\Python26.
And how do I save the code in a different directory than the default,
c:\Python26?
Kermit Rose