Re: Problem with win32ui

2009-12-23 Thread Simon Hibbs
On 23 Dec, 11:10, Marc Grondin wrote: > On 22/12/2009 1:05 PM, Gabriel Genellina wrote: > > > En Tue, 22 Dec 2009 12:31:37 -0300, Marc Grondin > > escribi : > > >> Hello everyone, > >> So i have been building an app with python(and learning as i go along) my > >> knowledge of python is still kind

Re: Problem with win32ui

2009-12-23 Thread Marc Grondin
On 22/12/2009 1:05 PM, Gabriel Genellina wrote: En Tue, 22 Dec 2009 12:31:37 -0300, Marc Grondin 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

Re: Problem with win32ui

2009-12-22 Thread Mike Driscoll
On Dec 22, 11:05 am, "Gabriel Genellina" wrote: > En Tue, 22 Dec 2009 12:31:37 -0300, Marc Grondin   > 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   > > ha

Re: Problem with win32ui

2009-12-22 Thread Marc Grondin
ok so that got me a little further. The app now works on win2k but on winXP i get this: File "printorders.py", line 2, in File "win32ui.pyc", line 12, in File "win32ui.pyc", line 10, in __load ImportError: DLL load failed: This application has failed to start because the a pplication config

Re: Problem with win32ui

2009-12-22 Thread Gabriel Genellina
En Tue, 22 Dec 2009 12:31:37 -0300, Marc Grondin 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 th

Problem with win32ui

2009-12-22 Thread Marc Grondin
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