You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 25, 2018. It is now read-only.
esky development has slowed, the plan is to make esky compatabile with python3 without needing to run 2to3 converter, this will make debugging and programming for python3 much easier. You can read up on the latest issues here #90.
Looks like this code https://github.com/cloudmatrix/esky/blob/master/esky/util.py#L578 wont work in python3.5 since _bootstrap hasnt those method/classes.
It looks like its working replacing _bootstrap with _bootstrap_external:
Is it python3.5 compatible? or just until python3.4
The text was updated successfully, but these errors were encountered: