2. Re: Python interface problem with Windows (Benjamin Kaplan)
Kermit Rose
kermit at polaris.net
Sun Jun 27 06:52:21 EDT 2010
On 6/26/2010 9:30 PM, python-list-request at python.org wrote:
>
> 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 <benjamin.kaplan at case.edu>
> To: python-list at python.org
> Subject: Re: Python interface problem with Windows
> Message-ID:
> <AANLkTinFCPAdsVfR0z4nmlwRAakSzRkUa9oEQGypB7bS at mail.gmail.com>
> 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
More information about the Python-list
mailing list