Closed GoogleCodeExporter closed 9 years ago
Pushed a fix to git head. This should fix it, but I will leave this ticket open
for a
while. If its still broken, please comment here.
Original comment by sophac...@gmail.com
on 9 Feb 2009 at 2:20
Fixed that issue, but another has raised:
[root@development ~]# python2.6 test.py
Traceback (most recent call last):
File "test.py", line 3, in <module>
from beanstalk import serverconn
File "/usr/local/lib/python2.6/site-packages/beanstalk/__init__.py", line 5, in
<module>
import twisted_client
File "/usr/local/lib/python2.6/site-packages/beanstalk/twisted_client.py", line 1,
in <module>
from twisted.protocols import basic
ImportError: No module named twisted.protocols
Its a fresh python2.6 build; few additional modules and twisted hasn'tbeen
installed
(and probably won't be unless required)
Original comment by phillip....@gmail.com
on 9 Feb 2009 at 3:06
This is a good point. I set up a conditional import, much like I did with the
libevent client, and pushed it to git
head.
Original comment by sophac...@gmail.com
on 9 Feb 2009 at 3:31
All seems to be running fine now. Thanks for the speedy fixes!
Original comment by phillip....@gmail.com
on 9 Feb 2009 at 3:35
Awesome, Im going to mark this issue as fixed. Thanks for the bug reports.
If you find any others please let me
know! Also: if you have any suggestions for improvement, I always like to hear
about them too.
Original comment by sophac...@gmail.com
on 9 Feb 2009 at 3:45
Original issue reported on code.google.com by
phillip....@gmail.com
on 9 Feb 2009 at 9:59