Re: Who still supports recent Python on shared hosting

2017-03-06 Thread Malcolm Greene
Another endorsement for Webfaction.






-- 
https://mail.python.org/mailman/listinfo/python-list


Re: Who still supports recent Python on shared hosting

2017-03-06 Thread Tim Golden

On 06/03/2017 02:39, John Nagle wrote:

I'm looking for shared hosting that supports
at least Python 3.4.

Hostgator: Highest version is Python 3.2.
Dreamhost: Highest version is Python 2.7.
Bluehost: Install Python yourself.
InMotion: Their documentation says 2.6.

Is Python on shared hosting dead?
I don't need a whole VM and something I
have to sysadmin, just a small shared
hosting account.


webfaction.com

TJG

--
https://mail.python.org/mailman/listinfo/python-list


Re: Who still supports recent Python on shared hosting

2017-03-05 Thread Paul Rubin
John Nagle  writes:
> I'm looking for shared hosting that supports at least Python 3.4.

Open a ticket on buyshared.net and ask if they can install it for you.
They're good about stuff like that.

If it's for a cgi, you might alternatively be able to run it from your
own directory (you get ssh access which gives some flexibility).
-- 
https://mail.python.org/mailman/listinfo/python-list


Re: Who still supports recent Python on shared hosting

2017-03-05 Thread Pete Forman
John Nagle  writes:

> I'm looking for shared hosting that supports
> at least Python 3.4.
>
> Hostgator: Highest version is Python 3.2.
> Dreamhost: Highest version is Python 2.7.
> Bluehost: Install Python yourself.
> InMotion: Their documentation says 2.6.
>
> Is Python on shared hosting dead?
> I don't need a whole VM and something I
> have to sysadmin, just a small shared
> hosting account.

I use OpenShift from Red Hat on their free hosting package. They offer
Python 3.5, 3.3 and 2.7.

-- 
Pete Forman
https://payg-petef.rhcloud.com
-- 
https://mail.python.org/mailman/listinfo/python-list


Re: Who still supports recent Python on shared hosting

2017-03-05 Thread D'Arcy Cain

On 2017-03-05 09:39 PM, John Nagle wrote:

I'm looking for shared hosting that supports
at least Python 3.4.


http://www.VybeNetworks.com/

We have Python 2.7 and 3.6 installed.

--
D'Arcy J.M. Cain
Vybe Networks Inc.
http://www.VybeNetworks.com/
IM:da...@vex.net VoIP: sip:da...@vybenetworks.com
--
https://mail.python.org/mailman/listinfo/python-list


Re: Who still supports recent Python on shared hosting

2017-03-05 Thread Chris Angelico
On Mon, Mar 6, 2017 at 1:39 PM, John Nagle  wrote:
> I'm looking for shared hosting that supports
> at least Python 3.4.
>
> Hostgator: Highest version is Python 3.2.
> Dreamhost: Highest version is Python 2.7.
> Bluehost: Install Python yourself.
> InMotion: Their documentation says 2.6.
>
> Is Python on shared hosting dead?
> I don't need a whole VM and something I
> have to sysadmin, just a small shared
> hosting account.

Heroku supports a number of Python versions:

https://devcenter.heroku.com/articles/python-support#supported-python-runtimes

I'm not sure how to list *every* supported Python version (the docs
only list the latest 2.7 and the latest 3.x at any given time), but I
poked around in https://lang-python.s3.amazonaws.com/ and found a
large number of versions that appear to be installable. You specify a
version with a file in your repository called "runtime.txt", and
they'll give you that version if they can, or kick back an error.

ChrisA
-- 
https://mail.python.org/mailman/listinfo/python-list


Who still supports recent Python on shared hosting

2017-03-05 Thread John Nagle
I'm looking for shared hosting that supports
at least Python 3.4.

Hostgator: Highest version is Python 3.2.
Dreamhost: Highest version is Python 2.7.
Bluehost: Install Python yourself.
InMotion: Their documentation says 2.6.

Is Python on shared hosting dead?
I don't need a whole VM and something I
have to sysadmin, just a small shared
hosting account.

John Nagle
-- 
https://mail.python.org/mailman/listinfo/python-list