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 8840399
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T10:27:23+00:00 2026-06-14T10:27:23+00:00

I get this error when I try to runserver any of my projects while

  • 0

I get this error when I try to runserver any of my projects while I’m running my virtual env (workon django1.2)

the error :

ImportError: cannot import name "urandom"

after researching the issue I found this:

Warning Python bugfix releases 2.6.8, 2.7.3, 3.1.5 and 3.2.3 include a change that will cause “import random” to fail with “cannot
import name urandom” on any virtualenv created on a Unix host with an
earlier release of Python 2.6/2.7/3.1/3.2,
if the underlying system Python is upgraded. This is due to the fact that a virtualenv uses the system Python’s standard library but
contains its own copy of the Python interpreter,
so an upgrade to the system Python results in a mismatch between the version of the Python interpreter and the version of the standard
library.
It can be fixed by removing $ENV/bin/python and re-running virtualenv on the same target directory with the upgraded Python.

but running ENV/bin/python gives me :

bash: ENV/bin/python: No file or directory of this type

Where can I find my virtualen directory?

I understand very little about virtualenvs so please bear with me

thanks

  • 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-14T10:27:24+00:00Added an answer on June 14, 2026 at 10:27 am

    You have to recreate your virtual environment.

    My guess is that the following has happended:

    1. You created a virtualenv
    2. At some later point in time, the system’s Python installation was updated with the urandom security bugfix.
    3. Your virtualenv (created from a previous Python point release) does not work anymore (due to the issue you mention in your question)

    The simplest fix is to delete your virtual environment and create a new one:

    $ rm -r VIRTUALENVDIR
    $ virtualenv VIRTUALENVDIR
    $ . VIRTUALENVDIR/bin/activate
    
    # then pip install any required packages, if your project has a requirements.txt file,
    # this is simply:
    $ pip install -r requirements.txt
    
    # otherwise, you will have to install each package
    $ pip install packagename
    $ pip install packagename==version
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I get this error when i try to upload an image: OSError at /upload/
I get this error when I try to use time_ago_in_words : Comparison of String
Working with H2 I get this error when I try to write a row
I get this RSpec error when I try to embed one document in another.
I get this error FB is not defined when i try to run this
when i try to view the databases in mysql i get this error: ERROR
When I try to go to this url: http://localhost:3000/lessons/18/pages , I get this error:
Whenever I try installing anything using gem, I get this error - murtaza@murtaza-dev:~$ sudo
whenever I try to call my ejb from a client, I get this error
I get this wired error only when I try to access the web page

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.