Hi there,

I posted this as issue 748 ( http://groups.google.com/group/google-appengine
) but should probably have asked this group first I guess.

Looks like this is an environment development settings problem that
followed the automatic upgrade 1.1.3 -> 1.1.4, but after that I tried
to roll back to 1.1.3 and even 1.1.4, but I have got the same problem.
Here is a copy/paste of the issue.

What steps will reproduce the problem?
1. Have GoogleAppEngineLauncher 1.1.3 installed on you Mac
2. let Google Updater update to 1.1.4 or download version 1.1.4 dmg
from site and install
3.

Does this problem exist with both the SDK app server and our
production app servers?
No only on the SDK app

What is the expected output? What do you see instead?
Expected output is that application running on 1.1.3 run all the same
on 1.1.4.
Got this error instead, which looks to me like an environment setting
problem:

Traceback (most recent call last):
  File
"/Developer/Applications/GoogleAppEngineLauncher.app/Contents/
Resources/GoogleAppEngin
e-
default.bundle/Contents/Resources/google_appengine/google/appengine/
ext/webapp/__init__.
py", line 496, in __call__
    handler.get(*groups)
  File "/Users/developer/Development/workspace/property-connect/
property-connect.py", line
180, in get
    self.ensureGdataClientsAuthorised()
  File "/Users/developer/Development/workspace/property-connect/
property-connect.py", line
94, in ensureGdataClientsAuthorised
    self.ensureGdataClientAuthorised(self.docs_client_scope)
  File "/Users/developer/Development/workspace/property-connect/
property-connect.py", line
105, in ensureGdataClientAuthorised
    self.redirectToObtainToken(token_scope)
  File "/Users/developer/Development/workspace/property-connect/
property-connect.py", line
114, in redirectToObtainToken
    self.redirectAndThrow(auth_sub_url)
  File "/Users/developer/Development/workspace/property-connect/
property-connect.py", line
72, in redirectAndThrow
    self.redirect(url, permanent)
  File
"/Developer/Applications/GoogleAppEngineLauncher.app/Contents/
Resources/GoogleAppEngin
e-
default.bundle/Contents/Resources/google_appengine/google/appengine/
ext/webapp/__init__.
py", line 364, in redirect
    absolute_url = urlparse.urljoin(self.request.uri, uri)
  File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/urlparse.py",
line 254, in urljoin
    urlparse(url, bscheme, allow_fragments)
  File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/urlparse.py",
line 154, in urlparse
    tuple = urlsplit(url, scheme, allow_fragments)
  File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/urlparse.py",
line 194, in urlsplit
    i = url.find(':')
AttributeError: 'Url' object has no attribute 'find'

What version of the product are you using? On what operating system?
1.1.4 on MacOS 10.5.5

Anybody to tell me how to fix my environment?

Cheers

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to