On Thu, May 21, 2015 at 12:26 PM, Wayne Cordrey <waynec4...@gmail.com>
 wrote:

> I launched in GAE Launcher, and instead of running helloworld, GAE is
> creating a new helloworld folder inside helloworld directory.  In that
> folder it created app.yaml, favicon.ico, index.yaml, main.py and main.pyc.
> It runs the main.py file, and if I change the text in main.py it updates
> in the browser.
>
> My log is: 2015-05-21 10:17:02 Running command:
> "['C:\\Python27\\pythonw.exe', 'C:\\Program Files
> (x86)\\Google\\google_appengine\\dev_appserver.py',
> '--skip_sdk_update_check=yes', '--port=8080', '--admin_port=8000',
> 'C:\\helloworld\\helloworld']"
>
> I can't figure this out.  I think its supposed to run the helloworld.py
> that I created, and not create a new folder and file.  Did I somehow click
> some setting or not configure something?
>
>

The log you pasted in shows that the launcher is running the
*C:/helloworld/helloworld* application (in other words, the application in
the "new" nested directory) so you're correct, it's not running your
application.

When you go to *File -> Add Existing Application* in the launcher, can you
screenshot your view there and the Launcher view when you finish adding the
application?



-----------------
-Vinny P
Technology & Media Consultant
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

-- 
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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CALSvALDCyLhC%3Drcxu-oPXm1bvJ%3DJbDPu1TWjnvyavX7z7HksjA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to