trihaitran 0 Light Poster

I am trying to run a Cherrypy tutorial from this site: http://www.serpia.org/cherrypy

It is giving me this error when I try to run the start.py:

bob-smiths-powerbook-g4-15:~/Desktop/CherryPyTutorial/cgi-bin bobsmith$ python start.py 
Traceback (most recent call last):
  File "start.py", line 21, in ?
    cherrypy.server.start()
  File "/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/cherrypy/_cpserver.py", line 92, in start
    raise ValueError("No HTTP servers have been created. "
ValueError: No HTTP servers have been created. Try server.quickstart instead.

The thing is that I did'nt change anything in the code. I'm just running the file from the completed project downloaded from the tutorial. What is going on? I'm running python 2.4 on OS X Tiger.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.