Closed alvaromlg closed 9 years ago
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 https://github.com/cloudmatrix/esky/issues/90.
Status of 3.5 is unknown
@alvaromlg the latest patch should be enough to get you working!
Yes, looks like it's working for me
2015-11-03 22:15 GMT+01:00 tim notifications@github.com:
@alvaromlg https://github.com/alvaromlg did the latest patch fix the issue?
— Reply to this email directly or view it on GitHub https://github.com/cloudmatrix/esky/issues/95#issuecomment-153491274.
Álvaro Pelegrina Fernández Python / Angular JS Developer
Flumotion Services S.A. World Trade Center - Ed. Norte - planta 7 Moll de Barcelona - 08039 - Barcelona - Spain www.flumotion.com http://www.flumotion.com/
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