0

I've been trying to build pynacl (https://github.com/pyca/pynacl). But I'm having some trouble. I'm running ubuntu and I've tried installing libsodium and everything else I can think of but still same problem.

When I run: python setup.py install i get:

Traceback (most recent call last):
  File "setup.py", line 202, in <module>
    name=nacl.__title__,
AttributeError: 'module' object has no attribute '__title__'

Any idea what I'm doing wrong? ps I'm pretty new to python

update: I'm running Python 2.7.5+

CodesInChaos
  • 106,488
  • 23
  • 218
  • 262
user1930848
  • 341
  • 1
  • 4
  • 12

1 Answers1

0

I went to /usr/local/lib/python2.7/dist-packages/ and deleted everything that had nacl in it. Now it works!

user1930848
  • 341
  • 1
  • 4
  • 12