python cx_Freeze egg problem
Posted
by bandana
on Stack Overflow
See other posts from Stack Overflow
or by bandana
Published on 2010-04-13T22:31:09Z
Indexed on
2010/04/13
22:33 UTC
Read the original article
Hit count: 459
im trying to build an executable (for 32bit windows xp) from a python script (which uses lots of eggs)
i considered py2exe(0.6.9), PyInstaller (1.4) and cx_Freeze (4.1.2)
py2exe doesnt like eggs for breakfast
PyInstaller doesnt like python 2.6 for lunch)
so i went with cx_Freeze (supposed to support eggs seamlessly since 4.0b1). but for some reason it doesnt.
what parameters do i pass in order for files inside an egg to be recognized?
© Stack Overflow or respective owner