Important packages and modules not compatible with py2exe?
Posted
by EOL
on Stack Overflow
See other posts from Stack Overflow
or by EOL
Published on 2010-05-26T11:05:49Z
Indexed on
2010/05/26
12:21 UTC
Read the original article
Hit count: 242
Are there major/common/important packages that py2exe cannot handle?
I am currently studying the possibility of creating a .exe from a Python program that will use Tkinter, some Excel file reading module, NumPy, SciPy and matplotlib: is it realistic to try to achieve this with py2exe?
© Stack Overflow or respective owner