|
From: <bc...@wo...> - 2001-09-02 20:07:30
|
[Ben Burton] >> warnings.py is installed together with the rest of the standard modules. > >I presume this is specific to CPython 2.1 - Correct. >I don't seem to have it >with my CPython 2.0 installation (and 2.1 does not yet exist for debian >since they're still working on the mechanics of a seamless upgrade from a >joint 2.0/1.5 installation AFAIK). > >I'm running from alpha3 (well, I checked out from CVS with the alpha3 >tags). So am I right to conclude that if you don't use the binary >installer then CPython >= 2.1 is a prerequisite for using jythonc? Correct. A source version of CPython-2.1.1 and a single line in your $HOME/.jython file is all it takes. python.path=/path/to/Python-2.1.1/Lib regards, finn |