Google app engine python SDK not working

I installed the google-appengine-python package in the AUR and followed the app engine hello world example.https://developers.google.com/appengine … helloworld
Then I start the server with the command
dev_appserver.py .
, here is the output:
WARNING 2013-04-01 09:39:42,671 api_server.py:328] Could not initialize images API; you are likely missing the Python "PIL" module.
INFO 2013-04-01 09:39:42,674 api_server.py:152] Starting API server at: http://localhost:47061
INFO 2013-04-01 09:39:42,694 dispatcher.py:98] Starting server "default" running at: http://localhost:8080
INFO 2013-04-01 09:39:42,701 admin_server.py:117] Starting admin server at: http://localhost:8000
It seemed everything worked fine but when I tried to access the urls, the connection was rejected with the code  Error 102 (net::ERR_CONNECTION_REFUSED): The server refused the connection.  It seemed the server didn't start at all.
I also tried to download the official zip package from google and it didn't work either.....
So, anyone can help me? Thanks in advance.

Hello all,
The thing that wished to be done in this thread is also the one of the questions that I wonder much about its answer.
As asked above, I would like to learn if it is possible to build a connection between "Google App Engine" and SAP. If it seems possible to do that, what would be the potential way for building that connection? Which steps do we have to follow? Could anyone advice something for that?
Thanks and regards,
Mustafa

Similar Messages

  • Can't run helloworld of Google App Engine (python 2.7)

    I looked and searched for the bug and found the post. -> See comment 29
    But, it seems that it's still not fixed in google-appengine 1.6.4 for python 2.7.
    The exact error is: (Trying to run the helloworld given in docs)
    WARNING 2012-04-06 23:26:00,928 py_zipimport.py:139] Can't open zipfile /usr/lib/python2.7/site-packages/setuptools-0.6c11.egg-info: IOError: [Errno 13] file not accessible: '/usr/lib/python2.7/site-packages/setuptools-0.6c11.egg-info'
    Full terminal output:
    shadyabhi@MBP-archlinux ~/codes/gae $ dev_appserver.py helloworld/
    INFO 2012-04-06 23:25:55,030 appengine_rpc.py:160] Server: appengine.google.com
    INFO 2012-04-06 23:25:55,034 appcfg.py:582] Checking for updates to the SDK.
    INFO 2012-04-06 23:25:56,709 appcfg.py:616] This SDK release is newer than the advertised release.
    WARNING 2012-04-06 23:25:56,710 datastore_file_stub.py:513] Could not read datastore data from /tmp/dev_appserver.datastore
    INFO 2012-04-06 23:25:56,773 dev_appserver_multiprocess.py:647] Running application dev~helloworld on port 8080: http://localhost:8080
    INFO 2012-04-06 23:25:56,774 dev_appserver_multiprocess.py:649] Admin console is available at: http://localhost:8080/_ah/admin
    WARNING 2012-04-06 23:26:00,928 py_zipimport.py:139] Can't open zipfile /usr/lib/python2.7/site-packages/setuptools-0.6c11.egg-info: IOError: [Errno 13] file not accessible: '/usr/lib/python2.7/site-packages/setuptools-0.6c11.egg-info'
    ERROR 2012-04-06 23:26:01,101 wsgi.py:189]
    Traceback (most recent call last):
    File "/opt/google-appengine-python/google/appengine/runtime/wsgi.py", line 187, in Handle
    handler = _config_handle.add_wsgi_middleware(self._LoadHandler())
    File "/opt/google-appengine-python/google/appengine/runtime/wsgi.py", line 239, in _LoadHandler
    raise ImportError('%s has no attribute %s' % (handler, name))
    ImportError: <module 'helloworld' from '/home/shadyabhi/codes/gae/helloworld/helloworld.pyc'> has no attribute app
    INFO 2012-04-06 23:26:01,110 dev_appserver.py:2884] "GET / HTTP/1.1" 500 -
    ERROR 2012-04-06 23:26:01,479 wsgi.py:189]
    Traceback (most recent call last):
    File "/opt/google-appengine-python/google/appengine/runtime/wsgi.py", line 187, in Handle
    handler = _config_handle.add_wsgi_middleware(self._LoadHandler())
    File "/opt/google-appengine-python/google/appengine/runtime/wsgi.py", line 239, in _LoadHandler
    raise ImportError('%s has no attribute %s' % (handler, name))
    ImportError: <module 'helloworld' from '/home/shadyabhi/codes/gae/helloworld/helloworld.pyc'> has no attribute app
    INFO 2012-04-06 23:26:01,486 dev_appserver.py:2884] "GET /favicon.ico HTTP/1.1" 500 -
    Any kind of help would be highly appreciated.
    Last edited by shadyabhi (2012-04-07 15:46:54)

    If you're using python2.7 libraries there's an error with the tutorial
    This line is incorrect:
    application = webapp2.WSGIApplication([('/', MainPage)], debug=True)
    The correct line should be:
    app = webapp2.WSGIApplication([('/', MainPage)], debug=True)
    If it is asking for an "app" attribute, your code helloworld must have this attribute.
    See http://stackoverflow.com/questions/1005 … python-2-7

  • Integration with Google App Engine on iPhone

    Has anyone made an iPhone app that integrates with Google App Engine? Are there any restrictions on doing this?
    I have working python code for the client side, including authentication and sharing data, I'm thinking of migrating that code to Objective-C. Wanted to make sure it's OK and see what other people think.

    That's a good point, I was thinking my app would probably not be super popular, but I have no idea. A rough estimate of my app's behavior against the quotas gives me theoretically 65000 active users per day (limiting factor is HTTPRequest quota).
    In any case I am hardcoding a domain name that I own into the app. The server side code is also pretty simple, so if the quotas became a problem I can migrate to EC2 without too much code rewriting. Hopefully.

  • BlazeDS + Google App Engine

    Hi Guyz,
    BlazeDS is not working with Google App Engine. Although their is a quick fix provided by Martin Zoldano (http://martinzoldano.blogspot.com/2009/04/appengine-adobe-blazeds-fix.html ).
    Is their any plan for an official release with a fix for Google App Engine compatability?
    Thanks.

    Hi. There is no plan for this that I am aware of. I logged a feature request to add support for GAE which will get the issue on someone's radar.
    http://bugs.adobe.com/jira/browse/BLZ-444
    The fix does look pretty small so may be possible to get this added at some point but we'd probably also want to do some additional testing with GAE.
    -Alex

  • Plugin created using C++ 6 and Acrobat 6 SDK Not Working in Windows

    I have an Acrobat plugin compiled in Visual C++ 6 using Acrobat 6 SDK. The plugin works flawlessly in Acrobat versions 6 to 9 in Windows XP. While the plugin is able to add a menu iterm and tool bar icon in Windows 7, it causes Acrobat to hang everytime when activated in which event I have to close Acrobat. Since Visual C++ 6 is a 32 bit app, I have to believe that Acrobat 6 SDK is responsible for the behavior described herein in attempting to get the plugin to work in Windows 7. Any comments or suggestions regarding what Visual C++ version to use along with the appropriate Acrobat SDK to get the plugin to work in Windows 7 are appreciated. In doing so, I would also be interested in knowing what backward compatibility one may expect w/regard to previous versions of Acrobat in updating the plugin to work in Windows 7. As for the answer, correct me if I am wrong but I'm thinking Acrobat 9.

    Adobe hasn't supported Acrobat 6, VC6 or the Acrobat 6 SDK for at least 5 years.  You will need to move to the Acrobat 9 SDK if you wish support.
    And Acrobat 9 and its SDK are fine with Windows 7.
    From: Adobe Forums <[email protected]<mailto:[email protected]>>
    Reply-To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>>
    Date: Thu, 1 Dec 2011 01:15:42 -0800
    To: Leonard Rosenthol
    Subject: Re: Plugin created using C++ 6 and Acrobat 6 SDK Not Working in Windows Plugin created using C++ 6 and Acrobat 6 SDK Not Working in Windows
    Plugin created using C++ 6 and Acrobat 6 SDK Not Working in Windows
    created by gomfp49<http://forums.adobe.com/people/gomfp49> in Acrobat SDK - View the full discussion<http://forums.adobe.com/message/4056529#4056529

  • App store on itunes not working error iTune cannot connect to itune store unknown error the network conection is refused on windows 8

    app store on itunes not working error iTune cannot connect to itune store unknown error the network conection is refused on windows 8

    Microsoft Windows 8 Business Edition (Build 9200)
    Hewlett-Packard HP Pavilion dv6 Notebook PC
    iTunes 11.1.5.5
    QuickTime not available
    FairPlay 2.5.16
    Apple Application Support 3.0.1
    iPod Updater Library 11.1f5
    CD Driver 2.2.3.0
    CD Driver DLL 2.1.3.1
    Apple Mobile Device 7.1.1.3
    Apple Mobile Device Driver 1.64.0.0
    Bonjour 3.0.0.10 (333.10)
    Gracenote SDK 1.9.6.502
    Gracenote MusicID 1.9.6.115
    Gracenote Submit 1.9.6.143
    Gracenote DSP 1.9.6.45
    iTunes Serial Number 0150B8980AD913B8
    Current user is not an administrator.
    The current local date and time is 2014-03-18 04:37:01.
    iTunes is not running in safe mode.
    WebKit accelerated compositing is enabled.
    HDCP is supported.
    Core Media is supported.
    **** External Plug-ins Information ****
    No external plug-ins installed.
    iPodService 11.1.5.5 is currently running.
    iTunesHelper is currently not running.
    Apple Mobile Device service 3.3.0.0 is currently running.
    **** Network Connectivity Tests ****
    Network Adapter Information
    Adapter Name:    {240FD97D-8118-4928-BF4E-8A531F89D837}
    Description:    Microsoft Wi-Fi Direct Virtual Adapter
    IP Address:    0.0.0.0
    Subnet Mask:    0.0.0.0
    Default Gateway:    0.0.0.0
    DHCP Enabled:    Yes
    DHCP Server:   
    Lease Obtained:    Wed Dec 31 16:00:00 1969
    Lease Expires:    Wed Dec 31 16:00:00 1969
    DNS Servers:   
    Adapter Name:    {BCD0EF3F-C4A4-402C-969A-C46C079E56A6}
    Description:    Bluetooth Device (Personal Area Network)
    IP Address:    0.0.0.0
    Subnet Mask:    0.0.0.0
    Default Gateway:    0.0.0.0
    DHCP Enabled:    Yes
    DHCP Server:   
    Lease Obtained:    Wed Dec 31 16:00:00 1969
    Lease Expires:    Wed Dec 31 16:00:00 1969
    DNS Servers:   
    Adapter Name:    {DD5C0797-BC23-4732-85FE-AC59C926EE98}
    Description:    Realtek PCIe GBE Family Controller
    IP Address:    10.144.120.70
    Subnet Mask:    255.255.255.0
    Default Gateway:    10.144.120.1
    DHCP Enabled:    Yes
    DHCP Server:    10.144.120.3
    Lease Obtained:    Tue Mar 18 03:26:26 2014
    Lease Expires:    Mon Jun 16 03:26:26 2014
    DNS Servers:    10.144.5.30
            10.144.130.5
    Adapter Name:    {E7CA4853-FF4A-49AE-AA4E-06BB1DEE67D4}
    Description:    Ralink RT5390 802.11b/g/n WiFi Adapter
    IP Address:    0.0.0.0
    Subnet Mask:    0.0.0.0
    Default Gateway:    0.0.0.0
    DHCP Enabled:    Yes
    DHCP Server:   
    Lease Obtained:    Wed Dec 31 16:00:00 1969
    Lease Expires:    Wed Dec 31 16:00:00 1969
    DNS Servers:   
    Active Connection:    LAN Connection
    Connected:    Yes
    Online:        Yes
    Using Modem:    No
    Using LAN:    Yes
    Using Proxy:    No
    Firewall Information
    Windows Firewall is on.
    iTunes is NOT enabled in Windows Firewall.
    Connection attempt to Apple web site was unsuccessful.
    The network connection timed out.
    Basic connection to the store failed.
    The network connection was refused.
    Connection attempt to Gracenote server was successful.
    The network connection was refused.
    iTunes has never successfully accessed the iTunes Store.
    **** CD/DVD Drive Tests ****
    No drivers in LowerFilters.
    UpperFilters: GEARAspiWDM (2.2.3.0),
    F: hp DVD-RAM UJ8B1, Rev H.02
    Drive is empty.

  • Sending request from sap to google app engine

    Hi All,
    How to send request from sap to google app engine?.
    Regards
    Ramesh

    Hi Mark,
    Could not get which push button you have mentioned.I'm using the HTTP2_POST FM to send the request to google app engine.There is java code running on google app engine which has servlet request method getting request body from HTTP2_POST and in return java sends response to SAP using servlet response.The reponse comes in xml type text.When the request is sent to the google app engine there is no log update on the engine site when the request is sent;there is error on sap side at the time of response as there is no suitable data coming.
    Regards
    Ramesh

  • HT1904 How can I get a refund for apps in the apple App Store that do not work and are not what they said they wer

    How can I get a refund for apps in the apple App Store that do not work and are not what they said they wer

    You've tried deleting and redownloading them and seeing if they then work and tried contacting the developers ? If you have and they can't/won't help then try the 'report a problem' page to contact iTunes Support : http://reportaproblem.apple.com
    If the 'report a problem' link doesn't work then you can try contacting iTunes support via this page : http://www.apple.com/support/itunes/contact/- click on Contact iTunes Store Support on the right-hand side of the page, then Purchases, Billing & Redemption

  • My imac is running mountain lion and last night i downloaded maverick. in midst of installing it it said a powerPC app microsoft word would not work so i canceled the install for the time being. my questions is  if i choose to finish installing maverick

    my imac is running mountain lion and last night i downloaded maverick. in midst of installing it, it said a powerPC app microsoft word would not work so i canceled the install for the time being. my questions is  if i choose to finish installing maverick does that mean i will nevver be able to access word documents stored on my desktop? or do the word docs automatically convert to pages or what? i am so confused. would i be better off just sticking with mountain lion and send the maverick install to the trash? hoping someone will be able to answer my question though i am afraid the response is likely to be just stick with mountain lion so you can keep using word. i had been looking forward to maverick but it seems pretty drastic to not have access to microsoft word anymore by switching to maverick. hope someone has an answer so i can have the best of both worlds so to speak!

    thanks for your response Csound1 on the peninsula ... if i go ahead and install maverick and then download LibreOffice or OpenOffice will i then be able to access old microsoft word saved documents on my deskstop through those two free alternatives? i am not that knowledgeable about these things so i am not sure if you are saying i will just be able to use libreoffice or openoffice for creating new documents or whether i can access the saved microsoft docs? are they transferred to OO or LO or what and if editing of the old word docs is needed can i do that through the OO and LO programs or apps (see i am not even sure if i am using the correct vocabulary!) hope you can answer this as quick as the first question, so i can decide to stick with mountain lion and trash the maverick install or proceed with maverick install and hoppe that my microsoft word docs are still accessible through OO or LO or adding to myquestion will pages on maverick be able to open the old word documents? thanks again!

  • The file to download the app for Android is not working from my phone--it says that the file isn't there. However it does see the one for the Iphone (even though it can't use it). I'm very computer literate and am pretty sure the problem is on your end.

    The file to download the app for Android is not working from my phone--it says that the file isn't there. However it does see the one for the Iphone (even though it can't use it). I've tried it multiple times and continue to get the same message: "NOT FOUND The requested item could not be found". I also tried through the Market application on the phone but ended-up with the same result.
    I'm very computer literate and am pretty sure the problem is on your end. If this is the case then no one can download the app. I considered that perhaps because it's still in Beta that it was removed due to some other type of software issue. I would really like to use Firefox on my new Droid (2.0); when with this be available?

    Firefox will not appear in the Market for most phones with incompatible hardware. You can check if your phone is supported here:
    https://wiki.mozilla.org/Mobile/Platforms/Android
    Even on some supported devices, a bug in the Market software prevents Firefox from showing up. This may be related to the fairly recent Android Market app update. If you go to Settings/Applications/Market and choose "Uninstall" you can uninstall the update, and then search for and install Firefox from the marketplace.
    Or, if you have a supported phone, you can download the app directly by typing this address into your phone's browser: http://bit.ly/fxbeta3
    (Note: To download the app directly for an AT&T phone, you will have to search for instructions on "sideloading" the APK file, since AT&T disables the option to install from non-Market sources.)

  • App Store Search is not working in ipad3

    App store searching is not working in ipad3. It's displaying blank page.I connected to itune and restored. But still it problem is persisting. Please suggest anyone.

    Did you switch between iPad Apps and iPhone Apps while searching?
    Is the spelling correct? Is ithe app available in your country?

  • Drag and Drop from Photos app to Safari does not work (Regression to iPhoto)

    Drag And Drop from the new Photos app to Safari does not work. This worked perfectly with iPhoto before.
    I use this a lot to upload photos to a Wordpress blog. Is there a way to make this work again? Its a major regression to the old iPhoto behaviour -- at least for my workflow.
    Regards

    Use the Media Browser. This was written for iPhoto but it still works for 95% of Photos. It's the first option you want:
    https://discussions.apple.com/docs/DOC-4491

  • The 'Swipe to Camera app icon' function is not working.  I swipe across but the camera app doesn't start up at all.  Does anyone else have this problem?  Can it be fixed?

    The 'Swipe to Camera app icon' function is not working.  I swipe across but the camera app doesn't start up at all.  Does anyone else have this problem?  Can it be fixed?

    You don't swipe but actually press, hold and push up.

  • HT201359 I want refund purchased app - because it's not working. What to do?

    I want refund purchased app - because it's not working. What to do?
    iMessage™ Plus, v1.5 (4+)
    Write a Review Report a Problem
    Gennaro Graziano
    App
    reported problem
    downloaded on Iphone 4s appstore
    now they are sending me to somewhere Italy?

    did this and did that - this was all my this week study, when I recieved the bill:  then I thought - mony for nothing , its not fair .
    reported - answer
    Thank You
    Thank you for submitting your iTunes question to Apple. We respond to requests in the order they are received, and will contact you within 24 hours.
    IMPORTANT: There is a chance our response to you will be discarded by your spam filter. You should receive an acknowledgment email in approximately 15 minutes. Please check your inbox for our auto-acknowledgment email, which has just been sent to the email address you specified. If you don't see the email, look in your junk-mail folder. If you find it there, please mark the email as Not Junk and add @apple.com to your address book.

  • Someone stole my iPhone I have find my iPhone app but it's not working how can I add my iPhone to d app from my iPad???

    Someone stole my iPhone I have find my iPhone app but it's not working how can I add my iPhone to d app from my iPad???

    Having the app is irrelevant.
    The ONLY thing that matters is whether "Find My iPhone" was enabled on the missing device before it was lost/stolen.  If it was not enabled, there is nothing that can be done.

Maybe you are looking for

  • Why is my Macbook Pro so slow when I run VM Ware Fusion?

    My Macbook Pro is very slow when doing normal tasks (Mail especially) and slows to a stop when trying to run VM Ware Fusion. I need to run this to run a work program and that is the only thing that I do with Fusion. Everything seems to come to a halt

  • Problem with VO Extension

    Hi All, I have a requirement like , I need to change the query of the lov For this ,I extended the VO to incorporate the new query, this query has some bind parameters Now I extended the CO of the Lov to set the bind parameters of the VO query, but t

  • Set SoD detour condition on path level?

    Dear forum, We have a parallel workflow where the different paths are divided by business processes. We want that SoD free paths continue as normal. Problematic paths are sent for resolution. The problem as I see it is that the SoD detour condition i

  • Reports printing

    i have to run an report from menu. the problem is i have an diffrent sizes of reports so i have to change the page size everytime. for eg.( 1 report- A3transv 2 report- Germen SF ) so is there any utility in form 6i through which i can fix the sizes

  • How do I restore my pictures to iPhoto after my hard drive crashed?

    My 2010 MacBook Pro crashed in Summer of 2012, but I have some Time Machine backups from right before the crash. Once my computer was repaired, I brought it home and did a restore from the TM backup, but my iPhoto pictures didn't come with it. I have