Hi, I just downloaded the new SDK GoogleAppEngine-1.7.4.msi as a fresh install to a Windows 7 machine. The launcher fails to start with the following error message in GoogleAppEngineLauncher.exe.log.
Traceback (most recent call last): File "GoogleAppEngineLauncher.py", line 42, in <module> File "wx\_core.pyc", line 7913, in __init__ File "wx\_core.pyc", line 7487, in _BootstrapApp File "launcher\app.pyc", line 53, in OnInit File "launcher\app.pyc", line 97, in _CreateModels File "launcher\maintable.pyc", line 34, in __init__ File "launcher\platform.pyc", line 492, in ProjectsFile WindowsError: [Error 64] The specified network name is no longer available: 'Q:\\/Google' I have a mapping for drive Q: in the machine, but its not reachable right now. When I disconnect the drive, the last line of the error message changes to WindowsError: [Error 3] The system cannot find the path specified: 'Q:\\/Google' Any idea what is wrong with the installation? Oddly, the installer said a Python 2.5 installation is required, but I assumed it was just an oversight in the messages. I do have Python 2.7 installed. Directly using appcfg.py and dev_appserver.py seems to work just fine. -- 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/-/zygJ6ytswjMJ. 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.
