Axonify / muffin.io

MIT License
37 stars 3 forks source link

muffin watch -s errors execvp(): No such file or directory #3

Closed thunderrabbit closed 10 years ago

thunderrabbit commented 10 years ago

I see an answer on SO, but not sure if/how I can apply it.

Here's the console output. http://pastebin.com/2BU96FPT

Running on OS X Mavericks.

Is there a log somewhere?

ylian commented 10 years ago

It seems that you haven’t installed Google App Engine for Python, or not properly. Install GAE for Python here: https://developers.google.com/appengine/downloads#Google_App_Engine_SDK_for_Python

Or are you using Windows? I only tested on Mac.

Yaogang

On May 7, 2014, at 12:42 AM, Rob Nugen notifications@github.com wrote:

I see an answer on SO, but not sure if/how I can apply it.

Here's the console output. http://pastebin.com/2BU96FPT

Is there a log somewhere?

— Reply to this email directly or view it on GitHub.

thunderrabbit commented 10 years ago

Interesting. Yes; that solved it. I had installed GAE for Python already, but the GAE launcher had recently popped itself up for an update, and I hadn't clicked OK to authorize it. Once I did that, everything worked fine. Thanks!!

ylian commented 10 years ago

Yes. Google App Engine Launcher requires you to recreate symlinks every time you update it. BTW, you can also use GAE launcher to run the server, and use muffin watch for just the client code. It's easier to see the GAE logs this way.