This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eric.snow
Recipients Arfrever, brett.cannon, eric.snow, scoder
Date 2012-08-12.06:18:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1344752340.9.0.434230490536.issue15623@psf.upfronthosting.co.za>
In-reply-to
Content
I was able to reproduce the error using a fresh build from tip (34d5ec8a1019):

/tmp/test$ PYTHON=/opt/python3.3/bin/python3 ./test.sh
['__main__', '_bisect', '_codecs', '_collections', '_frozen_importlib', '_functools', '_heapq', '_imp', '_io', '_locale', '_sre', '_sysconfigdata', '_thread', '_warnings', '_weakref', '_weakrefset', 'abc', 'bisect', 'builtins', 'codecs', 'collections', 'collections.abc', 'copyreg', 'encodings', 'encodings.aliases', 'encodings.latin_1', 'encodings.utf_8', 'errno', 'functools', 'genericpath', 'heapq', 'io', 'itertools', 'keyword', 'locale', 'marshal', 'operator', 'os', 'os.path', 'posix', 'posixpath', 're', 'reprlib', 'signal', 'site', 'sre_compile', 'sre_constants', 'sre_parse', 'stat', 'sys', 'sysconfig', 'weakref', 'zipimport']
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "__init__.py", line 11, in init my_test_package (my_test_package/__init__.c:1106)
SystemError: Parent module 'my_test_package' not loaded, cannot perform relative import
History
Date User Action Args
2012-08-12 06:19:00eric.snowsetrecipients: + eric.snow, brett.cannon, scoder, Arfrever
2012-08-12 06:19:00eric.snowsetmessageid: <1344752340.9.0.434230490536.issue15623@psf.upfronthosting.co.za>
2012-08-12 06:19:00eric.snowlinkissue15623 messages
2012-08-12 06:18:59eric.snowcreate