[google-appengine] Re: Where is the default GCS Bucket?

2015-03-05 Thread Shobhit
Unfortunately, there is no way that you can create a default bucket in the 
new developer console. To create a default bucket you have to go through 
the path mentioned by Vinny in the previous comment.

On Saturday, August 9, 2014 at 8:32:08 PM UTC-4, Bentley Carr wrote:
>
> Hey,
> I don't seem to be able to access the default GCS bucket in an app I'm 
> creating.
> It works fine on the development server but not on Google App Engine.
>
> This 
> 
>  
> says that the default GCS bucket is .appspot.com and is displayed 
> in the App Engine Admin console Application Settings page, under the label 
> Google Cloud Storage Bucket but my settings doesn't have a subheading 
> "Google Cloud Storage Bucket", it just looks like this:
>
>
> 
>
> It also says I can get the default bucket by 
> app_identity.get_default_gcs_bucket_name() but that returns None. (I'm 
> using Python.)
>
> Does anyone know how to fix this? Any help would be much appreciated.
> -Bentley
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/df0356f5-c650-4fc6-8b37-9c32fc17233f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: All country Currency Symbols Not Display.

2015-03-05 Thread Shobhit
Hi Gopi,

You still having the problem, in accessing the bucket in GCS.

On Wednesday, March 4, 2015 at 11:10:29 PM UTC-5, gopir...@gmail.com wrote:
>
>
> Hi dears,
>
>  Here i am Using Java Jdk7 and GAE. i am Using Itext for PDF but 
> Currency Symbols are not display in Pdf For Ex (₱), (ع.د) so pls any one 
> help me.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/a904f713-341b-4ccb-97f2-62c13fe7c721%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Experiencing Long deploying delays since March 9.

2015-03-10 Thread Shobhit
Can you try it by changing the version of your app. Sometimes it happen if 
you were trying to update the App with the same version again & again.For 
me it working fine. try it again and let me know if the issue still 
persists.

On Tuesday, March 10, 2015 at 1:14:12 PM UTC-4, Massimo DiPierro wrote:
>
>
> 12:13 PM Checking if deployment succeeded.
> 12:13 PM Will check again in 60 seconds.
> ...
> up to 10 minutes long delays.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/7a8e059b-3446-480f-adfc-dcb3e913a8da%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: All qupates show OK, reports as Over Quota when visiting app

2015-03-16 Thread Shobhit
Can you please tell us your project ID, so that we can look over it.

On Monday, March 16, 2015 at 1:17:33 PM UTC-4, Paul Canning wrote:
>
> As the title.
>
> All quotas in the dev console for my app say OK, yet i get a 503 Over 
> Quota error when visiting the app.
>
> I am currently using the free $300 and 30 days.
>
> If it is the case that I have reached some limits for the "free" account, 
> why are all quotas reporting OK?
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/d0ee78fd-acd0-4ebf-ad95-1efb7fe161aa%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Cron - targeting a particular version of a particular module

2015-04-07 Thread Shobhit
Hi Dawid.

First thing in cron.yaml, you are supposed to use version or module in the 
target parameter. If you wish to target the cron job for a particular 
version and module you can use the dispatch.yaml as described by Vinny in 
the previous messages.

On Thursday, February 20, 2014 at 12:29:04 PM UTC-5, Dawid wrote:
>
> Hi all,
>
> How can have a cron job target a particular version of a particular 
> module? I've tried:
> *target: version.module*
>
> Unfortunately, appcfg.py won't accept it:
> *Unable to assign value 'debug.reports' to attribute 'target':*
> *Value 'debug.reports' for target does not match expression 
> '^(?:^(?:(?:((?!-)[a-z\d\-]{1,63}):)?)((?!-)[a-z\d\-]{1,100})$)$'*
> *  in "./cron.yaml", line 34, column 11*
>
> Many thanks,
> Dawid
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/e10f6de8-f2ee-4c72-b760-93318ed0f94f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Problem deploying - javax.servlet.UnavailableException

2015-04-07 Thread Shobhit
Hi Hossein,

I think you are getting the error because authentication filter that uses 
Google Accounts for logged-in users is unavailable, it means something is 
changed while uploading the app or during compilation.Check the execution 
environment JRE in your eclipse and make it 1.7 or try to deploy the 
application again.


On Monday, April 6, 2015 at 12:26:51 PM UTC-4, M. Hossein Amerkashi wrote:
>
> Hello, I'm getting ( javax.servlet.UnavailableException )  when I deploy 
> my app. I tried publishing my previous app version (deployed a month ago) 
> which deployed successfully and now it also produce same exact exception 
> (below). Has anything change on GAE since last month?
>
> Using Java 1.7.0_40 and GAE SDK 18.9 (tried 1.9.6  & 1.9.17 -- same issue)
>
> THANKS
>
>
>
>1. C2015-04-04 08:54:13.625
>
>Uncaught exception from servlet
>javax.servlet.UnavailableException: 
> com.google.appinventor.server.OdeAuthFilter
>   at org.mortbay.jetty.servlet.Holder.doStart(Holder.java:79)
>   at org.mortbay.jetty.servlet.FilterHolder.doStart(FilterHolder.java:81)
>   at 
> org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
>   at 
> org.mortbay.jetty.servlet.ServletHandler.initialize(ServletHandler.java:662)
>   at org.mortbay.jetty.servlet.Context.startContext(Context.java:140)
>   at 
> org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1250)
>   at 
> org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:517)
>   at 
> org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:467)
>   at 
> org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
>   at 
> com.google.apphosting.runtime.jetty.AppVersionHandlerMap.createHandler(AppVersionHandlerMap.java:199)
>   at 
> com.google.apphosting.runtime.jetty.AppVersionHandlerMap.getHandler(AppVersionHandlerMap.java:174)
>   at 
> com.google.apphosting.runtime.jetty.JettyServletEngineAdapter.serviceRequest(JettyServletEngineAdapter.java:134)
>   at 
> com.google.apphosting.runtime.JavaRuntime$RequestRunnable.run(JavaRuntime.java:527)
>   at 
> com.google.tracing.TraceContext$TraceContextRunnable.runInContext(TraceContext.java:437)
>   at 
> com.google.tracing.TraceContext$TraceContextRunnable$1.run(TraceContext.java:444)
>   at 
> com.google.tracing.CurrentContext.runInContext(CurrentContext.java:220)
>   at 
> com.google.tracing.TraceContext$AbstractTraceContextCallback.runInInheritedContextNoUnref(TraceContext.java:308)
>   at 
> com.google.tracing.TraceContext$AbstractTraceContextCallback.runInInheritedContext(TraceContext.java:300)
>   at 
> com.google.tracing.TraceContext$TraceContextRunnable.run(TraceContext.java:441)
>   at 
> com.google.apphosting.runtime.ThreadGroupPool$PoolEntry.run(ThreadGroupPool.java:251)
>   at java.lang.Thread.run(Thread.java:745)
>
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/8873d0a7-0397-4fe3-9db1-99f67fcbbded%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Gcloud preview app run returns a timeout error

2015-04-15 Thread Shobhit


The gcloud command enable the ah_host process and also created the docker 
image of your app and passes it to the Docker daemon, in your case it seems 
that your docker daemon is not responding to the request. So to make 
sure,perform "sudo docker -d" to check if the Docker daemon is running on 
your machine or not. Also check that, the path of the certificate you set 
correctly and value of the TLS_VERIFY is TRUE.

Go through the documentation [1] for the installation of Docker on MacOS

[1] https://docs.docker.com/installation/mac/

On Wednesday, April 15, 2015 at 5:40:54 AM UTC-4, John Wesonga wrote:
>
> I seem to be having a problem with my test managed VM. Every time I run 
> *glcoud 
> preview app run  *I get the following error:
>
> INFO 2015-04-15 09:29:31,525 devappserver2.py:726] Skipping SDK 
> update check.
>
>
>
> INFO 2015-04-15 09:29:32,173 api_server.py:172] Starting API server at
> : http://localhost:51143
>
> INFO 2015-04-15 09:30:32,186 api_server.py:588] Applying all pending 
> transactions and saving the datastore
>
> INFO 2015-04-15 09:30:32,187 api_server.py:591] Saving search indexes
>
> Traceback (most recent call last):
>
>   File 
> "/Users/jwesonga/google-cloud-sdk/platform/google_appengine/dev_appserver.py"
> , line 83, in 
>
> _run_file(__file__, globals())
>
>   File 
> "/Users/jwesonga/google-cloud-sdk/platform/google_appengine/dev_appserver.py"
> , line 79, in _run_file
>
> execfile(_PATHS.script_file(script_name), globals_)
>
>   File 
> "/Users/jwesonga/google-cloud-sdk/platform/google_appengine/google/appengine/tools/devappserver2/devappserver2.py"
> , line 985, in 
>
> main()
>
>   File 
> "/Users/jwesonga/google-cloud-sdk/platform/google_appengine/google/appengine/tools/devappserver2/devappserver2.py"
> , line 978, in main
>
> dev_server.start(options)
>
>   File 
> "/Users/jwesonga/google-cloud-sdk/platform/google_appengine/google/appengine/tools/devappserver2/devappserver2.py"
> , line 774, in start
>
> self._dispatcher.start(options.api_host, apis.port, request_data)
>
>   File 
> "/Users/jwesonga/google-cloud-sdk/platform/google_appengine/google/appengine/tools/devappserver2/dispatcher.py"
> , line 182, in start
>
> _module, port = self._create_module(module_configuration, port)
>
>   File 
> "/Users/jwesonga/google-cloud-sdk/platform/google_appengine/google/appengine/tools/devappserver2/dispatcher.py"
> , line 262, in _create_module
>
> threadsafe_override=threadsafe_override)
>
>   File 
> "/Users/jwesonga/google-cloud-sdk/platform/google_appengine/google/appengine/tools/devappserver2/module.py"
> , line 1463, in __init__
>
> super(ManualScalingModule, self).__init__(**kwargs)
>
>   File 
> "/Users/jwesonga/google-cloud-sdk/platform/google_appengine/google/appengine/tools/devappserver2/module.py"
> , line 514, in __init__
>
> self._module_configuration)
>
>   File 
> "/Users/jwesonga/google-cloud-sdk/platform/google_appengine/google/appengine/tools/devappserver2/module.py"
> , line 237, in _create_instance_factory
>
> module_configuration=module_configuration)
>
>   File 
> "/Users/jwesonga/google-cloud-sdk/platform/google_appengine/google/appengine/tools/devappserver2/vm_runtime_factory.py"
> , line 78, in __init__
>
> timeout=self.DOCKER_D_REQUEST_TIMEOUT_SECS)
>
>   File 
> "/Users/jwesonga/google-cloud-sdk/platform/google_appengine/google/appengine/tools/docker/containers.py"
> , line 740, in NewDockerClient
>
> client.ping()
>
>   File "/Users/jwesonga/google-cloud-sdk/./lib/docker/docker/client.py", 
> line 711, in ping
>
> return self._result(self._get(self._url('/_ping')))
>
>   File "/Users/jwesonga/google-cloud-sdk/./lib/docker/docker/client.py", 
> line 76, in _get
>
> return self.get(url, **self._set_request_timeout(kwargs))
>
>   File 
> "/Users/jwesonga/google-cloud-sdk/platform/google_appengine/lib/requests/requests/sessions.py"
> , line 468, in get
>
> return self.request('GET', url, **kwargs)
>
>   File 
> "/Users/jwesonga/google-cloud-sdk/platform/google_appengine/lib/requests/requests/sessions.py"
> , line 456, in request
>
> resp = self.send(prep, **send_kwargs)
>
>   File 
> "/Users/jwesonga/google-cloud-sdk/platform/google_appengine/lib/requests/requests/sessions.py"
> , line 559, in send
>
> r = adapter.send(request, **kwargs)
>
>   File 
> "/Users/jwesonga/google-cloud-sdk/platform/google_appengine/lib/requests/requests/adapters.py"
> , line 384, in send
>
> raise Timeout(e, request=request)
>
>  
>
> requests.exceptions.Timeout: ( VerifiedHTTPSConnection object at 0x10dba17d0>, 'Connection to 
> 192.168.59.104 timed out. (connect timeout=60)')
>
>
> I've confirmed that boot2docker is up and running, BTW this was working 
> just fine when I did the initial set up. Any idea how I can fix this? I 
> posted similar question on stackoverflow with no luck 
> http://stackoverflow.com/questions/29576087/golang-preview-of-managed-vm-app-returns-error
>

-- 
Y

[google-appengine] google app.

2011-07-18 Thread shobhit suman
hello all.

I am finding problem in creating a database which could run on google sdk. I
am unable to import Db package from google app folder.please help me .

-- 
SHOBHIT SUMAN
B.Tech(II year)
Computer Science Engineering
The LNM Institute of Information Technology
Jaipur, India.
#+91-7742475353

-- 
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-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[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 Information Technology
Jaipur, India.
#+91-7742475353

-- 
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-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



sss.py
Description: Binary data


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 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
> statement of module not found.please help me asap..
>
>  --
>  SHOBHIT SUMAN
>  B.Tech(II year)
>  Computer Science Engineering
> The LNM Institute of Information Technology
> Jaipur, India.
> #+91-7742475353
>
> --
> 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-appengine@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine+unsubscr...@googlegroups.com.
> 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 google-appengine@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>



-- 
SHOBHIT SUMAN
B.Tech(II year)
Computer Science Engineering
The LNM Institute of Information Technology
Jaipur, India.
#+91-7742475353

-- 
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-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



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.
> 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 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 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 statement of module not found.please help me asap..
>>
>>  --
>>  SHOBHIT SUMAN
>>  B.Tech(II year)
>>  Computer Science Engineering
>> The LNM Institute of Information Technology
>> Jaipur, India.
>> #+91-7742475353
>>
>>  --
>> 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-appengine@googlegroups.com.
>> To unsubscribe from this group, send email to
>> google-appengine+unsubscr...@googlegroups.com.
>> 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 google-appengine@googlegroups.com.
>> To unsubscribe from this group, send email to
>> google-appengine+unsubscr...@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/google-appengine?hl=en.
>>
>
>
>
>  --
>  SHOBHIT SUMAN
>  B.Tech(II year)
> Computer Science Engineering
> The LNM Institute of Information Technology
> Jaipur, India.
> #+91-7742475353
>
>  --
> 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-appengine@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine+unsubscr...@googlegroups.com.
> 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 google-appengine@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>



-- 
SHOBHIT SUMAN
B.Tech(II year)
Computer Science Engineering
The LNM Institute of Information Technology
Jaipur, India.
#+91-7742475353

-- 
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-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



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 :)  "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.com/d/msg/google-appengine/-/Fdn-5-apNtkJ.
>
> To post to this group, send email to google-appengine@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>



-- 
SHOBHIT SUMAN
B.Tech(II year)
Computer Science Engineering
The LNM Institute of Information Technology
Jaipur, India.
#+91-7742475353

-- 
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-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



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 message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/google-appengine/-/Fkz-ZitOpgMJ.
>
> To post to this group, send email to google-appengine@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>



-- 
SHOBHIT SUMAN
B.Tech(II year)
Computer Science Engineering
The LNM Institute of Information Technology
Jaipur, India.
#+91-7742475353

-- 
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-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] App Engine Blank

2012-05-31 Thread shobhit suman
hi

can u please tell ehich operating system are you using ?

On Thu, May 31, 2012 at 4:26 PM, Mark Lawson  wrote:

> Hi, I am new to this; I am trying to access Google App Engine.  I have
> downloaded the software and Python; however, when I open App Engine non of
> the buttons show up, they are blank.  When I try to set up a new
> application, it says file invalid.  Can anyone help?
>
> --
> 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.com/d/msg/google-appengine/-/01fZhuJnlOkJ.
> To post to this group, send email to google-appengine@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>



-- 
SHOBHIT SUMAN
B.Tech(II year)
Computer Science Engineering
The LNM Institute of Information Technology
Jaipur, India.
#+91-7742475353

-- 
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-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] uploading error

2012-05-31 Thread shobhit suman
hi

Ive just started uploading my application which ran well on my local server
whenever i try the command python appcfg.py upadate /application_address
it goes well but finally shows error as "proxy authentication required"

please help me

thanks,

-- 
SHOBHIT SUMAN
B.Tech(II year)
Computer Science Engineering
The LNM Institute of Information Technology
Jaipur, India.
#+91-7742475353

-- 
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-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.