Results 1 to 2 of 2

Thread: CherryPy Installation Not Working

  1. #1
    Join Date
    May 2015
    Beans
    15

    Unhappy CherryPy Installation Not Working

    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!
    Just added my cherrypy files to the same directory as my project.
    Last edited by hril230; May 28th, 2015 at 04:06 AM.

  2. #2
    Join Date
    May 2015
    Beans
    15

    Re: CherryPy Installation Not Working

    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)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •