Problem with win32ui
Mike Driscoll
kyosohma at gmail.com
Tue Dec 22 16:14:32 EST 2009
On Dec 22, 11:05 am, "Gabriel Genellina" <gagsl-... at yahoo.com.ar>
wrote:
> En Tue, 22 Dec 2009 12:31:37 -0300, Marc Grondin <marcg... at gmail.com>
> escribió:
>
> > Hello everyone,
> > So i have been building an app with python(and learning as i go along) my
> > knowledge of python is still kinda limited but the app work on my pc. I
> > have
> > also compiled it to an exe using py2exe and it also works fine this way
> > on
> > my pc(where python is installed) if however i try to run it from a pc
> > where
> > python is not installed i get this message:
>
> > Traceback (most recent call last):
> > File "printorders.py", line 2, in <module>
> > File "win32ui.pyc", line 12, in <module>
> > File "win32ui.pyc", line 10, in __load
> > ImportError: DLL load failed: The specified module could not be found.
>
> There is a missing DLL. Dependency Walker is a useful tool to solve this
> kind of problems:http://technet.microsoft.com/en-us/library/cc738370(WS.10).aspx
> Once you know which DLL is missing, add it to your setup.py
>
> --
> Gabriel Genellina
Also make sure that you can legally distribute the dll.
-------------------
Mike Driscoll
Blog: http://blog.pythonlibrary.org
PyCon 2010 Atlanta Feb 19-21 http://us.pycon.org/
More information about the Python-list
mailing list