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
I have downloaded the snap 0.6 tarbal and did make install to install.
byte-compiling usr/lib/python2.4/site-packages/snap/crypto.py to crypto.pyc
File "usr/lib/python2.4/site-packages/snap/crypto.py", line 32
with open(in_filename, 'rb') as infile:
^
SyntaxError: invalid syntax
byte-compiling usr/lib/python2.4/site-packages/snap/osregistry.py to osregistry.pyc
File "usr/lib/python2.4/site-packages/snap/osregistry.py", line 81
return 'C:' if OS.is_windows(operating_system) else '/'
^
SyntaxError: invalid syntax
Can some one help me
Thanks&Regards
Susanta
The text was updated successfully, but these errors were encountered:
Team,
I have downloaded the snap 0.6 tarbal and did make install to install.
byte-compiling usr/lib/python2.4/site-packages/snap/crypto.py to crypto.pyc
File "usr/lib/python2.4/site-packages/snap/crypto.py", line 32
with open(in_filename, 'rb') as infile:
^
SyntaxError: invalid syntax
byte-compiling usr/lib/python2.4/site-packages/snap/osregistry.py to osregistry.pyc
File "usr/lib/python2.4/site-packages/snap/osregistry.py", line 81
return 'C:' if OS.is_windows(operating_system) else '/'
^
SyntaxError: invalid syntax
Can some one help me
Thanks&Regards
Susanta
The text was updated successfully, but these errors were encountered: