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 Decorater
Recipients Decorater, paul.moore, r.david.murray, steve.dower, tim.golden, zach.ware
Date 2017-12-05.15:36:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1512488207.67.0.213398074469.issue32217@psf.upfronthosting.co.za>
In-reply-to
Content
python ..\externals\cpython\Tools\freeze\freeze.py pyeimport.py
Error: needed directory E:\python360\lib\python3.6\config-3.6 not found
Use ``..\externals\cpython\Tools\freeze\freeze.py -h'' for help

Seems like freeze works now with no traceback. However on Windows I need to figure out how to make it actually work without ``make install`` because lack of ``make install`` on Windows.

:thinking: how can it know on Windows what the config to python could be?
History
Date User Action Args
2017-12-05 15:36:47Decoratersetrecipients: + Decorater, paul.moore, tim.golden, r.david.murray, zach.ware, steve.dower
2017-12-05 15:36:47Decoratersetmessageid: <1512488207.67.0.213398074469.issue32217@psf.upfronthosting.co.za>
2017-12-05 15:36:47Decoraterlinkissue32217 messages
2017-12-05 15:36:47Decoratercreate