Jump to content

silverx

Members
  • Posts

    4
  • Joined

  • Last visited

silverx's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Thank you very much for your patience. It was a stupid typo that i inserted while adapting it to the new file hierarchy. Now it works like a charm.
  2. Hi everyone, i have just tried to launch a python script but it trows the infamous 500 Error. I think there might be some module missing from the server. Here is what i need: Server: Johnny User: silverb Python Version: 2.7 Modules: - __future__ for the print_function - os - json - time The baffling fact is that these modules should come with a "default" python installation, so i'm not sure if this is the problem. I would also need the httplib2, google api client and oauth2 module, but i read that they are already present in johnny's python 2.7. Apart from a possible module missing, could there be some problem with reading a file from the current work directory or creating a folder and a file? Thank you for your support and your time.
  3. Thank you very much. You were a great help. As expected, my script trows a 500 internal error, while yours works fine. I'll open a module request post. Thanks again
  4. Hello everyone. As the title implies, i am completely new to web hosting and web related stuff. I need help trying to figure out ho to run a script i wrote in Python. Could someone point me to a guide on how to run my script? Do i need something particular to transform a "regular python script" into something readeable by the web server? PS. My script uses the Google APIs. I would need the following package installed: Package: google-api-python-client Server: Johnny User: silverb Thank you for your patience
×
×
  • Create New...