From: Andrew M. <mo...@tb...> - 2001-04-11 19:01:40
|
Uncelievable! I went back and re-read your other suggestions from the previous thread. After looking around on rpmfind, I could on lyfind the libstdc++ for RedHat7.0. I'm using RH6.2, but I decided to install anyway. Then, the visual python rpm actually installed cleanly! So, thanks for you help on that. Now, I'm still left with my other question about IDLE. If IDLE is just the programming environment, I am guessing it is not included with the visual python rpm. I went to python.org and saw I could download IDLE. But, if I get that installed will it automatically use the visual modules? Also, I've tried running some of the demo programs. Here's the output: [morris@domra Demos]$ python1.5 orbit.py Visual-2000-11-26 Traceback (innermost last): File "orbit.py", line 1, in ? from visual import * File "/usr/lib/python1.5/site-packages/visual/__init__.py", line 12, in ? from Numeric import * ImportError: No module named Numeric Do I need to get a Numeric module? Sorry to be such a bother. I have tried looking through the documentation, but didn't really find any answers to these questions. Andrew On Wed, 11 Apr 2001, Ari Heitner wrote: > On Tue, Apr 10, 2001 at 03:58:32PM -0500, Andrew Morrison wrote: > > > > Anyway, the reason I was looking at this was to try to run Vpython > > (Windows version) with WINE on my redhat machine at school. I haven't had > > too much luck with compiling the source and getting it going as suggested > > in the earlier thread. I thought this might work, but so far, no go. > > > > This is a bad idea. It will not work. Don't even bother. > > The reason there is a nice friendly linux port for VPython is so that you > can use it under Linux. > > Repeat after me, "Linux version: Good! Windows version: bad!". > > :) > > Compiling the Linux version is easy. You just need to get RPMs (from > rpmfind.net) for the libraries it needs -- primarily the Mesa/GL devel libs, > and GtkGLArea4/5 (whatever, either will work) devel libs. > > > > Ari > > > > _______________________________________________ > Visualpython-users mailing list > Vis...@li... > http://lists.sourceforge.net/lists/listinfo/visualpython-users > |