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® 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
