moxie0 / Convergence

An agile, distributed, and secure alternative to the Certificate Authority system.
http://convergence.io
623 stars 127 forks source link

upgrade from notary 0.2 to 0.4 #112

Closed debianuser2010 closed 12 years ago

debianuser2010 commented 12 years ago

Traceback (most recent call last): File "/usr/local/bin/convergence-notary", line 49, in from convergence.verifier.GoogleCatalogVerifier import GoogleCatalogVerifier File "/usr/local/lib/python2.6/dist-packages/convergence/verifier/GoogleCatalogVerifier.py", line 19, in import twisted.names.client ImportError: No module named names.client

moxie0 commented 12 years ago

What version of Twisted are you running?

debianuser2010 commented 12 years ago

ii python-twisted-bin 10.1.0-3 ii python-twisted-core 10.1.0-3 ii python-twisted-web 10.1.0-1

moxie0 commented 12 years ago

Try apt-get install python-twisted-names

debianuser2010 commented 12 years ago

Fixed. And thank you for updating the dependencies on the wiki too. :-)