Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>This problem may be caused by version conflict or wrong configuration of sys.path. Here are some advises:</p> <ul> <li>Make sure you have only one version of sdk installed. You may have two versiones installed in <code>/usr/local/google_appengine</code> and <code>/Applications/GoogleAppEngineLauncher.app/</code></li> <li>After you reinstalled your appengine, run appengine launcher in <code>/Applications/GoogleAppEngineLauncher.app/</code> by default it creates a symlink in <code>/usr/local/google_appengine</code> When symlink is created, check permissions and make sure your system variables are set up as needed, this topic could be helpful <a href="https://stackoverflow.com/questions/4911823/configuring-app-engine-path-for-pydev-on-mac">Configuring App Engine path for PyDev on Mac</a></li> <li>When using pycharm make sure you have appegine support enabled.</li> <li>If you are using virtualenv make sure appengine is in sys.path.</li> <li>You may try to add $APPENGINEPATH/lib to sys.path</li> <li>If this problem persists understand which server are you using dev_appserver or dev_appserver2, see details in <a href="http://code.google.com/p/googleappengine/wiki/SdkReleaseNotes" rel="nofollow noreferrer">release notes</a></li> </ul> <p>If nothing helps you need to dig deeper. For our purposes we have customized version of launcher in our project(to avoid some staff which appengine sdk stubs in standard library). Here it is <a href="http://pastebin.com/iU2PsGhE" rel="nofollow noreferrer">http://pastebin.com/iU2PsGhE</a></p> <p>Environment setup is done by those steps(both: in our case and in sdk):</p> <ol> <li>Locate appengine root directory.</li> <li>Fid DIR_PATH, which is for some reason $APPENGINEPATH/lib/ipaddr</li> <li>Import the right versions of third party libraries located in $APPENGINEPATH/lib/</li> </ol> <p>If nothing above helps feel free to comment this answer, we will find a solution. </p>
    singulars
    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.
    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