Hello everyone,<br>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:<br>
<br>Traceback (most recent call last):<br> File "printorders.py", line 2, in <module><br> File "win32ui.pyc", line 12, in <module><br> File "win32ui.pyc", line 10, in __load<br>
ImportError: DLL load failed: The specified module could not be found.<br><br>i have tried to figure out what is causing this but i come up empty. where should i be looking or what can i do?<br><br>The file printorders.py first imports win32print with no problems. line 2 is where it imports win32ui. <br>
<br>win32ui is used for printing.<br clear="all"><br>-- <br>C-ya Later Take Care<br>Marc Grondin<br>