In Python 2.5, I import modules by changing environment variables. It works, but using site-packages does not. Is there another way to import modules in directories other than C:\Python25 ?
feedback
|
|
Directories added to the If you want to add a directory to the search path at run time, without restarting your program, add the directory to
If you want your new directory to be searched before
| ||||
|
feedback
|
|
Append the location to the module to Edit: (to counter the post below ;-) )
| |||||||||||
feedback
|
|
On way is with | |||||
feedback
|
|
| |||||
feedback
|