Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9144287
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T10:13:57+00:00 2026-06-17T10:13:57+00:00

Okay, I am giving up. I cannot fix error message when I run my

  • 0

Okay, I am giving up. I cannot fix error message when I run my web2py app on google app engine. I have next output:

WARNING  2013-01-17 01:59:14,379 py_zipimport.py:139] Can't open zipfile 
/usr/local/lib/python2.7/dist-packages/setuptools-0.6c11-py2.7.egg: 
IOError: [Errno 13] file not accessible: '/usr/local/lib/python2.7/dist-
packages/setuptools-0.6c11-py2.7.egg'

WARNING  2013-01-17 01:59:14,380 py_zipimport.py:139] Can't open zipfile 
/usr/local/lib/python2.7/dist-packages/utils-0.1-py2.7.egg: IOError: [Errno 
13] file not accessible: '/usr/local/lib/python2.7/dist-packages/utils-
0.1-py2.7.egg'

ERROR    2013-01-17 01:59:14,490 dev_appserver_import_hook.py:1251] Third 
party package Crypto must be included in the "libraries:" clause of your 
app.yaml file in order to be imported.

WARNING  2013-01-17 01:59:14,727 dev_appserver_import_hook.py:557] Blocking 
access to skipped file "/home/michael/webdev/web2py/gluon/rocket.py"

I tired to add Crypto library to app.yaml but GAE does not support it.
Also, I cannot understand why “file is not accessible”.
Any ideas what is going on?

EDIT
my app.yaml file is :

application: wormsapp
version: 1
api_version: 1

# use this line for Python 2.5
#
#runtime: python

# use these lines for Python 2.7
# upload app with: appcfg.py update web2py (where 'web2py' is web2py's root     directory)
#
runtime: python27
threadsafe: true    # true for WSGI & concurrent requests (Python 2.7 only)

default_expiration: "24h"   # for static files

handlers:

- url: /(?P<a>.+?)/static/(?P<b>.+)
  static_files: applications/\1/static/\2
  upload: applications/(.+?)/static/(.+)
  secure: optional


#- url: /favicon.ico
#  static_files: applications/welcome/static/favicon.ico
#  upload: applications/welcome/static/favicon.ico

- url: /favicon.ico
  static_files: applications/crowdrandk/static/favicon.ico
  upload: applications/crowdrank/static/favicon.ico

- url: /robots.txt
  static_files: applications/welcome/static/robots.txt
  upload: applications/welcome/static/robots.txt

- url: .*
#  script: gaehandler.py         # CGI
  script: gaehandler.wsgiapp    # WSGI (Python 2.7 only)
  secure: optional

admin_console:
  pages:
  - name: Appstats
    url: /_ah/stats

skip_files: |
 ^(.*/)?(
 (app\.yaml)|
 (app\.yml)|
 (index\.yaml)|
 (index\.yml)|
 (#.*#)|
 (.*~)|
 (.*\.py[co])|
 (.*/RCS/.*)|
 (\..*)|
 (applications/(admin|examples)/.*)|
 ((admin|examples|welcome)\.(w2p|tar))|
 (applications/.*?/(cron|databases|errors|cache|sessions)/.*)|
 ((logs|scripts)/.*)|
 (anyserver\.py)|
 (web2py\.py)|
 ((cgi|fcgi|modpython|wsgi)handler\.py)|
 (epydoc\.(conf|css))|
 (httpserver\.log)|
 (logging\.example\.conf)|
 (route[rs]\.example\.py)|
 (setup_(app|exe)\.py)|
 (splashlogo\.gif)|
 (parameters_\d+\.py)|
 (options_std.py)|
 (gluon/tests/.*)|
 (gluon/(rocket|winservice)\.py)|
 (contrib/(gateways|markdown|memcache|pymysql)/.*)|
 (contrib/(populate|taskbar_widget)\.py)|
 (google_appengine/.*)|
 (.*\.(bak|orig))|
 )$

builtins:
- remote_api: on
- appstats: on
- admin_redirect: on
- deferred: on

libraries:
- name: numpy
  version: "latest"
- name: setuptools
  version: "latest"
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T10:13:58+00:00Added an answer on June 17, 2026 at 10:13 am

    Add this to libraries:

    - name: pycrypto
      version: "2.6"
    

    or

     - name: pycrypto
       version: latest 
    

    It should work.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Okay, so for some reason this is giving me a error as seen here:
Okay, next PHPExcel question. I have an HTML form that users fill out and
Okay so I have tried to implement Google Maps as a background to my
Okay I have installed a theme in wordpress that returns a few errors. Warning:
Okay so I have a list of addresses and next them there is a
I cannot figure out why make is giving me this. I run make clean;
Okay this question is very simple: I have a facebook page, and a website.
Okay, I have the following create action #posts_controller, nested resource under discussions def create
Okay, so I have my post.php page. If you are not logged in, you'll
Okay - I have a dilemma. So far my script converts page titles into

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.