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 was archived by the owner on Dec 29, 2022. It is now read-only.
What steps will reproduce the problem?
1. Install the package on Python 3. It will install, but with errors.
2. Attempt to import 'keyczar.keyczar'. This also raises an error.
What is the expected output? What do you see instead?
The package should install nicely and run on Python 3. These errors are seen
during install:
Running python-keyczar-0.71b\setup.py -q bdist_egg --dist-dir
c:\users\jaraco\appdata\local\temp\easy_install-moe2i9\python-keyczar-0.71b\egg-
dist-tmp-2lfd9s
File "build\bdist.win-amd64\egg\keyczar\keyczart.py", line 169
print "Generating private key sets..."
^
SyntaxError: invalid syntax
File "build\bdist.win-amd64\egg\keyczar\util.py", line 800
except UnicodeDecodeError, exc:
^
SyntaxError: invalid syntax
zip_safe flag not set; analyzing archive contents...
File "c:\users\jaraco\projects\public\keyring\env\python33\site-packages\python_keyczar-0.71b-py3.3.egg\keyczar\keyczart.py", line 169
print "Generating private key sets..."
^
SyntaxError: invalid syntax
File "c:\users\jaraco\projects\public\keyring\env\python33\site-packages\python_keyczar-0.71b-py3.3.egg\keyczar\util.py", line 800
except UnicodeDecodeError, exc:
^
SyntaxError: invalid syntax
Adding python-keyczar 0.71b to easy-install.pth file
Installing keyczart-script.py script to
C:\Users\jaraco\projects\public\keyring\env/Scripts
Installing keyczart.exe script to
C:\Users\jaraco\projects\public\keyring\env/Scripts
And this is the error occurs during initial import:
>>> import keyczar.keyczar
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "C:\Users\jaraco\projects\public\keyring\env\Python33\site-packages\python_keyczar-0.71b-py3.3.egg\keyczar\keyczar.py", line 27, in <module>
import errors
ImportError: No module named 'errors'
What version of the product are you using? On what operating system?
0.71b on Python 3.3 64-bit on Windows 8.
Original issue reported on code.google.com by jaraco@jaraco.com on 7 Feb 2013 at 10:47
Original issue reported on code.google.com by
jaraco@jaraco.comon 7 Feb 2013 at 10:47