Re: Py2exe and name space package

2008-06-10 Thread Yuan HOng
On 6/10/08, Mike Driscoll <[EMAIL PROTECTED]> wrote: > > I include the lxml package in some of my programs and I do so by > adding the following to the setup.py > > packages = ['lxml'] > > However, I'm not sure if what you want to add is truly a package. > Yours might go into the "includes" direct

Re: Py2exe and name space package

2008-06-10 Thread Mike Driscoll
On Jun 10, 4:28 am, "Yuan HOng" <[EMAIL PROTECTED]> wrote: > Hi, > > I used to freeze my application into Windows executibles using py2exe. > Lately I started using several zope packages in my application, like > zope.interface. Now the freezed program can't run properly. Like the > following examp

Py2exe and name space package

2008-06-10 Thread Yuan HOng
Hi, I used to freeze my application into Windows executibles using py2exe. Lately I started using several zope packages in my application, like zope.interface. Now the freezed program can't run properly. Like the following example shows: My setup.py file: from distutils.core import setup import