-
Notifications
You must be signed in to change notification settings - Fork 226
cant start wordpress locally #64
Comments
The dev_appserver needs to be run by Python 2.7.x. Is it possible to install Python2.7, or probably you may want to use my script at: |
Hello Takashi, I installed Python 2.7 and 3.4. Google App engine seems to run Python 3.4? Regards Von: Takashi Matsuo [email protected] The dev_appserver needs to be run by Python 2.7.x. Is it possible to install � |
The App Engine SDK uses Python 2.7. You'll want to make sure the proper python version is in your system's PATH. You can do this by running The issue you're having is with the underlying SDK setup and not the WordPress starter project. I recommend checking out the quick start documentation and getting the helloworld python app up and running. Once that's working you shouldn't have this issue with this project. Also, as previously mentioned by tmatsuo, you should consider using the code at https://github.com/GoogleCloudPlatform/php-docs-samples/tree/master/appengine/wordpress instead of this project. Good luck! |
@colinschwebke are you still having problems setting up locally? |
i am getting this error:
2016-06-14 22:54:23 Running command: "['C:\Python34\pythonw.exe', 'C:\Program Files\Google\google_appengine\dev_appserver.py', '--skip_sdk_update_check=yes', '--port=8080', '--admin_port=8000', 'C:\Users\Colin Schwebke\Documents\Websites\vahle-taxi']"
Traceback (most recent call last):
File "C:\Program Files\Google\google_appengine\dev_appserver.py", line 84, in
_run_file(file, globals())
File "C:\Program Files\Google\google_appengine\dev_appserver.py", line 80, in _run_file
execfile(PATHS.script_file(script_name), globals)
NameError: name 'execfile' is not defined
2016-06-14 22:54:24 (Process exited with code 1)
Please tell me what i am doing wrong.
Regards
Colin
The text was updated successfully, but these errors were encountered: