Search found 8 matches

by soulex
February 3rd, 2012, 9:19 am
Forum: General Help
Topic: Linux (shared hosting) Installation Help
Replies: 14
Views: 14739

Re: Linux (shared hosting) Installation Help

That is some bad news indeed. I was using SAB's API to build a premium site. I always knew Godaddy hosting was terrible, this just gives me another reason to switch host. Thanks for the VPS plug. I will look into them. @Sander - Also thanks for all your patience and help in assisting me with these i...
by soulex
February 3rd, 2012, 6:18 am
Forum: General Help
Topic: Linux (shared hosting) Installation Help
Replies: 14
Views: 14739

Re: Linux (shared hosting) Installation Help

Q.1) check out if you can connect locally: "wget localhost:44344" It appears that I am able to connect using the 2nd terminal window. Here is what it said: -bash-3.2$ wget localhost:44344 --2012-02-03 04:14:31-- http://localhost:44344/ Resolving localhost... 127.0.0.1 Connecting to localho...
by soulex
February 2nd, 2012, 4:11 pm
Forum: General Help
Topic: Linux (shared hosting) Installation Help
Replies: 14
Views: 14739

Re: Linux (shared hosting) Installation Help

Q.1) Does "python -V" (capital V) work on the normal prompt A.1) Yes, I get: -bash-3.2$ python -V Python 2.4.3 However I know my hosting account supports Python 2.7.2, by either referencing the path to the Python 2.7.2 installation: "#!/usr/local/bin/python2.7" or using the virtu...
by soulex
February 2nd, 2012, 4:14 am
Forum: General Help
Topic: Linux (shared hosting) Installation Help
Replies: 14
Views: 14739

Re: Linux (shared hosting) Installation Help

Q.1) What does "python --version" tell you? A.1) Normal shell gives: -bash-3.2$ python --version Unknown option: -- usage: python [option] ... [-c cmd | -m mod | file | -] [arg] ... Try `python -h' for more information. But in my virtualenv, i get: -bash-3.2$ python --version Python 2.7.2...
by soulex
February 1st, 2012, 9:50 pm
Forum: General Help
Topic: Linux (shared hosting) Installation Help
Replies: 14
Views: 14739

Re: Linux (shared hosting) Installation Help

Q.1) And I guess you have no root rights? A.1) Correct, godaddy only gives root to dedicated servers, not shared =/ Q.2) What if you go into the SABnzbd directory, and run "python SABnzbd.py" ? A.2) In terminal, running "python SABnzbd.py" gives me: "Sorry, requires Python 2...
by soulex
February 1st, 2012, 2:48 pm
Forum: General Help
Topic: Linux (shared hosting) Installation Help
Replies: 14
Views: 14739

Re: Linux (shared hosting) Installation Help

Thanks for your reply. =D Q.1) Is this a real Linux account with a login prompt? A.1) Not sure what you mean by 'real Linux account'. It is a shared hosting account from Godaddy.com. I do have SSH terminal access, which is the only login prompt I can think of. Q.2) What Linux distribution is it? A.2...
by soulex
February 1st, 2012, 12:52 pm
Forum: General Help
Topic: Linux (shared hosting) Installation Help
Replies: 14
Views: 14739

Re: Linux Installation Help

Edit: I was able to get around the "500 Internal Server Error" message by adding: "print 'Content-type: text/html\r\n';" Which allowed my web browser to output the message: "Sorry, requires Python 2.5 or higher". One step closer. Whew.. After reading more information ab...
by soulex
February 1st, 2012, 9:23 am
Forum: General Help
Topic: Linux (shared hosting) Installation Help
Replies: 14
Views: 14739

Linux (shared hosting) Installation Help

Hello, I am an experienced Windows user and am familiar with php, however am running into issues installing SABnzbd on my linux server. I've extracted the SABnzbd.tar.gz into a folder on my web server, but when accessing the URL to SABnzbd.py, I'm greeted with a non-descriptive "500 Internal Se...