|
From: <no...@so...> - 2001-01-19 20:40:20
|
Bug #129415, was updated on 2001-Jan-19 12:40
Here is a current snapshot of the bug.
Project: Jython
Category: Core
Status: Open
Resolution: None
Bug Group: None
Priority: 5
Submitted by: mianko
Assigned to : nobody
Summary: the parsing operation of execfile()
Details: I got the following problem with jython-20rc1 on
java1.3/WinNT4sp6.
"ejbittest\\test.py" works.
"ejbittest\general.py" works.
"ejbittest\test.py" not work.
Do we have somre rule which we have to put '\' if '/' is reside between
same character??
.............
>>> execfile("ejbittest\test.py")
Traceback (innermost last):
File "<console>", line 1, in ?
IOError: File not found - ejbittest est.py (The filename, directory
name, or
volume label syntax is incorrect)
.............
For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=129415&group_id=12867
|