[web2py] Re: Which version of python to use with web2py?

2015-05-16 Thread weheh
OK, I figured this out. python 2.7.9 changes the httplib.HTTPSConnection(...) functionality. To get backwards compatibility, one has to add context=ssl._create_unverified_context() as a parameter to HTTPSConnection(). I haven't finished research, but it seems as though some question has been r

[web2py] Re: Which version of python to use with web2py?

2015-05-16 Thread Anthony
Sounds like you tested all the versions (that support the feature you need) and none worked. Can you provide more detail regarding your code and the error encountered? On Saturday, May 16, 2015 at 6:17:07 PM UTC-4, weheh wrote: > > Anybody have any experience with web2py on Windows 7 SP1 and SSL

[web2py] Re: Which version of python to use with web2py?

2015-05-16 Thread weheh
Anybody have any experience with web2py on Windows 7 SP1 and SSL? Which version of python? I need to know the X in python 2.7.X. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/li

[web2py] Re: Which version of python to use with web2py?

2015-05-16 Thread Anthony
On Friday, May 15, 2015 at 11:56:21 PM UTC-4, Ron Chatterjee wrote: > > as the name implies, "web "2" py means", web interface with python using > python version 2. At least thats how I am reading it. Assuming with python > 3 it will be named web3py since its always backward compatible by > defi

[web2py] Re: Which version of python to use with web2py?

2015-05-16 Thread Ron Chatterjee
If I have to guess I will go with 2.7 but I may be wrong. On Saturday, May 16, 2015 at 2:04:13 AM UTC-4, weheh wrote: > > Thanks, and yes, but for the longest time the python of choice was 2.5.4. > I'm looking for what python version it's being tested against now. > > On Friday, May 15, 2015 at 8

[web2py] Re: Which version of python to use with web2py?

2015-05-15 Thread weheh
Yes, but for the longest time the python of choice was 2.5.4. I'm looking for what python version it's being tested against now. On Friday, May 15, 2015 at 8:56:21 PM UTC-7, Ron Chatterjee wrote: > > as the name implies, "web "2" py means", web interface with python using > python version 2. At

[web2py] Re: Which version of python to use with web2py?

2015-05-15 Thread Ron Chatterjee
as the name implies, "web "2" py means", web interface with python using python version 2. At least thats how I am reading it. Assuming with python 3 it will be named web3py since its always backward compatible by definition so web2py will break with python version 3. On Friday, May 15, 2015 a