From: Jonathan B. <jbr...@ea...> - 2003-02-18 19:35:04
|
On Tue, 2003-02-18 at 06:16, LAZARUS MAKGALEMANE wrote: > > Hi > > I have tried to install the VPython software on Redhat, and followed > the instruction. It did install and I was able to call the "idle", and > to open the demo files. > > But when I "run (F5)", it says there is no module "cvisual". > > I have change the location directories in the files mensioned. > > Location: > > >From "/usr/local/bin" to "/usr/bin" > > My python2.2 is installed in ("/usr/bin/" , "/usr/lib/" , etc"). Look for cvisualmodule.so and a subdirectory named visual under /usr/local/lib/python2.2/site-pakcages/. On my system, Python finds the module there without problems. If this setup doesn't work for you, than cvisualmodule.so and the visual directory must be copied into /usr/lib/python2.2/site-packages/ > Now, I was wondering if is it possible that you can email me the copy > of VPython that is configured to run under this location "/usr/bin/" > rather that "/usr/local/bin/". Or send me some information as to how > should I configure the VPython that I have to suite this location. There is no such copy right now. The details of future distributions are being hashed out in the "History and Status" thread. Some people have simply edited their install scripts to do the job. -Jonathan |