[google-appengine] Re: can i get a domain 's ip address using appengine?

2009-12-27 Thread ajaxer
>>> import dns.query Traceback (most recent call last): File "/base/data/home/apps/shell/1.335852500710379686/shell.py", line 267, in get exec compiled in statement_module.__dict__ File "", line 1, in ImportError: No module named dns.query On 12月28日, 下午3时21分, "niklasro.appspot.com" wrot

[google-appengine] Re: Need Help with Datastore Query

2009-12-27 Thread niklasro.appspot.com
On Dec 28, 6:33 am, "Ms. Jen" wrote: > Hello All(), > > I have been struggling with attempting to run a datastore query and > keep getting the same error even though I have read through all the > docs on Queries and Keys, watching several of the Google I/O videos, > as well as looking at a number

[google-appengine] Re: Small error in Pagination article

2009-12-27 Thread djidjadji
And the strings for 2008-10-26 03:35:58|f...@example.org|1 2008-10-26 03:35:58|j...@bitworking.org|2 should change places. The list is sorted in descending order. 2009/12/28 djidjadji : > While reading the article on pagination I noticed a small error in one > of the examples. > > http://code.goog

[google-appengine] Re: Small error in Pagination article

2009-12-27 Thread niklasro.appspot.com
On Dec 27, 11:45 pm, djidjadji wrote: > While reading the article on pagination I noticed a small error in one > of the examples. > > http://code.google.com/appengine/articles/paging.html > > Near the mid of the page there is the suggestion to make the property > unique by adding the email address

[google-appengine] Re: can i get a domain 's ip address using appengine?

2009-12-27 Thread niklasro.appspot.com
On Dec 28, 6:04 am, ajaxer wrote: > but i really need it. Sure. http tunnel, http://www.dnspython.org/ something like socket, testing with shell.appspot.com easiest way. http tunnel can do whatever a client can. -- You received this message because you are subscribed to the Google Groups "Goo

[google-appengine] Re: authorized email senders

2009-12-27 Thread niklasro.appspot.com
On Dec 27, 7:49 am, Locke wrote: > The App Engine documentation says that to send an email to the users > of my application, I must send it from the address of an authorized > administrator. > > I need to send from an address used by someone who I DO NOT want to > administer my application. Exampl

[google-appengine] Need Help with Datastore Query

2009-12-27 Thread Ms. Jen
Hello All(), I have been struggling with attempting to run a datastore query and keep getting the same error even though I have read through all the docs on Queries and Keys, watching several of the Google I/O videos, as well as looking at a number other apps' source code to see how they are done.

[google-appengine] Re: can i get a domain 's ip address using appengine?

2009-12-27 Thread ajaxer
but i really need it. On 12月26日, 下午3时16分, "niklasro.appspot.com" wrote: > On Dec 25, 7:03 am, ajaxer wrote:> inside gae please. > > Challenging but really, you don't want it inside gae. You want it > towards the user. > > > > > > > On 12月25日, 下午2时21分, "stackoverflow.com/users/108207/larson" > >

Re: [google-appengine] GQL simple problem

2009-12-27 Thread OvermindDL1
On Sat, Dec 26, 2009 at 12:30 AM, Jonathan wrote: >  I'm about to go crazy... :( > When adding the "order by" sorter it returns an error... > any idea? > > greetings = db.GqlQuery("SELECT * FROM VisualBox WHERE creator > = :wcreator " >                                      "ORDER BY created DESC",

[google-appengine] Re: Naked domain support - solved?

2009-12-27 Thread Dima U
Yes, I know without huge company name on a front page it sounds scary. But for some small/test apps it can be good enough and really useful. Eventually it will be supported directly by Google, and people will just switch. I'm using it for a small number of my sites, and with current bandwidth pric

[google-appengine] Re: Naked domain support - solved?

2009-12-27 Thread niklasro.appspot.com
On Dec 28, 1:22 am, "bruno.braga" wrote: > That's a nice workaround for this. > > The only problem here is to convince people to send all traffic to > your IP. > If they need to deal with sensitive data, most likely they will not > turn to this solution. > > On Dec 26, 4:20 pm, Dima U wrote: More

Re: [google-appengine] conceptual question regarding spreadsheet based project

2009-12-27 Thread Tom Wu
> Each user comes to the program with their own spreadsheet that's been > a part of a legacy computer program. The data is accessed multiple > times daily. Because each user's spreadsheet is local, it has evolved > and been customized and may look different than another user's local > data. A us

[google-appengine] "The import com.google.apphosting.api.ApiProxy cannot be resolved"

2009-12-27 Thread bill
I followed the instructions here: http://code.google.com/appengine/docs/java/howto/unittesting.html and added appengine-api-stubs.jar and appengine-local-runtime.jar to my classpath. Eclipse was able to resolve these imports fine: import com.google.appengine.api.datastore.dev.LocalDatastoreServ

[google-appengine] conceptual question regarding spreadsheet based project

2009-12-27 Thread Mark Morgan
Hello, Before I get down in this and start running into dead ends, I wanted to run this concept by all the people with experience and see if it makes sense. Basically I have a need for users to share data that starts as personal spreadsheet files. They aren't sharing pictures, music, or any othe

[google-appengine] unable to create a second app; wants me to redo sms verification

2009-12-27 Thread brian
So... I have one app set up in appengine. Now I want to add a second one. But when I click on "Create an Application," it sends me to the verify account page and asks me for a phone number to do the SMS verification. Since I have already verified my account, I have already used my phone number, an

[google-appengine] Updating an object fails when accessing application through Twilio

2009-12-27 Thread Kelvin
Hi, I have an application that receives parameters two parameters using GET method. The parameters are: Caller, Digits Using those two parameters it actually updates an object in the datastore. The problem I'm having is that if I use a web browser to access the link which receives the par

[google-appengine] Re: Simple data access works on dev server, error when deployed

2009-12-27 Thread David Nelson
I have fixed this issue along with some missing dependencies in the distribution. You can download the easier to install package from Developer Advocate: http://developeradvocate.appspot.com Note: there is still an outstanding bug when trying to post new blog updates to technorati, but it's not a

[google-appengine] Deploying java app locally - JXSAXParserFactory not found

2009-12-27 Thread Ambiency
I have added a number of app to my dev environment and updated eclipse. I now see the following error when trying to run an app locally ('Run As (Google) Web Application): Dec 27, 2009 9:50:57 AM com.google.apphosting.utils.jetty.JettyLogger warn WARNING: failed com.google.apphosting.utils.j

[google-appengine] GQL simple problem

2009-12-27 Thread Jonathan
I'm about to go crazy... :( When adding the "order by" sorter it returns an error... any idea? greetings = db.GqlQuery("SELECT * FROM VisualBox WHERE creator = :wcreator " "ORDER BY created DESC", wcreator='neokiko') th

[google-appengine] Does Image API Optimize Images

2009-12-27 Thread Marco-Hans
I have searched all over to try and find out whether the Google App Engine optimizes images for size (to save bandwidth). I have cannot understand why no one has enquired about this? Perhaps, it is just a given that Google would be optimizing images for size? My facebook profile image is only 8kb

[google-appengine] What's the best way to back up data on Google App Engine?

2009-12-27 Thread John Maxwell IV
Google itself provides two solutions. http://code.google.com/appengine/docs/python/tools/uploadingdata.html One of these is new and experimental and requires you to run a separate command (and separately enter your username and password) for each kind of data you want to back up. The other requi

[google-appengine] Re: www.winebythebar.com going to sites instead of appengine suddenly

2009-12-27 Thread johnP
Just a thought... Create and map a subdomain called ww2, and at a dns level, redirect requests from www to www2 until this gets resolved. johnP On Dec 27, 1:02 pm, Duong BaTien wrote: > Yes, it happened to many including my site aroud Dec 23. The solution > is: >   (1) to deactive your site

[google-appengine] Re: Naked domain support - solved?

2009-12-27 Thread bruno.braga
That's a nice workaround for this. The only problem here is to convince people to send all traffic to your IP. If they need to deal with sensitive data, most likely they will not turn to this solution. On Dec 26, 4:20 pm, Dima U wrote: > Hello! > > Just a quick note about service that anyone can

[google-appengine] Re: my ae don't support unicode, why i submit Chinese, now homepage err, how to rollback database?

2009-12-27 Thread bruno.braga
Hi, First thing, you should specify which framework you are using (Python or Java)... If Python, I suggest placing this question directly at: http://groups.google.com/group/google-appengine-python?hl=en You will probably get stronger answers from there. Supposing that you are talking about Python

[google-appengine] Re: Duplicating static serving

2009-12-27 Thread MajorProgamming
Solved the problem: when using the script caching is not done right (I think it's disabled). So I set the caching headers and voila! it worked! Thanks for your help. On Dec 27, 5:45 pm, Barry Hunter wrote: > http://www.google.com/search?q=python+%22content+type%22+app+engine > > 2009/12/27 Major

[google-appengine] Small error in Pagination article

2009-12-27 Thread djidjadji
While reading the article on pagination I noticed a small error in one of the examples. http://code.google.com/appengine/articles/paging.html Near the mid of the page there is the suggestion to make the property unique by adding the email address and a counter value. The counter values for j...@

Re: [google-appengine] Re: Duplicating static serving

2009-12-27 Thread Barry Hunter
http://www.google.com/search?q=python+%22content+type%22+app+engine 2009/12/27 MajorProgamming : > Okay, how can I set MIME/Content type correctly? That might've been > the issue... > > On Dec 27, 5:36 pm, Barry Hunter wrote: >> Surely it depends on what your 'problem' was. >> >> As long as you s

[google-appengine] Re: Duplicating static serving

2009-12-27 Thread MajorProgamming
Okay, how can I set MIME/Content type correctly? That might've been the issue... On Dec 27, 5:36 pm, Barry Hunter wrote: > Surely it depends on what your 'problem' was. > > As long as you setting a MIME/Content type on the dynamic file, the > browser shouldnt know the difference. > > If you can b

Re: [google-appengine] Breaking my head on Opensearch

2009-12-27 Thread Barry Hunter
http://catb.org/~esr/faqs/smart-questions.html#symptoms 2009/12/27 MajorProgamming : > I'm trying to implement an Opensearch XML solution in one of my apps. > But IE8 seems to be having some problems with it. I think it might > have to do with encoding or content-type issues. How do I serve > corr

Re: [google-appengine] Duplicating static serving

2009-12-27 Thread Barry Hunter
Surely it depends on what your 'problem' was. As long as you setting a MIME/Content type on the dynamic file, the browser shouldnt know the difference. If you can be more specifc, it would probably be alot easier for someone to help you. 2009/12/27 MajorProgamming : > I recently came across an i

[google-appengine] Duplicating static serving

2009-12-27 Thread MajorProgamming
I recently came across an issue where I solved the problem by taking the same exact template file, and serving it static (in app.yaml) instead of dynamically (through a python script). So I was wondering: How can I serve files dynamically (e.g. templates), so that the result is exactly the same as

[google-appengine] Breaking my head on Opensearch

2009-12-27 Thread MajorProgamming
I'm trying to implement an Opensearch XML solution in one of my apps. But IE8 seems to be having some problems with it. I think it might have to do with encoding or content-type issues. How do I serve correctly w/ python? Thanks! -- You received this message because you are subscribed to the Goo

Re: [google-appengine] www.winebythebar.com going to sites instead of appengine suddenly

2009-12-27 Thread Duong BaTien
Yes, it happened to many including my site aroud Dec 23. The solution is: (1) to deactive your site in google Apps. (2) deactivate, then permanently delete your site under GAE. Your app id at appspot.com is intact. It will take around 72 hours to completely delete your application in GAE. (

[google-appengine] Re: DB doesn't return all corresponding records for query!

2009-12-27 Thread Denis Moskalets
Cool I've added this index: - kind: ctms_Report properties: - name: project - name: contactdate and the 2nd query become broken too! On Dec 27, 9:44 pm, Denis Moskalets wrote: > Sorry, wrong subject. > DB doesn't return all corresponding records for query! -- You received this message

[google-appengine] DB doesn't return all corresponding records for query!

2009-12-27 Thread Denis Moskalets
Sorry, wrong subject. DB doesn't return all corresponding records for query! -- 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-appeng...@googlegroups.com. To unsubscribe from this group, send email

[google-appengine] DB returns all correspondig errors (another problem with indexes?)

2009-12-27 Thread Denis Moskalets
Dear google, will you answer on posts about the problems in this group, or should we use issue tracker for messages like this? App-id: ctms-release I have model with field and ancestor, referencing the same keys. So, i can retrive records using either .ancestor("key_here") or .filter ("project_key

[google-appengine] Re: A lot of DeadlineExceededError: Doesn't work file reading / module importing

2009-12-27 Thread Denis Moskalets
Hey Google, are you alive? No answer. Looks like the problem gone. But can we be sure that it will not be repeated again? May be, we need to use issue tracker for messages like this? On Dec 26, 7:01 pm, Denis Moskalets wrote: > App-id: ctms-release > > Last 3 days we have a lot of problems with

Re: [google-appengine] www.winebythebar.com going to sites instead of appengine suddenly

2009-12-27 Thread Jesaja Everling
Hello Thomas, AFAIK the "www" subdomain of a domain managed by Google Apps is by default associated with Google sites. This seems to be the cause of your problem. You have to enable the sites service and to remove the "www" subdomain to change this and associate the "www" subdomain with your app.

Re: [google-appengine] Google Code Down?

2009-12-27 Thread Qian Qiao
On Sun, Dec 27, 2009 at 11:44, Mr. Rajiv Bakulesh Shah wrote: > Hi, guys. > > This isn't related to Google App Engine, but I don't know where to report > this problem.  At the moment, I can't resolve various Google Code domains > (for example, https://imi-imi.googlecode.com/), so I can't check i

[google-appengine] Re: Google Code Down?

2009-12-27 Thread robataka
On Dec 27, 12:55 am, "niklasro.appspot.com" wrote: > On Dec 27, 3:44 am, "Mr. Rajiv Bakulesh Shah" > wrote:> Hi, guys. > > > This isn't related to Google App Engine, but I don't know where to report > > this problem.  At the moment, I can't resolve various Google Code domains > > (for example,h

[google-appengine] www.winebythebar.com going to sites instead of appengine suddenly

2009-12-27 Thread Thomas McKay - www.winebythebar.com
I'm not sure where I should be asking for help for this. I've started a thread here: http://www.google.com/support/forum/p/Google+Apps/thread?tid=0b3a59520d9a980e&hl=en My site, which has been working for over a year (and is both the server side of an Android app as well as my company website) h