Hello again,
Sorry I wasn't able to continue with this last week.

>
> Right. I noticed that yesterday and made the changes -- but forgot to
> check them in! They are checked in now and should resolve this problem
> for you completely....I hope! :-)


I put the updated files into my cx_freeze site-packages directory, but  
still get the same error.  The build command still can't find  
wind.server (see the setup.py below)  Here is the svn-info for the cx- 
freeze I checked out:

URL: https://cx-freeze.svn.sourceforge.net/svnroot/cx-freeze/trunk
Repository Root: https://cx-freeze.svn.sourceforge.net/svnroot/cx-freeze
Repository UUID: 6e2c4a69-c233-0410-aca5-e77ce0a187ef
Revision: 263
Node Kind: directory
Schedule: normal
Last Changed Author: atuining
Last Changed Rev: 263
Last Changed Date: 2010-02-25 07:29:52 -0700 (Thu, 25 Feb 2010)

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?

Craig


On Feb 25, 2010, at 8:21 AM, Anthony Tuininga wrote:

> On Thu, Feb 25, 2010 at 7:49 AM, Craig Swank <[email protected]>  
> wrote:
>> Sorry to be a pain, but when I try this for my setup.py:
>
> No problem. :-)
>
>> from cx_Freeze import setup, Executable
>>
>> version = '1.0'
>> includes=['lxml', 'lxml._elementpath', 'lxml.etree', 'gzip',
>> 'gfmodel', 'gfserve
>> r', 'chameleon', 'paste', 'webob', 'urllib']
>> namespaces = ['zope', 'repoze', 'paste', 'rubbish', 'wind']
>> packages = ['wind.model', 'wind.server', 'lxml', 'paste']
>>
>>
>> setup(name='gearfacts',
>>       version=version,
>>       options = {
>>         "build_exe" : {
>>             "namespace_packages": namespaces,
>>             "includes": includes,
>>             "packages": packages,
>>             },
>>         },
>>       executables=[Executable('run.py')],
>>       )
>>
>>
>>
>> the error trace from python says:
>> Import Error: No Module Named  'wind.server'
>>
>>
>> wind.model goes in fine (along with all the sub-modules).  Am I still
>> doing something wrong?  I've tried a bunch of variations and can't my
>> 'wind' packages completely in.
>
> Right. I noticed that yesterday and made the changes -- but forgot to
> check them in! They are checked in now and should resolve this problem
> for you completely....I hope! :-)
>
> 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