|
From: Philip J. <pj...@un...> - 2008-06-09 04:53:25
|
On Jun 8, 2008, at 8:09 PM, Georgy Berdyshev wrote: > In addition I was working on getting bootstrap.py to work on Zope, > which > needed modifications to the code (process execution), but also an > implementation > for the CPython flag "-m" in Java for Jython, which is mostly done > and working. > The CPython "-m" flag which is now available for Jython searches for a > given module > name "foo" in the sys.path and runs the corresponding "foo.py" file > as a script. Are you using CPython 2.5's runpy.py? I would think it would simplify our -m implementation quite a bit, compared to what CPython 2.4 was doing. -- Philip Jenvey |