At least I've found out a work-around, that's not the ideal solution, but it works.
Due to the fact that, maybe caused by my context class loader, jython is not able to add the Lib directory to its classpath by default (this is valid only in my specific context). So I've moved all files in jython/Lib/* to jython_home$/* and this works. It would be nice to know how to explitily set the path to Lib or at least where this setting happens in jython. Cheers Nicola -- View this message in context: http://n2.nabble.com/Issue-with-Pygments-Python-tp4816815p4817201.html Sent from the XWiki- Dev mailing list archive at Nabble.com. _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs

