From: Alan W. I. <ir...@be...> - 2002-08-19 16:58:04
|
Maurice, it is possible with enough hacking around you could get python2 to work properly for RedHat, but I don't trust it since I could not make it work in RH 7.2 even though I spent a lot of effort. Therefore, could you undo that symlink and try the default python (1.5) command with my setup.py.in change? Hopefully, that will solve all the 1.5 problems, but if not, I am willing to help until they are solved. Alan On Mon, 19 Aug 2002, Maurice LeBrun wrote: > Maurice LeBrun writes: > > [python1.5 vs python2.2 problems] > > BTW a symlink from /usr/bin/python2.2 to ~/bin/python took care of all of > these problems. Probably RedHat will go with python == python2.2 starting > with their 8.0 release, but for now the symlink solution works fine. So > if we decide python1.5 is no longer supported, that's ok with me. > > Then the only serious problem is: > > > 3. Tried to run the demos, and it failed. From the tmp dir: > > ... > > > > trinity$ python2 ./pythondemos.py > > Traceback (most recent call last): > > File "./pythondemos.py", line 15, in ? > > from plplot import * > > File "/home/mjl/dev/plplot/plpy/tmp/plplot.py", line 20, in ? > > from plplotc import * > > ImportError: dynamic module does not define init function (initplplotc) > > p.s. I did configure with --enable-dyndrivers. > > -- > Maurice LeBrun mj...@ga... > Research Organization for Information Science and Technology of Japan (RIST) > > > ------------------------------------------------------- > This sf.net email is sponsored by: OSDN - Tired of that same old > cell phone? Get a new here for FREE! > https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390 > _______________________________________________ > Plplot-devel mailing list > Plp...@li... > https://lists.sourceforge.net/lists/listinfo/plplot-devel > |