PDA

View Full Version : [SOLVED] CherryPy Installation Not Working



hril230
May 28th, 2015, 03:51 AM
Not sure if this thread belongs here but I thought I'd see if anyone can help.
I'm using ubuntu 14.04

I installed CherryPy 3.7 today (and python 2.7) and I thought I'd done it correctly, but when I try to run a python script I get this error:
ImportError: No module named cherrypy
Have I installed CherryPy incorrectly? Has anyone encountered this error before? Any advice? :)


Never mind, I fixed it! :D
Just added my cherrypy files to the same directory as my project.

hril230
May 28th, 2015, 04:11 AM
I fixed it by copy/pasting my cherrypy files into my project folder.
Think they've gotta be in the same directory (at least... they do if cherrypy isn't properly installed)