From: Jan W. <j.w...@sc...> - 2001-12-12 16:13:42
|
On Wed, Dec 12, 2001 at 03:38:22PM +0000, Finn Bock wrote: > Hmm. Maybe it isn't using the compiled $py.class files for the sre > modules. Make sure that jython has created $py.class files for the sre > modules. Bingo! For the 2.1b1 version I moved the jython directory from my home to /usr/local, which is not writable for normal users. So the .py$class-files never got written. Giving myself write access on the Lib directory results in: ian@leo > jython -S -c "from time import time; t =3D time(); import re; p= rint time() - t" 0.6260000467300415 which is the same as for the 2.1a3 version. Thanks for your time and sorry for producing so much trouble! Cheerio, --=20 J.W...@sc... - Fon +4970719457-257 Fax-211 science+computing ag - Hagellocher Weg 71-75 - 72070 T=FCbingen Nobody writes jokes in base 13. (Douglas Adams) |