ehabkost / passerd

A Twitter client that works as an IRC server
http://passerd.raisama.net/
Other
1 stars 2 forks source link

Syntax Errors on /passerd/ircd.py line 1101 #97

Open not-jay opened 11 years ago

not-jay commented 11 years ago

I'm getting errors when invoking ./run_sh

It says: 2013-06-05-03 13

What could be causing it?

ehabkost commented 11 years ago

What's the version reported by python --version in your system? Try changing the first line of bin/passerd to #!/usr/bin/env python2.7.

But I am not even sure Passerd will still work. I don't know how many changes the Twitter API went through in the last few years (since I last used Passerd), and if the application key inside the code is still valid.

not-jay commented 11 years ago

Its 3.3.1

I see, well, thank you anyway. Though, this was a neat idea.