New submission from Georg Brandl:

[EMAIL PROTECTED] ~/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__

----------
assignee: ncoghlan
messages: 61303
nosy: georg.brandl, ncoghlan
severity: normal
status: open
title: unhelpful error when calling "python <dirname>"

__________________________________
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1877>
__________________________________
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to