From: Philip J. <pj...@un...> - 2008-03-26 23:42:55
|
On Mar 25, 2008, at 1:48 PM, Steve Sapovits wrote: > Jack wrote: > >> I'm fairly new to Jython. I've been using simplejson in Python and it >> works very well. I wonder if there is anyway to install simplejson on >> Jython? Thanks. > > What I did was create a place for Jython packages. I then manually > unpacked the simplejson package in that directory and made a few code > changes needed to get it compatible with 2.2/2.3 Python. It worked > for me like that. I know all of simplejson's tests actually pass on Jython trunk. It can also be installed via easy_install on trunk. I haven't actually tried using it, though. -- Philip Jenvey |