|
From: Brian Z. <bri...@ya...> - 2001-03-02 22:10:53
|
[bzhou@server7 jython-cvs]$ /usr/java/jdk1.3/jre/bin/java -Dpython.home=/usr/local/jython-2.0 -class path "./jython.jar" org.python.util.jython Jython 2.1pre-a1 on java1.3.0 (JIT: null) Type "copyright", "credits" or "license" for more information. >>> import re >>> Mine works fine. "python.home" setting? /Brian ----- Original Message ----- From: "Eli Ateljevich" <el...@ce...> To: <jyt...@li...> Sent: Friday, March 02, 2001 11:27 AM Subject: [Jython-dev] Re module status in CVS > Hi. At Finn's advice, I recently compiled the CVS version of Jython in > order to use the new rich comparisons. They work great! However, I can no > longer "import re". I get > ImportError: no module named re > > This module was recently a topic of some changes. Can someone explain how > to accommodate the recent changes? .... or verify that these changes are > supposed to be invisible from the point of view of the user, so that I can > look for some other path issue? > Thanks, > Eli > > > _______________________________________________ > Jython-dev mailing list > Jyt...@li... > http://lists.sourceforge.net/lists/listinfo/jython-dev > |