From: Stef M. <s.m...@ru...> - 2009-05-07 16:31:31
|
My program (PyLab_Works) is heavily depending on VPython 5.0, and I want to make it available under Win, Linux(Ubuntu) and Mac. Although I know nothing of Ubuntu, I get my program (almost) perfectly working under Ubuntu, just by download and install from the Ubuntu database, except ... ... for VPython V5 Is'nt there an Ubuntu guru that can add VPython 5 to the Ubuntu database ? thanks, Stef Mientki David Froger wrote: > sudo apt-get install libgtkglextmm-x11-1.2-dev libglademm-2.4-dev > libboost-python1.35-dev > > A simple script now is ok: > > import visual > visual.sphere() > > 2009/5/7 David Froger <dav...@gm... > <mailto:dav...@gm...>> > > Hi, > > I'm new to python visual, I install it with > python-visual_5.0rc3~jaunty-1_i386.deb > <https://gutefee.massey.ac.nz/moin/Python/3D?action=AttachFile&do=view&target=python-visual_5.0rc3%7Ejaunty-1_i386.deb> > (thanks Guy K. Kloss!) from > https://gutefee.massey.ac.nz/moin/Python/3D > > When I try a 'import visual', I get: > > Traceback (most recent call last): > File "<stdin>", line 1, in <module> > File "/usr/lib/python2.6/dist-packages/visual/__init__.py", line > 59, in <module> > import cvisual > ImportError: libgtkglextmm-x11-1.2.so.0: cannot open shared object > file: No such file or directory > > Ubuntu 9.04, Python 2.6.2 > > Thanks for any help! > > David > > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------------ > The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your > production scanning environment may not be a perfect world - but thanks to > Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700 > Series Scanner you'll get full speed at 300 dpi even with all image > processing features enabled. http://p.sf.net/sfu/kodak-com > ------------------------------------------------------------------------ > > _______________________________________________ > Visualpython-users mailing list > Vis...@li... > https://lists.sourceforge.net/lists/listinfo/visualpython-users > |