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:31:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1344753068.94.0.987795846648.issue15623@psf.upfronthosting.co.za>
In-reply-to
Content
Traceback when run verbosely:

Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "<frozen importlib._bootstrap>", line 1529, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1496, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 583, in _check_name_wrapper
  File "<frozen importlib._bootstrap>", line 498, in set_package_wrapper
  File "<frozen importlib._bootstrap>", line 511, in set_loader_wrapper
  File "<frozen importlib._bootstrap>", line 1109, in load_module
  File "<frozen importlib._bootstrap>", line 310, in _call_with_frames_removed
  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:31:08eric.snowsetrecipients: + eric.snow, brett.cannon, scoder, Arfrever
2012-08-12 06:31:08eric.snowsetmessageid: <1344753068.94.0.987795846648.issue15623@psf.upfronthosting.co.za>
2012-08-12 06:31:08eric.snowlinkissue15623 messages
2012-08-12 06:31:08eric.snowcreate