What steps will reproduce the problem?
1. install pyhton-calais without simplejson
What is the expected output? What do you see instead?
pip should be able to pull the need dependency.
What version of the product are you using? On what operating system?
latest trunk on linux
Please provide any additional information below.
Adding the line below in the setup.py should fix the issue.
"""
install_requires=['simplejson'],
"""
http://bazaar.launchpad.net/~populous/python-calais/with_setup/annotate/head%3A/
setup.py
Original issue reported on code.google.com by yann.ma...@gmail.com on 18 Mar 2009 at 5:57
Original issue reported on code.google.com by
yann.ma...@gmail.com
on 18 Mar 2009 at 5:57