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 techtonik
Recipients techtonik
Date 2012-12-18.20:39:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1355863187.93.0.693037451696.issue16718@psf.upfronthosting.co.za>
In-reply-to
Content
>py wy.py
Traceback (most recent call last):
  File "wy.py", line 1, in <module>
    import wow
  File "E:\scons\wow.py", line 12, in <module>
    import fail
ImportError: No module named fail
Error in atexit._run_exitfuncs:
Traceback (most recent call last):
  File "C:\Python27\lib\atexit.py", line 24, in _run_exitfuncs
    func(*targs, **kargs)
  File "E:\scons\wow.py", line 8, in _clean
    cleanlist = [ c for c in _Cleanup if c ]
TypeError: 'NoneType' object is not iterable
Error in sys.exitfunc:
Traceback (most recent call last):
  File "C:\Python27\lib\atexit.py", line 24, in _run_exitfuncs
    func(*targs, **kargs)
  File "E:\scons\wow.py", line 8, in _clean
    cleanlist = [ c for c in _Cleanup if c ]
TypeError: 'NoneType' object is not iterable
History
Date User Action Args
2012-12-18 20:39:47techtoniksetrecipients: + techtonik
2012-12-18 20:39:47techtoniksetmessageid: <1355863187.93.0.693037451696.issue16718@psf.upfronthosting.co.za>
2012-12-18 20:39:47techtoniklinkissue16718 messages
2012-12-18 20:39:47techtonikcreate