[pypy-issue] [issue725] Bug in zipimporting in nested packages

Ram Rachum tracker at bugs.pypy.org
Tue May 24 13:25:22 CEST 2011


Ram Rachum <cool-rr at cool-rr.com> added the comment:

Here's a traceback. Tell me what more information on the environment you need.

Python 2.7.1 (aefc70438132+, Apr 29 2011, 12:45:42)
[PyPy 1.5.0-alpha0 with MSC v.1600 32 bit] on win32
Type "help", "copyright", "credits" or "license" for more information.
And now for something completely different: ``<arigato> good, tests are useful
sometimes :-)''
>>>> import sys
>>>> sys.path.append('0.zip')
>>>> import my_package
Traceback (most recent call last):
  File "<console>", line 1, in <module>
ZipImportError: 'my_package.bootstrap.bootstrap'

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue725>
________________________________________


More information about the pypy-issue mailing list