[PythonCAD] debian install fails sys.path test
John Griessen
john_g at cibolo.com
Thu Jan 6 21:12:00 CET 2005
Hi,
PythonCAD is partially functioning, and I'd like to try it for real.
My debian linux installation has a package python-gtk2 which is another name
for python2.3-gtk2 and python2.2 python2.3 installed.
After my attempts running setup.py from both python versions,
here are directories
/usr/lib/python2.3/site-packages/PythonCAD
and
/usr/lib/python2.2/site-packages/PythonCAD
python2.2 -V
Python 2.2.3+
python2.3 -V
Python 2.3.4
are my versions.
when I run python2.3
I get:
>>> import sys
>>> sys.path
['', '/usr/lib/python23.zip', '/usr/lib/python2.3',
'/usr/lib/python2.3/plat-linux2', '/usr/lib/python2.3/lib-tk',
'/usr/lib/python2.3/lib-dynload', '/usr/lib/python2.3/site-packages',
'/usr/lib/python2.3/site-packages/FontTools',
'/usr/lib/python2.3/site-packages/Numeric',
'/usr/lib/python2.3/site-packages/PIL',
'/usr/lib/python2.3/site-packages/gtk-2.0',
'/usr/lib/python2.3/site-packages/vtk_python']
>>>
no pythonCAD in the list.
Any ideas how to fix this?
John Griessen
More information about the PythonCAD
mailing list