Hi Michael, Thank you for your suggestion. I tried the binaries before working on source code. But they didn't work either. Some error messages: $ ...bin/nessy/nessy ... ImportError: ./libstdc++.so.6: ELF file OS ABI invalid I couldn't find easy solution to this 'ABI' problem. Do you have any suggestions?
On a PC running fedora13 and python-2.6, where source nessy works: $ ...bin/nessy/nessy ... ImportError: /lib/libc.so.6: version `GLIBC_2.15' not found (required by ./libgio-2.0.so.0) It has glibc-2.12.2-1.i686, the highest fedora13 could have. Thank you. Best regards, Changguo On Wed, May 15, 2013 at 9:09 AM, Michael Bieri <[email protected]> wrote: > Hi > > You can try the binaries (http://home.gna.org/nessy/download.html). These > are precompiled versions including python and all the required packages. So > no additional installation is needed. > > Cheers > Michael > > Gesendet: Mittwoch, 15. Mai 2013 um 15:25 Uhr > Von: "Changguo Tang" <[email protected]> > An: "Edward d'Auvergne" <[email protected]> > Cc: "[email protected]" <[email protected]> > Betreff: Re: [Nessy-users] python error message > Hi Edward, > > Thank you very much for your information. This saves us a lot of time. > I checked at nessy's home page for version requirement, and believe > it was not specified there. I wish this was ... > > Best regards, > > Changguo > > > On Wed, May 15, 2013 at 4:23 AM, Edward d'Auvergne <[email protected]> > wrote: >> Dear Changguo, >> >> Welcome to the NESSY mailing lists! The NESSY source code contains >> many class definitions such as: >> >> class X(): >> def something(self): >> pass >> >> This syntax is only valid for Python 2.5 or higher. There are other >> places in the NESSY sources which are incompatible with Python 2.4 and >> earlier and there is no easy fix. So unfortunately NESSY cannot run >> on your older machine. If you cannot upgrade and you have good >> GNU/Linux experience, you can actually build and install Python 2.7.3 >> into your home directory and then install all of the required Python >> packages into this custom Python install. This will be able to run >> NESSY and you will not need root access. But if you do not have >> experience in building software from the source code or are not >> adventurous enough to try compile Python and work out all of the issue >> yourself, then I would recommend running NESSY on a more modern >> operating system. I hope this helps. >> >> Regards, >> >> Edward >> >> >> >> >> On 13 May 2013 18:41, Changguo Tang <[email protected]> wrote: >>> After installed nessy linux rpm and/or python source code, running >>> nessy gave these errors: >>> [user@linux ~]$ nessy >>> Traceback (most recent call last): >>> File "/usr/share/nessy/nessy", line 27, in ? >>> from dep_check import Dep_check, version_check >>> File "/usr/share/nessy/dep_check.py", line 46 >>> class Dep_check(): >>> ^ >>> SyntaxError: invalid syntax >>> [user@linux ~]$ >>> I tested on several linux PC's; all gave these errors, except one. >>> The working PC runs Fedora 13 with python rpm: python-2.6.4. >>> Failed PC's run CentOS5/RHEL5/fedora6 and python rpm: python-2.4.3 >>> Is python-2.4.3 too old? >>> Thanks in advance. >>> >>> _______________________________________________ >>> Nessy-users mailing list >>> [email protected] >>> https://mail.gna.org/listinfo/nessy-users > > _______________________________________________ > Nessy-users mailing list > [email protected] > https://mail.gna.org/listinfo/nessy-users _______________________________________________ Nessy-users mailing list [email protected] https://mail.gna.org/listinfo/nessy-users
