[google-appengine] Re: [appengine-python] Re: 1.6.0 Prerelease SDKs are out

2011-11-02 Thread Guido van Rossum
That's a known issue and it will be fixed in the final 1.6 SDK.

--Guido

On Wed, Nov 2, 2011 at 09:55, Kyle Finley  wrote:
> Sorry if this is a duplicate.
> The development server seems to be ignoring content-type headers when using
> the python27 runtime.
> Posting application/json is read as application/x-www-form-urlencoded in
> python27, but runtime: python reads it as application/json.
> Is this a know issue or am doing something wrong in my setup?
> Thanks,
> Kyle
>
> --
> You received this message because you are subscribed to the Google Groups
> "google-appengine-python" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/google-appengine-python/-/GmmHKY-4gnwJ.
> To post to this group, send email to
> google-appengine-pyt...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine-python+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-appengine-python?hl=en.
>



-- 
--Guido van Rossum (python.org/~guido)

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: [appengine-python] Re: 1.6.0 Prerelease SDKs are out

2011-11-03 Thread Steve Sherrie
I'm seeing incorrect parsing of multipart/form-data request bodies with 
2.7. Is this due to the same issue?

Steven Sherrie

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/OQAeHmIjDg0J.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: [appengine-python] Re: 1.6.0 Prerelease SDKs are out

2011-11-07 Thread Guido van Rossum
On Tue, Nov 1, 2011 at 12:18, Дмитрий Лисовский  wrote:

> And what about <>?


You can put it in your app.yaml, but the dev_appserver.py will not handle
multiple requests in parallel, sorry.

-- 
--Guido van Rossum (python.org/~guido)

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: [appengine-python] Re: 1.6.0 Prerelease SDKs are out

2011-11-13 Thread Guido van Rossum
On Thu, Nov 10, 2011 at 15:54, Greg Coladonato  wrote:

> I have a nagging fear that this is a stupid question, but after reading
> release notes and FAQs I still haven't found an answer.
>
> I just installed Python 2.7 on a new laptop. When I try to install the new
> Python SDK, I get a warning that I need Python 2.5 installed in order to
> run the SDK. Is that expected behavior?
>
> I ignored the warning and pressed on. Then, when I try to run the SDK, I
> get a "python not found" type of error.
>
> I had assumed that 'support for Python 2.7' meant that Python 2.5 was no
> longer needed by the SDK, is this a valid assumption?
>

Sorry, no, that's not what we meant when we announced Python 2.7 support.
We meant that we now support both the Python 2.5 and Python 2.7 runtimes.
The default remains 2.5; in order to use the 2.7 support you must put
"runtime: python27" in your app.yaml file; and you still have to arrange to
run the dev_appserver using Python 2.7, e.g. by using "python2.7
/dev_appserver.py".

Separately, it sounds like you installed Python 2.7 in such a way that it
is not found as "python" on the default path.

--Guido

Thanks everyone,
> Greg
>
>  --
> You received this message because you are subscribed to the Google Groups
> "google-appengine-python" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/google-appengine-python/-/2L8Vax_QRgYJ.
>
> To post to this group, send email to
> google-appengine-pyt...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine-python+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-appengine-python?hl=en.
>



-- 
--Guido van Rossum (python.org/~guido)

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.