[pypy-issue] [issue1239] Sandbox pypy fails to import module struct

amjad tracker at bugs.pypy.org
Sun Aug 19 19:22:12 CEST 2012


New submission from amjad <amjad.masad at gmail.com>:

Observed on both Mac OS X and Linux using PyPy 1.9.1-dev0. 

>>>> import struct
Traceback (most recent call last):
  File "<console>", line 1, in <module>
  File "/bin/lib-python/2.7/struct.py", line 1, in <module>
    from _struct import *
ImportError: No module named _struct

----------
messages: 4659
nosy: amasad, pypy-issue
priority: bug
status: unread
superseder: sandbox interactor not trivially usable as a drop-in replacement for python
title: Sandbox pypy fails to import module struct

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


More information about the pypy-issue mailing list