From: Venkat R. <ven...@gm...> - 2010-07-12 16:47:04
|
FWIW, I can confirm Eric's observation. I recently installed vpython (Ubuntu's version) on my older machine which has 32-bit Ubuntu-10.04. If we just install vpython it doesn't seem to pull all the dependencies. When running, it shows some obscure opengl errors. Then if we do, apt-get install libgtkglextmm-x11-1.2-dev it works. Probably a dependency bug. Bye, Venkat. On Fri, May 28, 2010 at 7:07 PM, Guy K. Kloss <g....@ma...> wrote: > On Sat, 29 May 2010 10:14:26 Eric Ayars wrote: > > They give me vpython 5.12, which I know is not the latest version but > after > > the absurd amount of time I've blown on this problem I really don't care > > whether it's the latest or not! > > If you're then just using a binary packaged version of python-visual, you > do > not need the "*-dev" packages. These are *only* required for > building/compiling. So you may want to try to chuck these out and see if it > still works (it should). > > On a side note, I've found that aptitude instead of apt-get is better at > resolving dependencies, and it keeps the system cleaner, as it knows and > tracks what packages were installed purely as a dependency, and it kicks > them > out automatically again as soon as they're orphaned. It should be for most > purposes a drop in replacement for apt-get. > > Guy > > -- > Guy K. Kloss > Institute of Information and Mathematical Sciences > Te Kura Pūtaiao o Mōhiohio me Pāngarau > Massey University, Albany (North Shore City, Auckland) > 473 State Highway 17, Gate 1, Mailroom, Quad B Building > voice: +64 9 414-0800 ext. 9266 fax: +64 9 441-8181 > G....@ma... http://www.massey.ac.nz/~gkloss<http://www.massey.ac.nz/%7Egkloss> > > > ------------------------------------------------------------------------------ > > > _______________________________________________ > Visualpython-users mailing list > Vis...@li... > https://lists.sourceforge.net/lists/listinfo/visualpython-users > > |