py2exe help

2010-05-11 Thread jim-on-linux
python help,

I'm open for suggestions.

I'm using py2exe to compile a working program.

The program runs and prints fine until I compile it with py2exe. 

After compiling the program, it runs fine until it tries to import 
the win32ui module, v2.6214.0. 

Then, I get a windows error message:

ImportError: Dll load failed:  
This application has failed to start because 
the application configuration is incorrect.
Reinstalling the application may fix this problem.


Anyone have the same problem with this?.

jim-on linux
-- 
http://mail.python.org/mailman/listinfo/python-list


Re: py2exe help

2010-05-11 Thread Rob Williscroft
jim-on-linux wrote in news:mailman.74.1273614703.32709.python-l...@python.org 
in comp.lang.python:

 python help,
 
 I'm open for suggestions.
 
 I'm using py2exe to compile a working program.
 
 The program runs and prints fine until I compile it with py2exe. 
 
 After compiling the program, it runs fine until it tries to import 
 the win32ui module, v2.6214.0. 
 
 Then, I get a windows error message:
 
 ImportError: Dll load failed:  
 This application has failed to start because 
 the application configuration is incorrect.
 Reinstalling the application may fix this problem.
 
 
 Anyone have the same problem with this?.

http://www.py2exe.org/index.cgi/Py2exeAndWin32ui

Rob.
-- 
http://mail.python.org/mailman/listinfo/python-list


Re: py2exe help

2010-05-11 Thread jim-on-linux


I appreciate the help, it's working.

jim-on-linux


 jim-on-linux wrote in
  news:mailman.74.1273614703.32709.python-l...@python.org
 
 in comp.lang.python:
  python help,
 
  I'm open for suggestions.
 
  I'm using py2exe to compile a working program.
 
  The program runs and prints fine until I compile it with 
py2exe.
 
  After compiling the program, it runs fine until it tries to 
import
  the win32ui module, v2.6214.0.
 
  Then, I get a windows error message:
 
  ImportError: Dll load failed:
  This application has failed to start because
  the application configuration is incorrect.
  Reinstalling the application may fix this problem.
 
 
  Anyone have the same problem with this?.
 
 http://www.py2exe.org/index.cgi/Py2exeAndWin32ui
 
 Rob.
 
-- 
http://mail.python.org/mailman/listinfo/python-list