Ah - ha!  It worked.  Mostly.  My namespace packages are going into  
the library.  The executable still won't run, however, because a non- 
python configuration file did not get copied over.  It is a .zcml file  
that the zope world uses.  I think it would be nice if all files  
inside a package were copied into the library (except .pyc files, of  
course).  Is there a fix for that?  If not, I could just unzip the  
library, put the missing file in, then zip it back up, right?

Thanks again for your persistence.

Craig

On Mar 1, 2010, at 3:37 PM, Anthony Tuininga wrote:

> On Mon, Mar 1, 2010 at 8:18 AM, Craig Swank <[email protected]>  
> wrote:
>> Hello again,
>> Sorry I wasn't able to continue with this last week.
>
> No problem.
>
> [Snipped]
>
>> I put all of the python files from this directory into the cx_freeze
>> directory of my site-packages.  If the new namespace stuff is working
>> for you, and not for me, then I'm confused.  Does that setup.py below
>> look alright?
>
> Well, it wasn't what I saw originally so I made sure the original
> worked (where you specified in namespace_packages wind.server, not
> just wind). Of course I just realized that I added the namespace
> packages after the includes and packages were loaded -- not very smart
> since some of those modules and packages might depend on those
> namespace packages already being defined as such! So I have checked in
> another change (264) to make sure namespace packages are loaded first
> -- and a similar example to your setup.py now works. That should
> resolve everything now... Crossing fingers and toes! :-)
>
> Anthony
>
> ------------------------------------------------------------------------------
> Download Intel&#174; Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
> _______________________________________________
> cx-freeze-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/cx-freeze-users


------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
cx-freeze-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/cx-freeze-users

Reply via email to