Re: [google-appengine] need immidiate help..!!!

2011-10-16 Thread Steve Sherrie
And can you describe where you put the script (in relation to the appengine-sdk) and how you are running the application? Steve On 11-10-16 04:35 PM, shobhit suman wrote: sir I am using a virtual machine with ubuntu running ||ly on my windows 7 On Mon, Oct 17, 2011 at 2:03 AM, Steve Sherrie

Re: [google-appengine] need immidiate help..!!!

2011-10-16 Thread shobhit suman
sir I am using a virtual machine with ubuntu running ||ly on my windows 7 On Mon, Oct 17, 2011 at 2:03 AM, Steve Sherrie wrote: > Hmmm, not sure. That line is definitely right. Which OS are you using? Just > so we have a better idea of your environment. > > Steve > > -- > You received this messa

Re: [google-appengine] need immidiate help..!!!

2011-10-16 Thread Steve Sherrie
Hmmm, not sure. That line is definitely right. Which OS are you using? Just so we have a better idea of your environment. Steve -- 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.googl

Re: [google-appengine] need immidiate help..!!!

2011-10-16 Thread shobhit suman
sir srry to flood ur inbox, but its still showing, I do hav dis module named appengine.ext.. File "sss.py", line 2, in from google.appengine.ext import db ImportError: No module named appengine.ext On Mon, Oct 17, 2011 at 1:46 AM, Steve Sherrie wrote: > You corrected it incorrectly :)

Re: [google-appengine] need immidiate help..!!!

2011-10-16 Thread Steve Sherrie
You corrected it incorrectly :) "from google.appengine.google.ext import db" should be "from google.appengine.ext import db". -- 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.

Re: [google-appengine] need immidiate help..!!!

2011-10-16 Thread shobhit suman
File "sss.py", line 2, in from google.appengine.google.ext import db ImportError: No module named appengine.google.ext this is the error statement its showing. On Mon, Oct 17, 2011 at 1:27 AM, Steve Sherrie wrote: > Please include the error and the stacktrace, and we'll be able to help. >

Re: [google-appengine] need immidiate help..!!!

2011-10-16 Thread Steve Sherrie
Please include the error and the stacktrace, and we'll be able to help. It's a bit much to ask someone to fix your script and give it back to you :) Steve On 11-10-16 03:53 PM, shobhit suman wrote: sir, I rectified this mistake but still I am getting the same error message.It will be kind e

Re: [google-appengine] need immidiate help..!!!

2011-10-16 Thread shobhit suman
sir, I rectified this mistake but still I am getting the same error message.It will be kind enough if u cud please please run the code on your system for it might be possibl that my sdk has got sum problm. On Mon, Oct 17, 2011 at 1:18 AM, Steve Sherrie wrote: > "from google.appengine.ext imp

Re: [google-appengine] need immidiate help..!!!

2011-10-16 Thread Brian Quinlan
You wrote: from google_appengine.google.ext import db When you should write: from google.appengine.google.ext import db Cheers, Brian On Mon, Oct 17, 2011 at 6:45 AM, shobhit suman wrote: > I am trying to run my first application in python on google sdk. this is a > simple datbase with a query

Re: [google-appengine] need immidiate help..!!!

2011-10-16 Thread Steve Sherrie
"from google.appengine.ext import db" instead of "from google_appengine.ext import db". Steve On 11-10-16 03:45 PM, shobhit suman wrote: I am trying to run my first application in python on google sdk. this is a simple datbase with a query statement . but I am getting an unexpected error sta

[google-appengine] need immidiate help..!!!

2011-10-16 Thread shobhit suman
I am trying to run my first application in python on google sdk. this is a simple datbase with a query statement . but I am getting an unexpected error statement of module not found.please help me asap.. -- SHOBHIT SUMAN B.Tech(II year) Computer Science Engineering The LNM Institute of Informatio