ehabkost / passerd

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

run on Python 2.4 #83

Closed ehabkost closed 14 years ago

ehabkost commented 14 years ago

Solve this, and maybe other errors:

$ ./run.sh 
File "/home/leoboiko/Desktop/passerd/passerd/ircd.py", line 1593
     return self.sendMessage(*params, prefix=sender.full_id())
 SyntaxError: invalid syntax
ehabkost commented 14 years ago

Most Python 2.4 syntax errors are gone. Now I need somebody to test it (the only system I have that has Python 2.4 has a too old sqlalchemy library, too).

ehabkost commented 14 years ago

It seems to be working. :)

Tested on a RHEL-5.4 system (including EPEL repository), with SQLAlchemy-0.5.8 manually built from source.