On Fri, Aug 20, 2010 at 6:59 PM, Bradlee Landis <bradleelan...@gmail.com> wrote:
> I'm still having issues. Is the documentation on the website not for
> the most recent windows binary? I'm using Python 2.6.

The documentation on the web site is for the current version of
cx_Freeze, regardless of Python version.

> How do I add something to the path? I can use the command line --path,
> but then it replaces it instead of appending to it, and --include-path
> isn't recognized, even though it's documentation.

include-path should work fine on the command line and should add items
to the path. Can you show me exactly what you are doing?

> I put path in Executable(), but it still can't find the modules that
> I've included. I put packages and package_dir in setup() and it still
> fails.

I'm not sure why you are trying to muck with the path anyway? You can
set the environment variable PYTHONPATH and that should work. Do you
have code that adds to sys.path inside your script?

> Maybe I need to update to the subversion version of cx_Freeze...

That should not be necessary for what you are trying to do, I believe.
But it won't hurt anything either. I'm hoping to make a new release
before the end of the summer with the changes I've made so far. There
is one nasty bug with building MSI packages with Python 2.7, for
example, that I'd like to squash. :-)

Anthony

------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
cx-freeze-users mailing list
cx-freeze-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cx-freeze-users

Reply via email to