Message1600
A simpler way to describe the problem is that running Jython 2.2b2 with the -c option doesn't put an empty string (representing the current directory) in sys.path like it used to do.
C:\temp2>jython -c "import sys; print sys.path"
['C:\\home\\davhan\\tools\\jython2.2b2\\Lib', 'C:\\home\\davhan\\lib\\python', '
__classpath__', 'C:\\home\\davhan\\tools\\jython2.2b2']
C:\temp2>jython
Jython 2.2b2 on java1.4.2_05
Type "copyright", "credits" or "license" for more information.
>>> import sys; print sys.path
['', 'C:\\home\\davhan\\tools\\jython2.2b2\\Lib', 'C:\\home\\davhan\\lib\\python
', '__classpath__', 'C:\\home\\davhan\\tools\\jython2.2b2']
>>>
|
|
| Date |
User |
Action |
Args |
| 2008-02-20 17:17:49 | admin | link | issue1719528 messages |
| 2008-02-20 17:17:49 | admin | create | |
|