|
From: Charles D. <cd...@sp...> - 2003-04-10 21:04:00
|
Darrin Eden wrote: > In the registry file I've placed: > > python.path=/usr/lib/python2.2 Ahh. Don't do that. :) The cpython re module imports an implimentation-specific python module which imports a C module which doesn't exist in Jython (which has a re implementation which is under-the-hood quite different), IIRC. |