« Return to Thread: Use Python libs or Java libs

Re: Use Python libs or Java libs

by Nick Rothwell :: Rate this Message:

Reply to Author | View in Thread

On 19 May 2009, at 12:57, kilon wrote:

> Jython CANNOT use python libraries.

Jython can use libraries written purely in Python. (For example, the  
pickle machinery works fine.) Many of these ship with the Jython  
distribution. Jython can't use libraries that call into C.

        -- N.


Nick Rothwell / Cassiel.com Limited
www.cassiel.com
www.myspace.com/cassieldotcom
www.last.fm/music/cassiel
www.reverbnation.com/cassiel
www.linkedin.com/in/cassiel
www.loadbang.net


------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables
unlimited royalty-free distribution of the report engine
for externally facing server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Jython-users mailing list
Jython-users@...
https://lists.sourceforge.net/lists/listinfo/jython-users

 « Return to Thread: Use Python libs or Java libs