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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T18:39:03+00:00 2026-05-31T18:39:03+00:00

My sytem: Windows, Python 2.7 I downloaded a package and want to include it

  • 0

My sytem: Windows, Python 2.7

I downloaded a package and want to include it in my script.

After I unzipped the package, here is my folder structure:

  • Work
    • xlwt-0.7.3 (contains a setup.py)
      • xlwt (contains __init__.py among others)

My script runs from the top-level (Work) folder.

Using import xlwt in my script produces:

ImportError: No Module named xlwt

How do I import xlwt?

  • 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-05-31T18:39:05+00:00Added an answer on May 31, 2026 at 6:39 pm

    First off, try using easy_install or pip to install it into your pythonpath:

    easy_install xlwt
    

    or

    pip install xlwt
    

    These are python package managers/installers and make the whole process so much easier. But if you have already downloaded it manually, you still need to install it:

    python setup.py install
    

    Then it will be available in your python path for import. If you find that you don’t have easy_install, manually download this: http://peak.telecommunity.com/dist/ez_setup.py and do python ez_setup.py, and then continue the instructions. Best choice though is to install pip and use it for your package installations. If you have easy_install, but not pip, you can do easy_install pip

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

Sidebar

Related Questions

I want to install OSQA on a local Windows system. I've downloaded bitnami-djangostack-1.1.1-2-windows-installer.exe, which
I want to program a virtual file system in Windows with Python. That is,
How would I go about getting the Windows/System folder paths in python? I need
I am trying to write a python script on Windows 7 to interact with
I want to write a folder on a windows system, Vista and Win7 with
I have downloaded the Python 2.7.2 Windows x86 32-bit MSI from python.org and installed
I have a System.Windows.Forms.ComboBox on a form and I want to capture the event
I have a System.Windows.Forms.Button control, and I want to add a hover-text explanation of
I am using Windows 7 and trying to install mysql-python. > easy_install MySQL-python Searching
I'm using Python 2.6 and cx_Freeze 4.1.2 on a Windows system. I've created the

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.