cloudmatrix / esky

an auto-update framework for frozen python apps
BSD 3-Clause "New" or "Revised" License
362 stars 74 forks source link

esky in windows enviornment #145

Closed uttam028 closed 6 years ago

uttam028 commented 8 years ago

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?

timeyyy commented 8 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.

JMSwag commented 8 years ago

PyInstaller - PyUpdater

nstanoszek commented 8 years ago

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?

timeyyy commented 8 years ago

Try asking over on the pyinstaller github page, there is also slot of existing info for making certain libraries package correctly

nstanoszek commented 8 years ago

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.

rfk commented 6 years ago

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/