Im trying to use port 80. So when i use the command "sudo paster serve development.ini --reload"
I get this error
pkg_resources.VersionConflict: (Pylons 0.9.7 (/usr/lib/pymodules/python2.6), Requirement.parse('Pylons>=1.0'))
I tried to do "easy_install pylons"
but I get
"Pylons 1.0 is already the active version in easy-install.pth"
How do I fix this?