emcconville / wand

The ctypes-based simple ImageMagick binding for Python
http://docs.wand-py.org/
Other
1.42k stars 199 forks source link

Jython support #9

Open dahlia opened 13 years ago

dahlia commented 13 years ago

Currently the latest version of Jython is compatible to Python 2.5. When Jython becomes compatible to Python 2.6 or higher someday, we should suport Jython as well. Watch the Jython project and its roadmap.

dahlia commented 12 years ago

Jython seems in development: it just released 2.7 alpha 1.

dahlia commented 12 years ago

Several issues should be resolved first:

dahlia commented 12 years ago

One more issue: there isn’t ctypes.c_char for Jython 2.7a2 as well. Also reported it.