There are currently some small difficulties installing PyX
under Python 3.  Any hope of fixing that?
(It does not look like any major work?)

I might submit some patches if that would
really help move things forward.
If you want to trust me with SVN access, I could
commit these directly **after** getting an OK each time.

First change: relative imports will have to be explicit.

Second change: in setup.py, replace

import ConfigParser

with

try:
    import ConfigParser
except ImportError:
    import configparser

Cheers,
Alan Isaac





-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
PyX-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pyx-user

Reply via email to