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:
On Sat, Jun 26, 2010 at 2:45 PM, Kermit Rose wrote:
> On 6/26/2010 5:27 PM, Robert Kern wrote:
>>
>> I do not provide Python support in private email. Please try the
>> python-list:
>>
>> http://mail.python.org/mailman/listinfo/python-list
>>
>> or its USENET gateway:
>>
>> news:comp.lang.pyth
On 6/26/2010 5:27 PM, Robert Kern wrote:
I do not provide Python support in private email. Please try the python-list:
http://mail.python.org/mailman/listinfo/python-list
or its USENET gateway:
news:comp.lang.python
On Sat, Jun 26, 2010 at 16:23, Kermit Rose wrote:
Hello Robert.
I h