http://dabodev.com/wiki/HowToInstall


Determine the location of site-packages by starting python and typing:
import sys
sys.path
The path displayed will show you where site-packages are read from. In that directory, create a text file named dabo.pth and type into that file the path to the dabo directory.

IDLE 1.1.2
>>> import sys
>>> sys.path
['C:\\Program Files\\Python24\\Lib\\idlelib', 'C:\\WINDOWS\\system32\\python24.zip', 'C:\\Program Files\\Python24', 'C:\\Program Files\\Python24\\DLLs', 'C:\\Program Files\\Python24\\lib', 'C:\\Program Files\\Python24\\lib\\plat-win', 'C:\\Program Files\\Python24\\lib\\lib-tk', 'C:\\Program Files\\Python24\\lib\\site-packages', 'C:\\Program Files\\Python24\\lib\\site-packages\\wx-2.6-msw-ansi']
>>>



"In that directory" makes me think "the one directory", so which directory?

^C

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users

Reply via email to