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: 222

Filed under:
|
|
|
|

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

Related posts about python

Related posts about excel