Jump to content

zetaxis

Members
  • Posts

    7
  • Joined

  • Last visited

zetaxis's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Most likely djbob will post in this thread once the installation has been completed or if there is any reason why it cannot be. Ok, I see. Just have to wait for djbob to come along. He's usually very quick. Everyone here is just a volunteer and no one gets paid for any of the work they do here. That said everyone is amazingly helpful and very responsive and quick. Just be patient. Sure, Thank for your help!
  2. Thanks a lot. And how do I know the escalation has been completed? Will the process take a long time?
  3. Yes, I'm on johny. My home directory is "/home/zetaxis" and domain is "zetaxis.co.cc" Thank you very much.
  4. Actually, you are wrong. WSGI applications use python2.7, and you have the option of using python 3.2. Just put: #!/usr/bin/env python3.2 at the top of your script. i had added the script to the head error, i also try "#!/usr/bin/env python2.7" both error, the error message is same. i had tried the program in my local apache server, it's work. I don't know what's wrong with it.
  5. I know the reason now. the bottle homepage write it:Bottle runs with Python 2.5+ and 3.x. the server run python2.4.3, ..XD.
  6. Followed the guide, django is ok, how about bottle? I tried for it, uploaded bottle.py(from my python 2.7 lib) to the html directory, but failed. the error log : [Wed May 18 08:06:02 2011] [error] [client 223.166.97.228] File does not exist: /home/zetaxis/public_html/500.shtml, referer: http://zetaxis.co.cc/ [Wed May 18 08:06:02 2011] [error] [client 223.166.97.228] File "/home/zetaxis/public_html/mysite/bottle.py", line 72, referer: http://zetaxis.co.cc/ [Wed May 18 08:06:02 2011] [error] [client 223.166.97.228] File "/home/zetaxis/public_html/mysite/app.wsgi", line 5, in ?, referer: http://zetaxis.co.cc/ [Wed May 18 08:06:02 2011] [error] [client 223.166.97.228] mod_wsgi (pid=24693): Exception occurred processing WSGI script '/home/zetaxis/public_html/mysite/app.wsgi'., referer: http://zetaxis.co.cc/ [Wed May 18 08:06:02 2011] [error] [client 223.166.97.228] mod_wsgi (pid=24693): Target WSGI script '/home/zetaxis/public_html/mysite/app.wsgi' cannot be loaded as Python module., referer: http://zetaxis.co.cc/ what's the problem, who can help me?
×
×
  • Create New...