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.
python setup_esky.py bdist_esky
C:\Python25\lib\site-packages\esky\bdist_esky\pypyc.py:61: Warning: 'with' will
become a reserved keyword in Python 2.6
Traceback (most recent call last):
File "setup_esky.py", line 1, in
from esky import bdist_esky
File "C:\Python25\Lib\site-packages\esky\bdist_esky__init__.py", line 43, in
from esky.bdist_esky import pypyc
File "C:\Python25\lib\site-packages\esky\bdist_esky\pypyc.py", line 61
with open(str(cfile),"r+b") as f:
Using from future import with_statement at the beginning of pypyc.py solves this for me
The text was updated successfully, but these errors were encountered:
When running : python setup_esky.py bdist_esky
python setup_esky.py bdist_esky
C:\Python25\lib\site-packages\esky\bdist_esky\pypyc.py:61: Warning: 'with' will
become a reserved keyword in Python 2.6
Traceback (most recent call last):
File "setup_esky.py", line 1, in
from esky import bdist_esky
File "C:\Python25\Lib\site-packages\esky\bdist_esky__init__.py", line 43, in
from esky.bdist_esky import pypyc
File "C:\Python25\lib\site-packages\esky\bdist_esky\pypyc.py", line 61
with open(str(cfile),"r+b") as f:
Using from future import with_statement at the beginning of pypyc.py solves this for me
The text was updated successfully, but these errors were encountered: