Scubahunter
Scubahunter

Reputation: 23

Trying to setup Rhode Code on Ubuntu and ran into

While following instructions on how to setup Rhode Code listed here:

http://pythonhosted.org/RhodeCode/setup.html

I was on the step where I am supposed to use the command:

paster setup-rhodecode production.ini

I ran into the following error:

File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 584, in resolve
    raise DistributionNotFound(req)
pkg_resources.DistributionNotFound: babel

I have babel installed on my system but for some reason the paster will not recognize it.


Any thoughts?

System info:

Ubuntu 12.04.1 LTS

EC2 Micro instance

Upvotes: 0

Views: 253

Answers (1)

marcinkuzminski
marcinkuzminski

Reputation: 1771

It looks like a broken on incomplete isntallation. I recommend using RhodeCode installer that downloads all required dependencies and takes away the hassle of installing it with all required dependencies.

Upvotes: 1

Related Questions