dll errors in compiled python program

alex23 wuwei23 at gmail.com
Thu Apr 29 23:12:40 EDT 2010


Alex Hall <mehg... at gmail.com> 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 including the necessary MS
runtime dll[1]?

1: http://www.py2exe.org/index.cgi/Tutorial#Step5



More information about the Python-list mailing list