It's mis-named to `.yml` rather than `.yaml` so I'm surprised the
dev_appserver even starts.

On Mon, Feb 23, 2015 at 4:47 PM, Shraddha Bhandavle <shraddha...@gmail.com>
wrote:

> Hi I'm sharing the file app.yml . Basically I haven't made this project
> but I have to run this project and submit it as it's a part of my
> coursework. My friend staying in my home country had made this project 2
> years back in python and she is helping me by giving me this project but
> she herself doesn't remember how to run this project. But I really don't
> know what the logic is behind the python code and the app code.
>

If simply renaming the file correctly to app.yaml doesn't help, next we
need to see the routing in urlss.py -- how is the `app` object there made,
and specifically how does it route `loginpage`.

Alex


>
> On Mon, Feb 23, 2015 at 3:36 PM, 'Alex Martelli' via Google App Engine <
> google-appengine@googlegroups.com> wrote:
>
>> Hi Shradda,
>>
>> can you share your app.yaml so we can, first, see what Python script
>> `loginpage` gets routed to?  Then (assuming you're using the `webapp2`
>> framework that comes with app engine) we'll need to see the WSGI app object
>> you build in that script, since that app object then does its own routing.
>> No doubt there's something wrong in either app.yaml, or the WSGI app
>> object, or a conflict between them.
>>
>>
>> Alex
>>
>> On Mon, Feb 23, 2015 at 3:07 PM, Shraddha Bhandavle <
>> shraddha...@gmail.com> wrote:
>>
>>> Hello all,
>>>
>>> I have been working on the project using Google App Engine using Python.
>>> I have been making a Calendar for making the appointments online for
>>> Doctors. The code was compiled and the python27 was successfully linked
>>> with the Google App engine that is dev_appserver.py
>>> But when I go to the localhost:8080/loginpage it gives 404 error though
>>> I have made a loginpage. I'm unable to run the Google App Engine
>>> successfully. I need your guidance for telling me and rectifying my
>>> mistakes while running the Google App Engine.
>>>
>>> Thanking you.
>>>
>>>  --
>>> 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/a4b24bcd-53a2-42df-b299-1cb0ca715f02%40googlegroups.com
>>> <https://groups.google.com/d/msgid/google-appengine/a4b24bcd-53a2-42df-b299-1cb0ca715f02%40googlegroups.com?utm_medium=email&utm_source=footer>
>>> .
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>>  --
>> You received this message because you are subscribed to a topic in the
>> Google Groups "Google App Engine" group.
>> To unsubscribe from this topic, visit
>> https://groups.google.com/d/topic/google-appengine/rTJST3_XotY/unsubscribe
>> .
>> To unsubscribe from this group and all its topics, 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/CAE46Be8S-K3YgjW87_DFmXrbMF1g2wxqLM2PMK_VkBGmC%3Dr2vw%40mail.gmail.com
>> <https://groups.google.com/d/msgid/google-appengine/CAE46Be8S-K3YgjW87_DFmXrbMF1g2wxqLM2PMK_VkBGmC%3Dr2vw%40mail.gmail.com?utm_medium=email&utm_source=footer>
>> .
>>
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>  --
> 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/CAFvXqCvxK46D%2B0B8MCJetXwtc2QZd183T-%3DrJGG90eJ1PUZotw%40mail.gmail.com
> <https://groups.google.com/d/msgid/google-appengine/CAFvXqCvxK46D%2B0B8MCJetXwtc2QZd183T-%3DrJGG90eJ1PUZotw%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
>
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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/CAE46Be-13Ks2KpqmQ_Gf22u6R7dZf862BpJGEhCgFjLaGZy-Aw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to