PYTHONPATH on PC
David Smith
drs at hpl.hp.com
Wed Feb 23 14:34:26 EST 2000
More information about the Python-list mailing list
Wed Feb 23 14:34:26 EST 2000
- Previous message (by thread): PYTHONPATH on PC
- Next message (by thread): PYTHONPATH on PC
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Mikael Olofsson wrote:
> I thought you were supposed to do
>
> import sys
> sys.path.append('whateverpath')
> import yourmodule
>
> At least that's what I do on Unix.
Yes, you're right. That works. And now, I don't know why I couldn't remember
or find this: I have even been over that territory before. I guess it's just
part of learning a bunch of new stuff at once. Thanks a lot.
David Smith
- Previous message (by thread): PYTHONPATH on PC
- Next message (by thread): PYTHONPATH on PC
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list