done by copying genshi, checked in as well ... but: 1. trying to build it results in a core dump 2. installing the 2.6 egg works, but running it ends in a core dump
here the output when doing a "gmake clean package" ==> Running setup.py in work/build-isa-sparcv8/ipython-0.10 Segmentation Fault - core dumped gmake[1]: *** [build-work/build-isa-sparcv8/ipython-0.10/setup.py] Error 139 gmake[1]: Leaving directory `/home/rupert/mgar/pkg/ipython/trunk' gmake: *** [merge-isa-sparcv8] Error 2 it seems the csw python does not have a readline module: $ python Python 2.6.2 (r262:71600, May 27 2009, 14:19:46) [C] on sunos5 Type "help", "copyright", "credits" or "license" for more information. >>> import os >>> histfile = os.path.join(os.environ["HOME"], ".pyhist") >>> readline.read_history_file(histfile) Traceback (most recent call last): File "<stdin>", line 1, in <module> NameError: name 'readline' is not defined >>> which is precondition to a working ipython. but how this should lead to a seg fault? rupert. On Thu, Aug 13, 2009 at 15:33, Mike Watters<[email protected]> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hi, > Forwarding to the maintainers list in case anyone has some cycles and would > care to work on this request for Dan. > > - -------- Original Message -------- > Subject: CSW-python > Date: Tue, 11 Aug 2009 16:25:42 +0200 (CEST) > From: [email protected] > To: [email protected] > > Hi, > This is a stretch, but have you tried and gotten ipython to work? > Thanks, > Dan > > > - -- > ~Mike > "Any intelligent fool can make things bigger, more complex, > and more violent. It takes a touch of genius -- and a lot of courage -- > to move in the opposite direction." --> Albert Einstein 1879 - 1955 > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.9 (SunOS) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org > > iEYEARECAAYFAkqEFhoACgkQLrhmsXMSLxcIkQCg0KOzAPlBQNazaYY1BkWOWdXM > lpcAn3j6hrVIv3RkEzk9fF4VKdEA/J86 > =XIDW > -----END PGP SIGNATURE----- > _______________________________________________ > maintainers mailing list > [email protected] > https://lists.opencsw.org/mailman/listinfo/maintainers > _______________________________________________ maintainers mailing list [email protected] https://lists.opencsw.org/mailman/listinfo/maintainers
