On 6/27/2010 6:52 AM, Kermit Rose wrote:
I do not know how to import code from any other directory than the
default, C:\Python26.
I personally took the easy way. I put my package of modules in
pthonxy/Lib/site-packages, which is already on the search path
from package import mymod
from packag
On Jun 27, 5:52 am, Kermit Rose wrote:
> On 6/26/2010 9:30 PM, python-list-requ...@python.org wrote:
> I do not know how to import code from any other directory than the
> default, C:\Python26.
Kermit,
There are a couple of ways to import python modules from various
places. But first create a f
On 6/26/2010 9:30 PM, python-list-requ...@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
> To: python-list@python.org
> Subject: