From: Jonathan B. <jbr...@ea...> - 2005-01-28 05:37:33
|
On Wed, 2005-01-26 at 17:16 -0800, Eric Ayars wrote: > There are still a couple configuration problems to clean up, though. > For some reason, the vpython startup shell script doesn't know where > things are, yet. I edited it to hard-code the directories: > edit /usr/bin/vpython > change "@visualdemodir@" to > "/usr/lib/python2.3/site-packages/visual/examples" > change "@visualidledir@" to "/usr/bin" > change "@IDLE@" to "idle" > There is undoubtedly a better way to go about this. Probably I needed > to set something on the configure step of the vpython installation, but > I don't know what and this worked. (Suggestions?) How about: "Tell Jonathan that its broken." You shouldn't need to do this: configure is supposed to do it for you. It will be fixed soon. -Jonathan |