Patch that adds support for the pyc and pyo files
If precompiled pyc or pyo files were referenced, py2exe
would raise a RunTimeError with the text of "Don't know
how to handle '<filename>.pyc'".
This patch should let py2exe know how to deal with pyc
and pyo files.
Patch that adds support for the pyc and pyo files
Patch that adds support for the pyc and pyo files, and actually copies these files.
Logged In: YES
user_id=11105
Shane, the patch is not complete - the .pyc or .pyo file
doesn't need compilation, but it needs to be copied to the
build directory. I'm attaching a new patch, please try it out.
Logged In: YES
user_id=11105
I've committed the new patch to CVS. Thanks!
Log in to post a comment.