ffreitasalves/boneca

esky.erros.eskybrokenerror: no frozen version found

Closed this issue · 1 comments

can not run the execute well
may i ask how to resolve this ?

2017-09-08 17_54_35-cx_freeze_ python error in main script

found problem , it maybe that 'sys.executable' is ucs2 string.
comment this out and it works

if hasattr(sys,"frozen"):
#app = esky.Esky(sys.executable,"http://teenspirit.com.br/exemplo_boneca/")
#app.auto_update()
pass