Hello James,
do you use their service at present?
I followed the instructions at
http://wiki.dreamhost.com/index.php/Django
but that did not work for me
So I tried this script from the troubleshooting part there
#########
#!/usr/bin/python2.3
from fcgi import WSGIServer
def test_app(environ, start_response):
    start_response('200 OK', [('Content-Type', 'text/plain')])
    yield 'Hello, world!\n'

WSGIServer(test_app).run()
#########
but it did not work either.
Can you please let me know if that  script works for you?
Thank you
Regards,
L.

Reply via email to