Issue1090
Created on 2008-07-31.17:42:00 by colinhevans, last changed 2008-07-31.17:48:47 by colinhevans.
| msg3375 (view) |
Author: Colin Evans (colinhevans) |
Date: 2008-07-31.17:48:47 |
|
Here's the setup:
test.jar contents:
ttt/__init__.py
ttt/__init__$py.class
>>> import ttt
<single-top>: ttt=
*sys-package-mgr*: reading cache, '/Users/colin/dev/test.jar'
import: trying source ./ttt
import: trying precompiled with no source./ttt$py.class
import: trying source entry: ttt/__init__.py from jar/zip file
/Users/colin/dev/test.jar/ttt
import: trying precompiled entry ttt/__init__$py.class from jar/zip file
/Users/colin/dev/test.jar/ttt
>>> dir(ttt)
<single-top>: ttt dir
['__doc__', '__loader__', '__name__', '__path__']
Note - no error message is returned, but the contents of __init__.py are
not actually imported. If I omit the __init__$py.class file from the
jar file and only include the source, the module imports correctly.
|
|
| Date |
User |
Action |
Args |
| 2008-07-31 17:48:47 | colinhevans | set | messages:
+ msg3375 |
| 2008-07-31 17:42:00 | colinhevans | create | |
|