Note that there are some explanatory texts on larger screens.

plurals
  1. POGoogle App Engine ImportError
    primarykey
    data
    text
    <p>I've come to run my app in development locally this morning, in the Google App Engine Launcher for Windows. Up until yesterday this has been working fine, and the code hasn't been changed since then.</p> <p>Now, when I try to run the app on localhost I get the yellow warning sign in the Launcher and the log shows the following;</p> <pre><code>2012-08-02 08:37:54 Running command: "['C:\\Python27\\pythonw.exe', 'C:\\Program Files\\Google\\google_appengine\\dev_appserver.py', '--admin_console_server=', '--port=8080', 'C:\\Documents and Settings\\preston\\My Documents\\Google Drive\\Development\\Instance']" Traceback (most recent call last): File "C:\Program Files\Google\google_appengine\dev_appserver.py", line 133, in &lt;module&gt; run_file(__file__, globals()) File "C:\Program Files\Google\google_appengine\dev_appserver.py", line 129, in run_file execfile(script_path, globals_) File "C:\Program Files\Google\google_appengine\google\appengine\tools\dev_appserver_main.py", line 157, in &lt;module&gt; from google.appengine.tools import appcfg File "C:\Program Files\Google\google_appengine\google\appengine\tools\appcfg.py", line 41, in &lt;module&gt; import mimetypes File "C:\Python27\lib\mimetypes.py", line 29, in &lt;module&gt; import urllib File "C:\Python27\lib\urllib.py", line 26, in &lt;module&gt; import socket File "C:\Python27\lib\socket.py", line 47, in &lt;module&gt; import _socket ImportError: Module use of python26.dll conflicts with this version of Python. 2012-08-02 08:37:55 (Process exited with code 1) </code></pre> <p>I've only ever had Python 2.7 installed on this machine, nothing has ever attempted to use python26.dll before as far as I know... </p> <p>Also, I've checked the Launcher for updates, nothing found. Has anybody experienced this before? The most baffling thing to me is that it's changed behaviour since yesterday...</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload