Hi Mark,

Thanks for your advice. Since my email to the list, I have compiled
ActivePython from the sources and have been able to get my python
scripts run as "frozen" code under Win NT and Win 2000. There is stille
a problem on Win 98 though - there the scripts run fine in interpreted
mode, but fails in "frozen" mode. I'll check out Gordon's tool - it
might come to rescue.

Best regards

Are 


Mark Hammond wrote:
> 
> I'm afraid freeze really isnt supported.  For Windows, Gordon McMillan's
> tool (http://starship.python.net/crew/gmcm/) is the preferred choice.
> 
> Freeze expects a "development" directory structure I believe - ie, the same
> structure used if you build Python yourself from the CVS respository - but
> even if you get that far, it inst as good as Gordon's tool.
> 
> Mark.
> 
> > -----Original Message-----
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED]]On Behalf Of Are
> > Magnus Bruaset
> > Sent: Friday, 8 December 2000 3:14 AM
> > To: [EMAIL PROTECTED]
> > Cc: Are Magnus Bruaset
> > Subject: Problem with freeze.py in ActivePython 2.0
> >
> >
> >
> > 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
> >
> > Inside E:\Python20\lib there is no python2.0 directory. I can't find any
> > config directroy either.
> >
> > Any hints on how to proceed?
> >
> >
> > Best regards
> >
> > Are Magnus
> >
> >
> >
> >
> >
> > --
> > ----------------------------------------------------------------------
> >    Are Magnus Bruaset, PhD      Email : [EMAIL PROTECTED]
> >    VP Development               Phone : +47 22 06 76 10
> >    Numerical Objects AS         Mobile: +47 92 61 00 63
> >    P.O. Box 124 Blindern        Fax   : +47 22 06 73 50
> >    N-0314 Oslo, Norway          WWW   : http://www.nobjects.com
> > **********************************************************************
> >  Diffpack 3.0 Released: The Next Step in Object-Oriented PDE Software
> >                     See http://www.nobjects.com
> > **********************************************************************
> > _______________________________________________
> > ActivePython mailing list
> > [EMAIL PROTECTED]
> > http://listserv.ActiveState.com/mailman/listinfo/activepython
> >

-- 
----------------------------------------------------------------------
   Are Magnus Bruaset, PhD      Email : [EMAIL PROTECTED]
   VP Development               Phone : +47 22 06 76 10
   Numerical Objects AS         Mobile: +47 92 61 00 63
   P.O. Box 124 Blindern        Fax   : +47 22 06 73 50
   N-0314 Oslo, Norway          WWW   : http://www.nobjects.com
**********************************************************************
 Diffpack 3.0 Released: The Next Step in Object-Oriented PDE Software
                    See http://www.nobjects.com
**********************************************************************
_______________________________________________
ActivePython mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/activepython

Reply via email to