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 georg.brandl
Recipients georg.brandl, ncoghlan
Date 2008-01-20.14:48:06
SpamBayes Score 0.1262616
Marked as misclassified No
Message-id <1200840488.22.0.553950533734.issue1877@psf.upfronthosting.co.za>
In-reply-to
Content
gbr@lap ~/devel/python> ./python Lib
Traceback (most recent call last):
  File "Lib/runpy.py", line 99, in _run_module_as_main
    loader, code, fname = _get_module_details(mod_name)
  File "Lib/runpy.py", line 86, in _get_module_details
    raise ImportError("No code object available for %s" % mod_name)
ImportError: No code object available for __main__
History
Date User Action Args
2008-01-20 14:48:08georg.brandlsetspambayes_score: 0.126262 -> 0.1262616
recipients: + georg.brandl, ncoghlan
2008-01-20 14:48:08georg.brandlsetspambayes_score: 0.126262 -> 0.126262
messageid: <1200840488.22.0.553950533734.issue1877@psf.upfronthosting.co.za>
2008-01-20 14:48:07georg.brandllinkissue1877 messages
2008-01-20 14:48:07georg.brandlcreate