Closed uttam028 closed 6 years ago
Hi, there are a few bugs floating around with esky, i need to update the readme. My main problem at the moment is that cxfreeze is really hard to get working on linux. Some small fixed could be made to make it work correctly on python3 for windows.
I am in the process of switching over to pyinstaller and trying pyupdater, mainly because i think pyinstaller is a better freezer.
I prefer PyInstaller as well, but with PyInstaller---are you able to successfully compile Celery to execute a celery application?? When I run celery after, it says that the App isn't found. Thoughts?
Try asking over on the pyinstaller github page, there is also slot of existing info for making certain libraries package correctly
Cool will do. I know when I do pyinstaller it compiles but does work...but esky has this stupid "in use" error with celery. Ugh!
Thanks!
On Sep 25, 2016, at 6:38 AM, timothy eichler notifications@github.com wrote:
Try asking over on the pyinstaller github page, there is also slot of existing info for making certain libraries package correctly
— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.
Thanks for reaching out. Unfortunately this project is no longer actively maintained, so I'm going to move it into archive mode:
https://rfk.id.au/blog/entry/archiving-open-source-projects/
I have included esky in one of my python project, it works fine in mac version (Thanks for this cool stuff). But it is not working in windows environment, I am getting "No frozen version found" error. I followed Ryan's talk in the Pycon where he was showing esky in windows environment. Does it work in windows 10 platform?