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 loewis
Recipients brett.cannon, eric.snow, loewis, r.david.murray, terry.reedy
Date 2014-02-11.12:55:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1392123349.61.0.524185521982.issue20592@psf.upfronthosting.co.za>
In-reply-to
Content
The installer doesn't contain a test_frozen file, and I get

[1/1] test_frozen
test test_frozen crashed -- Traceback (most recent call last):
  File "C:\Python34\lib\test\regrtest.py", line 1271, in runtest_inner
    the_module = importlib.import_module(abstest)
  File "C:\Python34\lib\importlib\__init__.py", line 104, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 2230, in _gcd_import
  File "<frozen importlib._bootstrap>", line 2213, in _find_and_load
  File "<frozen importlib._bootstrap>", line 2200, in _find_and_load_unlocked
ImportError: No module named 'test.test_frozen'

1 test failed:
    test_frozen

when running Terry's command.

Terry, are you sure the installation directory was empty before you started the installation?
History
Date User Action Args
2014-02-11 12:55:49loewissetrecipients: + loewis, brett.cannon, terry.reedy, r.david.murray, eric.snow
2014-02-11 12:55:49loewissetmessageid: <1392123349.61.0.524185521982.issue20592@psf.upfronthosting.co.za>
2014-02-11 12:55:49loewislinkissue20592 messages
2014-02-11 12:55:49loewiscreate