Message3375
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 | messageid: <1217526527.58.0.708061416394.issue1090@psf.upfronthosting.co.za> |
2008-07-31 17:48:47 | colinhevans | set | recipients:
+ colinhevans |
2008-07-31 17:48:47 | colinhevans | link | issue1090 messages |
2008-07-31 17:48:47 | colinhevans | create | |
|