I was trying to install RBTools on my Python 2.3.4 system and got the
message about the missing cookielib import. Is it possible to support
the pre-2.4 libraries of ClientCookie like is documented at
http://code.activestate.com/recipes/302930/ ? I'm not sure if there
are any other requirements for later versions of Python, but I
couldn't find any from the web pages.
Full error when trying to run post-review:
# python -V
Python 2.3.4
# post-review
Traceback (most recent call last):
File "/usr/bin/post-review", line 5, in ?
pkg_resources.run_script('RBTools==0.2beta1', 'post-review')
File "/usr/lib/python2.3/site-packages/setuptools-0.6c9-py2.3.egg/
pkg_resources.py", line 448, in run_script
self.require(requires)[0].run_script(script_name, ns)
File "/usr/lib/python2.3/site-packages/setuptools-0.6c9-py2.3.egg/
pkg_resources.py", line 1173, in run_script
exec script_code in namespace, namespace
File "/usr/bin/post-review", line 2, in ?
# EASY-INSTALL-SCRIPT: 'RBTools==0.2beta1','post-review'
ImportError: No module named cookielib
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"reviewboard" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/reviewboard?hl=en
-~----------~----~----~----~------~----~------~--~---