Re: dll errors in compiled python program

2011-05-03 Thread DonAmit
py2exe? If so, are you including the necessary MS > runtime dll[1]? > > 1: http://www.py2exe.org/index.cgi/Tutorial#Step5 > -- > http://mail.python.org/mailman/listinfo/python-list > > -- View this message in context: http://old.nabble.com/dll-errors-in-compiled-python-p

RESOLVED Re: dll errors in compiled python program

2010-04-29 Thread Alex Hall
Thanks for the suggestion. It turns out that the problem was a copy of fowprof.dll, or something like that, which win7 included in my compiled program's dir. I was testing the program on xp, which has its own version of this dll, so deleting the dll from the dir solved it. On 4/29/10, alex23 wrot

Re: dll errors in compiled python program

2010-04-29 Thread alex23
Alex Hall wrote: > I am stumped. The compiled version of my project works on my pc, but > when I put it on a thumb drive and try it on a laptop without python > installed I get this: > ImportError: DLL load failed: The specified procedure could not be found. Are you using py2exe? If so, are you i

dll errors in compiled python program

2010-04-29 Thread Alex Hall
Hi all, I am stumped. The compiled version of my project works on my pc, but when I put it on a thumb drive and try it on a laptop without python installed I get this: Traceback (most recent call last): File "sw.pyw", line 3, in File "modes\arm.pyc", line 4, in File "dependencies\wmi1_3\wm