Problem with freeze.py in ActivePython 2.0

Trent Mick trentm at ActiveState.com
Thu Dec 7 11:27:29 EST 2000


On Thu, Dec 07, 2000 at 05:13:56PM +0100, Are Magnus Bruaset wrote:
> 
> Hi,
> 
> I can't get freeze.py to behave under ActivePython 2.0 (Windows NT 4.0).
> The command 
> 
>    python freeze.py -p E:\Python20 hello.py
> 
> issued in E:\Python20\Tools\freeze (E:\Python20 is the root my
> installation) leads to the error message
> 
> Error: needed directory E:\Python20\lib\python2.0\config not found

I am not familiar with freeze.py but it looks to me like it is expecting a
*Linux* installation directory structure. Perhaps freeze.py only works on
Linux, or perhaps there is a command line option to signify window (though I
don't know why it would require that).

The <sys.prefix>/lib/python2.0/config is the path to the directory containing
the Python 2.0 library (i.e. the Linux equiv of the python20.lib file) on a
Linux installation.

Trent


-- 
Trent Mick
TrentM at ActiveState.com




More information about the Python-list mailing list