System installation on MAC OSX is python is 2.6 while GAE needs 2.5. I had the same issue. To work around it go to AppEngineLauncher preferences and set python path to your 2.5 installation.
On Jul 7, 11:46 am, Ryan Weber <[email protected]> wrote: > Yes, this is still an issue for me in 1.3.5. Very frustrating. > > On Wed, Jul 7, 2010 at 1:16 AM, Ryan W <[email protected]> wrote: > > I just noticed this problem on the 1.3.5 version of the Mac OS > > Launcher. I also run on Windows and it runs tasks automatically fine. > > > On Jun 15, 6:36 am, hawkett <[email protected]> wrote: > > > I'm seeing this issue now in the dev environment. It looks to me > > liketasksraised in batch are ignored - only individualtasksfire > > > automatically. Perhaps I've done something wrong though - can anyone > > > else confirm this behaviour? Cheers, > > > > Colin > > > > On Jun 2, 1:05 am, hawkett <[email protected]> wrote: > > > > > The 'mac only' theory on the app engine launcher was a tad out of > > > > date :) I was looking at the SDK download page (which only lists it > > > > explicitly for mac)... sorry about that. > > > > > On Jun 1, 8:28 pm, Greg Tracy <[email protected]> wrote: > > > > > > I'm using the App Engine Launcher on XP and it works for me. > > > > > > On May 31, 7:24 pm, hawkett <[email protected]> wrote: > > > > > > > Slight possibility - looks like both Ryan and Nick are using the > > app > > > > > > engine launcher, which is a mac only application that contains a > > copy > > > > > > of the SDK. Are any of the people reporting it working using the > > app > > > > > > engine launcher? I'm on mac, but is has been a while since I > > actually > > > > > > ran my apps with the launcher - choosing instead to download to > > > > > > download the linux SDK. You guys could try that and see if you > > notice > > > > > > any improvement. Perhaps the SDK inside the launcher isn't quite > > > > > > right. Unlikely, but something to test out. Cheers, > > > > > > > Colin > > > > > > > On May 29, 6:49 am, Nick <[email protected]> wrote: > > > > > > > > I'm in California (7-8 hours behind UTC) and also have Ryan's > > problem. > > > > > > >Tasksdon't run automatically on the dev server, which is very > > > > > > > frustrating and as Ryan reported Istillsee the message "Taskswill > > > > > > > not run automatically" in the SDK console. > > > > > > > > I'm using Python and the GoogleAppEngineLauncher 1.3.4.794, SDK > > > > > > > version: release: "1.3.4", timestamp: 1272392128, api_versions: > > ['1']. > > > > > > > > Any thoughts on why some of us aren't seeing this new feature? > > > > > > > > Thanks, > > > > > > > Nick > > > > > > > > On May 28, 8:50 am, Tim Hoffman <[email protected]> wrote: > > > > > > > > > So am I (8 hours) and autotaskrunning works fine, > > > > > > > > > Rgds > > > > > > > > > T > > > > > > > > > On May 28, 10:32 pm, djidjadji <[email protected]> wrote: > > > > > > > > > > I'm ahead a few hours of UTC and for me > > theautomatictaskqueueworks. > > > > > > > > > I have not modified the1.3.4SDK code. > > > > > > > > > > 2010/5/27 Kenneth <[email protected]>: > > > > > > > > > > > The problem with thetasknot running automatically is > > because of this > > > > > > > > > > bug: > > >http://code.google.com/p/googleappengine/issues/detail?id=2508 > > > > > > > > > > > Basically it works fine in Mountain View, California, but > > not for > > > > > > > > > > anyone who is ahead of UTC since the eta will be in the > > future. > > > > > > > > > > > Solution as described in the bug report is replace line 414 > > in > > > > > > > > > > taskqueue.py: > > > > > > > > > > > def __determine_eta(eta=None, countdown=None, > > > > > > > > > > now=datetime.datetime.now) > > > > > > > > > > with > > > > > > > > > > def __determine_eta(eta=None, countdown=None, > > > > > > > > > > now=datetime.datetime.utcnow) > > > > > > > > > > > Hope that helps. > > > > > > > > > > > On May 22, 9:10 pm, andy stevko <[email protected]> > > wrote: > > > > > > > > > >> I see auto runtasksall the time in my dev environment. I > > thought the docs > > > > > > > > > >> just were not up to date. I'm using the latest eclipse > > plugin. > > > > > > > > > > >> On May 22, 2010 12:42 PM, "Ryan Weber" < > > [email protected]> wrote: > > > > > > > > > > >> Strange, because that's not what is happening for me. I > > have tostill > > > > > > > > > >> manually run them. Can anyone think of any reason why mine > > wouldstillbe > > > > > > > > > >>manual? When I saw all the features of the1.3.4release, I > > was most looking > > > > > > > > > >> forward to the auto-run oftasks, so I wouldn't have to > > click "run" every > > > > > > > > > >> time, but alas, no luck yet... > > > -- > > You received this message because you are subscribed to the Google Groups > > "Google App Engine" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]<google-appengine%[email protected]> > > . > > 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
