Top "Py2exe" questions

Py2exe is a python extension that converts Python Scripts to Windows Executables.

Py2Exe, [Errno 2] No such file or directory: 'numpy-atlas.dll'

I have included matplotlib in my program, I searched about numpy_atlas.dll on google and I seem to be …

python numpy matplotlib py2exe
py2exe to generate dlls?

Is there a way using py2exe or some other method to generate dll files instead of exe files? I …

python windows dll py2exe
Py2exe lxml woes

I have a wxpython application that depends on lxml and works well when running it through the python interpreter. However, …

python wxpython lxml py2exe
My application won't run because I'm missing MSVCR90.dll, what can I do?

I used the instructions here to create my application. I get this message every time I double click my application …

python wxpython runtime-error py2exe msvcr90.dll
Create a standalone windows exe which does not require pythonXX.dll

is there a way to create a standalone .exe from a python script. Executables generated with py2exe can run …

python windows py2exe
zipimport.ZipImportError: can't decompress data; zlib not available

I would like to use cx_freeze to change my hello_world.py into exe file. When I run cxfreeze …

python python-3.x py2exe cx-freeze
cx_freeze - including my own modules?

I have a small application built with PyQt4 that I'm trying to freeze with cx_freeze, but I'm running into …

python py2exe importerror cx-freeze
Why am I getting this ImportError?

I have a tkinter app that I am compiling to an .exe via py2exe. In the setup file, I …

python lxml py2exe importerror lxml.html
scipy with py2exe

I get the following error message using python v2.7.3 and scipy v0.11.0 with py2exe v0.6.10 on a 64 bit machine …

python scipy py2exe
ImportError: cannot import name RAND_egd

I've tried to create an exe file using py2exe. I've recently updated Python from 2.7.7 to 2.7.10 to be able to …

python ssl import executable py2exe