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 Abbaszadeh
Recipients Abbaszadeh
Date 2011-04-25.11:08:41
SpamBayes Score 3.1021075e-09
Marked as misclassified No
Message-id <1303729722.53.0.730816268009.issue11917@psf.upfronthosting.co.za>
In-reply-to
Content
== CPython 3.2 (r32:88445, Apr 24 2011, 14:27:42) [GCC 4.4.4 20100726 (Red Hat 4.4.4-13)]
==   Linux-2.6.32-71.el6.x86_64-x86_64-with-redhat-6.0-Santiago little-endian
==   /usr/local/src/Python-3.2/build/test_python_2976
Testing with flags: sys.flags(debug=0, division_warning=0, inspect=0, interactive=0, optimize=0, dont_write_bytecode=0, no_user_site=0, no_site=0, ignore_environment=0, verbose=0, bytes_warning=0, quiet=0)
[1/1] test_whatever
test test_whatever crashed -- <class 'ImportError'>: No module named test_whatever
Traceback (most recent call last):
  File "/usr/local/src/Python-3.2/Lib/test/regrtest.py", line 962, in runtest_inner
    the_package = __import__(abstest, globals(), locals(), [])
ImportError: No module named test_whatever
1 test failed:
    test_whatever
History
Date User Action Args
2011-04-25 11:08:42Abbaszadehsetrecipients: + Abbaszadeh
2011-04-25 11:08:42Abbaszadehsetmessageid: <1303729722.53.0.730816268009.issue11917@psf.upfronthosting.co.za>
2011-04-25 11:08:41Abbaszadehlinkissue11917 messages
2011-04-25 11:08:41Abbaszadehcreate