[google-appengine] yellow clock. Appengine hangs

2012-11-05 Thread Blaine Hodder


Hi all,

I am unable to get Appengine running as it hangs with the yellow clock when 
I hit run.

I am running python 2.7.3 and OSX 10.6.8.

I have downloaded Appengine, dragged the launcher to my desktop and created 
a new project. When I hit run, the yellow clock appears and never goes 
away. Therefore when I navigate to the local host the app is not running.

In the log I get the following error:

*** Running dev_appserver with the following flags: --admin_console_server= 
--port=8081 Python command:

The name of the project is simply 'hello' in lowercase, so that should not 
be the problem. I have tried both port 8080, and 8081, but the problem 
persists. I have attempted fresh installs of both Python 2.7 and Appengine 
yet that does not asolve the problem. Lastly, I have tried pasting the 
python path in Appengine's launcher preferences but it doesn't seem to help 
either.


Any ideas?

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/56l8--FpNRsJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] yellow clock. Appengine hangs

2012-11-07 Thread Thiago Catoto
Hi,

Have you resolved the issue? Can you give more info about the app.yaml file
and the GAELaucher configuration? Have you tried with virtual env?

Here is my SS

http://cl.ly/image/0b1U0s2o2w3g

Cheers,

-- Catoto


On Mon, Nov 5, 2012 at 8:15 PM, Blaine Hodder wrote:

> Hi all,
>
> I am unable to get Appengine running as it hangs with the yellow clock
> when I hit run.
>
> I am running python 2.7.3 and OSX 10.6.8.
>
> I have downloaded Appengine, dragged the launcher to my desktop and
> created a new project. When I hit run, the yellow clock appears and never
> goes away. Therefore when I navigate to the local host the app is not
> running.
>
> In the log I get the following error:
>
> *** Running dev_appserver with the following flags:
> --admin_console_server= --port=8081 Python command:
>
> The name of the project is simply 'hello' in lowercase, so that should not
> be the problem. I have tried both port 8080, and 8081, but the problem
> persists. I have attempted fresh installs of both Python 2.7 and Appengine
> yet that does not asolve the problem. Lastly, I have tried pasting the
> python path in Appengine's launcher preferences but it doesn't seem to help
> either.
>
>
> Any ideas?
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/google-appengine/-/56l8--FpNRsJ.
> To post to this group, send email to google-appengine@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] yellow clock. Appengine hangs

2012-11-13 Thread Thiago Catoto
Hey Blaine,

Sorry about the late response. Strange error you got... have you been able
to figure it out?

Can you send a screenshot of the console log?

Do you use "import webob" on your code? if so, can you send the ls of the
lib directory in GAE Laucher?

ex: ( $ ls -lha /Applications/GoogleAppEngineLauncher
.app/Contents/Resources/GoogleAppEngine
-default.bundle/Contents/Resources/google_appengine/lib )

cheer, Catoto.


On Thu, Nov 8, 2012 at 11:25 PM, Blaine Hodder wrote:

> Hi Catoto,
>>
>
> Thanks for responding to my question!
>
> Attached is a photo screenshot of the GAElauncher and preferences.  The
> path for python was pasted directly from my terminal after typing the
> 'which python' command.
>
> Lastly, I will paste the app.yaml file contents below:
>
> application: hello
> version: 1
> runtime: python27
> api_version: 1
> threadsafe: yes
>
> handlers:
> - url: /favicon\.ico
>   static_files: favicon.ico
>   upload: favicon\.ico
>
> - url: .*
>   script: main.app
>
> libraries:
> - name: webapp2
>   version: "2.5.1"
>
>
>
>
> I have not attempted setting up GAE in a virtual env.
>
> Thanks again for responding to my question,
>
> Blaine
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/google-appengine/-/m8NbYuzT9FIJ.
>
> To post to this group, send email to google-appengine@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Yellow Clock. Appengine hangs. Python 2.7.3, OSX 10.6.8

2012-11-05 Thread Blaine Hodder


Hi all,

I am unable to get Appengine running as it hangs with the yellow clock when 
I hit run.

I am running python 2.7.3 and OSX 10.6.8.

I have downloaded Appengine, dragged the launcher to my desktop and created 
a new project. When I hit run, the yellow clock appears and never goes 
away. Therefore wen I navigate to the local host the app is not running.

In the log I get the following error:

*** Running dev_appserver with the following flags: --admin_console_server= 
--port=8081 Python command:

The name of the project is simply 'hello' in lowercase, so that should not 
be the problem. I have tried both port 8080, and 8081, but the problem 
persists. I have attempted fresh installs of both Python 2.7 and Appengine 
yet that does not asolve the problem. Lastly, I have tried pasting the 
python path in Appengine's launcher preferences but it doesn't seem to help 
either.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/TJztTURDmJQJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.