[google-appengine] Re: [appengine-java] Google App Engine community support is moving to Stack Overflow

2012-02-07 Thread dartdog
It seems that all vendors kind of hate support.. (and I understand that) It also seems that there has been very little Google interaction here anyhow. Great, committed support direct from the vendor is critical to platform success, always has been. It does not bode well for responsive future

[google-appengine] Re: Use Bottle Python framework with Google App Engine

2011-03-02 Thread dartdog
FWIW your page consistently crashes my chrome browser (dev chanel version 10 on the cr48) waiting on pixel quantserve..have not tried looking at on other machines/browsers it also happens on your home page (same error) -- You received this message because you are subscribed to the Google

[google-appengine] My site seems to have been deleted

2009-12-04 Thread dartdog
http://tombrander.appspot.com/ It has been running for about a year now it just shows some blank html??? I have not touched it not even as admin on the blog much less via the App-engine admin interface?? What's up It had been running for about a year but vanished today (I think) -- You received

[google-appengine] Re: Mixing Django Apps in a GAE Project

2009-05-26 Thread dartdog
In general, no read up in the Google group for App-Engine-Patch to get a feel for where it's at! On May 26, 12:50 pm, david da...@altasoftware.com wrote: Hi, does anybody know if it's possible to pick any Django App in, for example, Google Code, and mix it with my GAE Django-based application

[google-appengine] Re: django templating workaround needed

2009-04-29 Thread dartdog
nothing here has anything to do with app engine. On Apr 29, 8:33 am, deostroll deostr...@gmail.com wrote: Hi, I cannot render a template written like this: table style=border-collapse:collapse;                                         border:solid thin black;                                

[google-appengine] Re: blob files

2009-04-29 Thread dartdog
You don't, only Java and Python supported.. On Apr 29, 12:55 pm, alf alberto@gmail.com wrote: How to insert a blob field on appengine using csharp Many thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[google-appengine] Re: Still no full-text search? Mystified by the priorities.

2009-04-29 Thread dartdog
I don't get Google's reticence to even comment on this issue and give some guidance as to when an how we might be looking for a solution. I would think a Search API that leveraged Google's search infrastructure would be GAE's killer app.

[google-appengine] Re: New to app-engine

2009-04-20 Thread dartdog
GWT with app-engine is a new feature, welcome to the bleeding edge! make sure you get Eclipse going through the tutorials. through a sample deploy. good luck. On Apr 19, 1:44 pm, vijay mymail.vi...@gmail.com wrote: Hi All,I am planning to use gwt + appengine to develop and deploy my website. I

[google-appengine] Re: google_appengine/dev_appserver.py helloworld/

2009-02-18 Thread dartdog
I documented my start up and questions at Http://tombrander.wordpress.com There are a few non-intuitive steps see the posts... On Feb 17, 4:07 pm, nico-n njnoec...@gmail.com wrote: Exactly where do I enter this command to start the Google Appengine server? (I'm just starting with the

[google-appengine] Re: How to get the server running

2009-02-07 Thread dartdog
You have to specify the entire path to helloworld On Feb 6, 1:16 pm, andre...@strombacks.se andre...@strombacks.se wrote: How do you get the server running? I'm trying to do the Hello world applicaton described in the Getting started guide and when I'm trying to start the webserver with the

[google-appengine] Re: How to get the server running

2009-02-07 Thread dartdog
This might help I wrote up my experience with getting helloworld going http://tombrander.wordpress.com/2008/12/28/getting-started-with-google-app-engine-hello-world/ On Feb 6, 1:16 pm, andre...@strombacks.se andre...@strombacks.se wrote: How do you get the server running? I'm trying to do the

[google-appengine] Anyone have breakpoints working in Eclipse python with Dev server???

2009-01-26 Thread dartdog
They Pydev Eclipse solution is the way to go for app engine: see My post in this group here: http://groups.google.com/group/google-appengine/browse_thread/thread/d1731cba94022f8d/d5f98075135c8578?hl=en#d5f98075135c8578 --~--~-~--~~~---~--~~ You received this

[google-appengine] Re: How do you debug?

2009-01-25 Thread dartdog
I'd sure like to see more on this topic, I have loaded up a version of the sample app, Bloog and certain features are problematic I don't know how to set up a debug environment. I can't really get what is going on either in the dev server nor the production one. So I'm reduced to pleading with

[google-appengine] App Engine, Eclipse and Pydev Great but how to get breakpoints???

2009-01-25 Thread dartdog
I've been struggling with trying to debug modifications to the Bloog sample app, not knowing any of the tools, so I find an issue get a tool Finally got Eclipse and Pydev going, boy I wish I had gotten that going earlier, much smoother handling than Notepad++!!! Plus now I can run in a

[google-appengine] Too many Indexes? runs fine on desk server not in production? how to debug?

2009-01-22 Thread dartdog
Happy to debug but how? (well maybe not happy but willing) I'm a real newbie at all this, but I did hack together a very modified version on the bloog blog project which is now live at http://tombrander.appspot.com/ It runs fine except that I can't post even moderately long blog posts, other

[google-appengine] Re: Hello,I´m new with App Engine

2009-01-19 Thread dartdog
see this thread I had the same issue: a. It is a windows command, and due to the long strings you maybe shouyld consider putting the whole thing in a bat file. http://groups.google.com/group/google-appengine/browse_thread/thread/08e7124bb77efacf/3788ddbec978bb3d#3788ddbec978bb3d On Jan 17, 1:17 

[google-appengine] Re: Can't start debug server, i will crazy!

2009-01-19 Thread dartdog
Had similar issue: Read my experience/solution at http://tombrander.wordpress.com Suggest you use a bat file to get the whole string that you need On Jan 17, 6:01 am, Maxime wangyi...@gmail.com wrote: Help! My PC is : Vista 32bit, Python 2.5, GAE 1.1.5 Error message is below: Who can

[google-appengine] Ok I know it's something really dumb but how to upload

2009-01-18 Thread dartdog
I have been working on a sample app for a while and now I'm finally ready to go, I have been using Python 2.6.1 (could that be the issue?) The local app server and my app are getting on fine. so I go to appcfg.py update C:\Users\DadLaptop\Documents\tombrander I cannot enter anything into the

[google-appengine] Re: Ok I know it's something really dumb but how to upload

2009-01-18 Thread dartdog
at 16:51 -0800, dartdog wrote: I have been working on a sample app for a while and now I'm finally ready to go, I have been using Python 2.6.1 (could that be the issue?) The local app server and my app are getting on fine. so I go to appcfg.py update C:\Users\DadLaptop\Documents\tombrander I

[google-appengine] Re: Use AppEngine on Vista x64

2008-12-29 Thread dartdog
I just got Hello world running on App engine Vista 64. See here. http://tombrander.wordpress.com/2008/12/28/getting-started-with-google-app-engine-hello-world/ On Dec 25, 5:03 pm, ehmo disku...@gmail.com wrote: i have very similiar problem. i'm using x64vistabut just x86 python. for my scripts