From: Bruce S. <Bru...@nc...> - 2009-06-19 21:56:38
|
There is now available at vpython.org a Visual 5.11 package for Linux. From INSTALL.txt: There have been significant changes in where 3rd-party software is stored on Ubuntu 9.04. You probably want to use /usr/bin/python2.6 but store the Visual module in /usr/local/lib/python2.6/site-packages. To configure, do this in a folder parallel to vpython-core2: PYTHON=/usr/bin/python ../vpython-core2/configure --prefix=/usr/local/lib You will also need to copy vpython-core2/src/gtk2/site-packages.pth to /usr/lib/python2.6/dist-packages to put /usr/local/lib/python2.6/site-packages on the Python search path. Bruce Sherwood |