Re: Web hosting when you need to install your own modules (was Re: Interact with SQL Database using Python 2.4 or lower)

2011-08-28 Thread Stephen Hansen
On 8/28/11 10:52 PM, Chris Angelico wrote: > * DNS record changes required a support ticket (this was shared web > hosting, so I didn't have control over the BIND files - that's what > they said, anyway) Ouch: I never let a webhost near my domain names. I was burned somewhere around that a long ti

Re: web hosting, first hand experiences?

2011-07-04 Thread Daniel Fetchinson
>> Hi folks, I know this comes up regularly but the thing is that the >> quality of service changes also quite regularly with many of the >> hosting companies. What's currently the best option for shared hosting >> of a turbogears application? I'm thinking of dreamhost and webfaction >> does anyone

Re: web hosting, first hand experiences?

2011-07-03 Thread Alan Harris-Reid
On 19:59, Daniel Fetchinson wrote: Hi folks, I know this comes up regularly but the thing is that the quality of service changes also quite regularly with many of the hosting companies. What's currently the best option for shared hosting of a turbogears application? I'm thinking of dreamhost and

Re: web hosting, first hand experiences?

2011-07-03 Thread Roy Smith
In article , Daniel Fetchinson wrote: > Hi folks, I know this comes up regularly but the thing is that the > quality of service changes also quite regularly with many of the > hosting companies. What's currently the best option for shared hosting > of a turbogears application? I'm thinking of dr

Re: Web Hosting Python 3

2010-03-17 Thread Hidura
I've saw last night in the help area they support Python3.1, thanks anyway On Wed, Mar 17, 2010 at 9:22 AM, wrote: > Hidura, > > > Hello list, i am in a project what need hosting, who give hosting to > python3? > > Check out www.webfaction.com. I'm extremely pleased with this vendor. > > Highly

Re: Web Hosting Python 3

2010-03-17 Thread python
Hidura, > Hello list, i am in a project what need hosting, who give hosting to python3? Check out www.webfaction.com. I'm extremely pleased with this vendor. Highly recommended! Malcolm -- http://mail.python.org/mailman/listinfo/python-list

Re: Web Hosting

2006-10-16 Thread Jose C
> With web hosting, does the ISP you chose have to support the framework > you work with as well? > > Im looking at making a site in Python, however, Im lost as to what ISPs > actually support. Some ISPs say they support Python so does that mean > if I wanted to use TurboGears It would just work an

Re: Web Hosting

2006-10-16 Thread Bruno Desthuilliers
Sir Psycho wrote: > Hi, > > With web hosting, does the ISP you chose have to support the framework > you work with as well? It at least has to support a reasonable way to deploy an application using the said framework - now what this implies depends on the choosen framework. > Im looking at maki

Re: Web Hosting

2006-10-16 Thread metaperl
Sir Psycho wrote: > Hi, > > With web hosting, does the ISP you chose have to support the framework > you work with as well? > > Im looking at making a site in Python, however, Im lost as to what ISPs > actually support. We support any and every thing Python and we are a not-for-profit cooperative

Re: Web Hosting

2006-10-15 Thread Gregor Horvath
Sir Psycho schrieb: > > Im looking at making a site in Python, however, Im lost as to what ISPs > actually support. Some ISPs say they support Python so does that mean > if I wanted to use TurboGears It would just work anyway? http://docs.turbogears.org/1.0/Hosting?highlight=%28hosting%29 --