I try to start up my app with dev_appseerver.py c:\xampp\htdocs\sub_crud Sub_crud is where my codeigniter application is sitting. I have created an app.yaml below. When I run the above command I get ModuleNotFoundError: No module named 'setup'. I don't think this is the php application's error since it runs fine on the local xampp install. *What is setup?* Is that another (besides app.yaml) required file for running dev_appserver.py?
runtime: php56 api_version: 1 handlers: - url: / script: configure.php - url: /index\.html script: Configure.php - url: /subit_backend\.html script: subit_backend.php - url: /stylesheets static_dir: stylesheets - url: /(.*\.(gif|png|jpg))$ static_files: static/\1 upload: static/.*\.(gif|png|jpg)$ - url: /admin/.* script: admin.php login: admin - url: /.* script: not_found.php -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/becba08b-8cfc-4ae8-857c-96d187d60191%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
