Support Forums
I need an environment that I can test my python web application - Printable Version

+- Support Forums (https://www.supportforums.net)
+-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87)
+--- Forum: Webmaster Support (https://www.supportforums.net/forumdisplay.php?fid=36)
+---- Forum: Website Development (https://www.supportforums.net/forumdisplay.php?fid=43)
+---- Thread: I need an environment that I can test my python web application (/showthread.php?tid=1810)



I need an environment that I can test my python web application - nevets04 - 10-19-2009

I need an environment that I can test my python web application. How may I get one?


RE: I need an environment that I can test my python web application - Gaijin - 10-19-2009

(10-19-2009, 03:14 PM)nevets04 Wrote: I need an environment that I can test my python web application. How may I get one?

If you mean a Host then here are some links
http://www.free-webhosts.com/webhosting-01.php
Look for those with Python

This one is more about python
http://djangofriendly.com/hosts/


RE: I need an environment that I can test my python web application - nevets04 - 10-19-2009

(10-19-2009, 03:18 PM)NinjaGeek Wrote: If you mean a Host then here are some links
http://www.free-webhosts.com/webhosting-01.php
Look for those with Python

This one is more about python
http://djangofriendly.com/hosts/

Do you know where the file manger is in cpanel?
Edit: found it, sorry
I was able to upload my pythonfile, however the webhost reconized it as a text file. .py is the python extention right? I know this webhost supports python because the site you linked said so.


RE: I need an environment that I can test my python web application - Kaio - 10-19-2009

http://mail.python.org/pipermail/python-list/2006-January/003727.html

Might help you?


RE: I need an environment that I can test my python web application - nevets04 - 10-19-2009

(10-19-2009, 04:47 PM)Kaio Wrote: http://mail.python.org/pipermail/python-list/2006-January/003727.html

Might help you?

No, thanks for trying though


RE: I need an environment that I can test my python web application - Kaio - 10-19-2009

(10-19-2009, 05:12 PM)nevets04 Wrote: No, thanks for trying though

Did it not? What was it that did not work?


RE: I need an environment that I can test my python web application - nevets04 - 10-19-2009

(10-19-2009, 05:17 PM)Kaio Wrote: Did it not? What was it that did not work?

I did what it said and it didnt work


RE: I need an environment that I can test my python web application - Gaijin - 10-20-2009

(10-19-2009, 03:44 PM)nevets04 Wrote: Do you know where the file manger is in cpanel?
Edit: found it, sorry
I was able to upload my pythonfile, however the webhost reconized it as a text file. .py is the python extention right? I know this webhost supports python because the site you linked said so.

I never tried to run django site, so I can only provide you links that I might think are helpful...
The django documentation can be good place to start.
http://docs.djangoproject.com/en/dev/intro/tutorial01/


RE: I need an environment that I can test my python web application - Kaio - 10-20-2009

You use .CGI file extension when running Python on the web, as I wrote before the link i provided you before works, and should help you fix the problem. If it doesn't please tell me what doesn't work, and I'll try to give you further instructions.


RE: I need an environment that I can test my python web application - bsdpunk - 10-21-2009

Google apps used to offer free space for python web apps, I think under certain circumstances they are still free.