On Tue, Sep 6, 2011 at 1:52 PM, JH <[email protected]> wrote:
> import os
> os.environ['CURRENT_VERSION_ID']
The key "CURRENT_VERSION_ID" is *not* available in the remote API shell:
s~example> import os
s~example> os.environ['CURRENT_VERSION_ID']
Traceback (most recent call last):
File "<console>", line 1, in <module>
File "C:\Programme\Python25\lib\os.py", line 433, in __getitem__
return self.data[key.upper()]
KeyError: 'CURRENT_VERSION_ID'
--
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-appengine?hl=en.