python 2.7 - Esky, no frozen versions found -
just following online tutorial grasp of esky.
tutorial here - @ correct timestamp
i can "factorial.py" file run, without esky - that's basic. building exe, in both py2exe , esky form, easy enough.
however, when running factorial.py (or .exe) new esky lines included, fails, code below
traceback (most recent call last): file "factorial.py", line 4, in <module> app = esky.esky(sys.executable, "http://localhost:8000") file "c:\python27\lib\site-packages\esky\__init__.py", line 249, in __init__ self.reinitialize() file "c:\python27\lib\site-packages\esky\__init__.py", line 317, in reinitialize raise eskybrokenerror("no frozen versions found") esky.errors.eskybrokenerror: no frozen versions found
i've got esky .zip file on localhost http server, demo does, , can navigate through browser.
note:
i'm on python2.7
i've written code, letter letter, lecturer does
all appreciated
your best bet try cx freeze, solved issues well. has benefits of being cross platform.
unfortunately esky not being actively developed 5 years now, needs love.
also check windows firewall / antivirus programs not blocking port/program.
Comments
Post a Comment