You are not logged in.

#1 2013-03-07 14:29:47

MisterChoc
Member
Registered: 2013-02-17
Posts: 74

[Solved]Anontwi (Python issue)

Hey guys I'm trying to make anontwi works. If you don't know it it's a python software that helps you reach twitter through tor. It's in cli but there's a gtk version too and the code is available here: http://anontwi.sourceforge.net/

But I can't make it works... It uses python2 so I launched it with python2 and got this:

└──>>python2 anontwi --tokens
Traceback (most recent call last):
  File "anontwi", line 24, in <module>
    from core.main import anontwi
  File "/home/unknown/Downloads/anontwi/core/main.py", line 26, in <module>
    import core.twitter
  File "/home/unknown/Downloads/anontwi/core/twitter.py", line 69, in <module>
    import oauth2 as oauth
  File "/home/unknown/Downloads/anontwi/core/oauth2/__init__.py", line 32, in <module>
    import httplib2
ImportError: No module named httplib2

Seems to be related to httlib2... I installed it along with python-crypto et pycurl before trying to launch anontwi
I tried this a while and even the owner tried to help me on irc, at the end he gave me a fix that didn't work x) and by the time I gave up and I only use it with another distro.
Let me know if you have any idea smile thank you

Last edited by MisterChoc (2013-03-07 16:21:53)

Offline

#2 2013-03-07 14:32:22

jakobcreutzfeldt
Member
Registered: 2011-05-12
Posts: 1,041

Re: [Solved]Anontwi (Python issue)

You said you installed httplib2....did you install python-httplib2 or python2-httplib2? Because you should have installed the latter in this case. Similarly, did you install python-crypto or python2-crypto?

Last edited by jakobcreutzfeldt (2013-03-07 14:32:52)

Offline

#3 2013-03-07 16:21:36

MisterChoc
Member
Registered: 2013-02-17
Posts: 74

Re: [Solved]Anontwi (Python issue)

Lolz, that worked. Thank you sir

Offline

Board footer

Powered by FluxBB