OpenBazaar-Installer
OpenBazaar-Installer copied to clipboard
Built server gives error over twisted.internet module
I get this error when running openbazaard:
$ ./openbazaard start -t -l debug
Traceback (most recent call last):
File "<string>", line 8, in <module>
ImportError: No module named twisted.internet
openbazaard returned -1
I'm on Fedora 22 (64-bit) and I have package python-twisted-15.1.0-1.fc22.x86_64 installed.
I also tried installing Twisted using pip, but the error persists.