on my system(win2k server, python 2.3.5),[color=blue][color=green][color=darkred]
>>> import sys
>>> print sys.path[/color][/color][/color]
['C:\\', 'C:\\WINNT\\sys tem32\\python23 .zip',
'C:\\Python23\\ lib\\site-packages\\Pytho nwin',
'C:\\Python23\\ lib\\site-packages\\win32 ',
'C:\\Python23\\ lib\\site-packages\\win32 \\lib',
'C:\\Python23\\ lib\\site-packages', 'C:\\Python23\\ DLLs',
'C:\\Python23\\ lib', 'C:\\Python23\\ lib\\plat-win',
'C:\\Python23\\ lib\\lib-tk', 'C:\\Python23', 'D:\\Program Files\\DeLano
Scientific\\PyM OL\\modules']
now, i wanna add "C:\Python23\Pm w\Pmw_1_2\lib" into sys.path, how?
any help would be appreciated.
with my kind regards,
Wen
>>> import sys
>>> print sys.path[/color][/color][/color]
['C:\\', 'C:\\WINNT\\sys tem32\\python23 .zip',
'C:\\Python23\\ lib\\site-packages\\Pytho nwin',
'C:\\Python23\\ lib\\site-packages\\win32 ',
'C:\\Python23\\ lib\\site-packages\\win32 \\lib',
'C:\\Python23\\ lib\\site-packages', 'C:\\Python23\\ DLLs',
'C:\\Python23\\ lib', 'C:\\Python23\\ lib\\plat-win',
'C:\\Python23\\ lib\\lib-tk', 'C:\\Python23', 'D:\\Program Files\\DeLano
Scientific\\PyM OL\\modules']
now, i wanna add "C:\Python23\Pm w\Pmw_1_2\lib" into sys.path, how?
any help would be appreciated.
with my kind regards,
Wen
Comment