Replies: 1 comment 4 replies
-
Help a brother out, been wasting so much time on this damn patcher thing, and just to not test it till now and found out in cooked and can't really use it :( |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So I m using cx_freeze to generate .exe
Main problem occurses with some of the lib/pyc files, they conflic with my other app pyc's I saw there was an zip_include_packages option, that succesfuly moved/zipped encodings package
Problem remains with some init.py's and pyexpat.pyd these I dont know how to attempt to zip or move or whatever but damn its killing me at this point
Cx_freeze seems to be the last option to generate a py exe that is not a virus, and I do not indent to bundle everything into an exe at all
Do u guys know a way to deal with conflicting libs or rename that darn "lib" dir which is the most generic thing ever...?
Beta Was this translation helpful? Give feedback.
All reactions