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

  • Home
  • SEARCH
  • 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 846709
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T06:39:35+00:00 2026-05-15T06:39:35+00:00

I can’t make python bindings for webdriver workable. Here is tutorial for installing. easy_install

  • 0

I can’t make python bindings for webdriver workable. Here is tutorial for installing.

easy_install webdriver

Won’t find webdriver package so I have to install it manually from sources. I’ve downloaded source from trunk, set WEBDRIVER and PYTHONPATH variables and installed webdriver:

   ~$ cd ~
   ~$ svn checkout http://selenium.googlecode.com/svn/trunk/ selenium-read-only
   ~$ cd selenium-read-only
   ~# python setup.py install
   ~$ env |grep PYT
   ~$> PYTHONPATH=:/home/ockonal/selenium-read-only/../../../firefox/lib-src:/home/ockonal/selenium-read-only/..
   ~$ env |grep WEB
   ~$> WEBDRIVER=/home/ockonal/selenium-read-only

Here is output of setup.py script.

Then I downloaded RemoteDriverServer.jar and ran it:

java -jar RemoteDriverServer.jar 8888

Now I want to include webdriver module in python script:

from selenium.firefox.webdriver import WebDriver

ImportError: No module named firefox.webdriver

  • 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-15T06:39:35+00:00Added an answer on May 15, 2026 at 6:39 am

    Try this.

    I’m guessing that selenium was installed to:

    /usr/local/lib/python2.6/
    

    In either the site-packages or dist-packages folder.

    Since the link to your setup.py output is broken I can’t see the results so I’m going to make some assumptions based on a ‘normal’ setup.py install

    One of these folders should exist:

    /usr/local/lib/python2.6/dist-packages/selenium/firefox/
    

    or

    /usr/local/lib/python2.6/site-packages/selenium/firefox/
    

    This is the folder where the python library should exist based on the setup.py how the packages are defined in setup.py.

    Now go back to the folder where you downloaded the source and navigate to.

    ./firefox/source/py/
    

    Copy the all of the source files to whichever one of these two files exist.

    /usr/local/lib/python2.6/dist-packages/selenium/firefox/
    

    or

    /usr/local/lib/python2.6/site-packages/selenium/firefox/
    

    This is the equivalent to a ‘manual install’. Although I’m not sure why you’d need to because the firefox parts of the package are clearly specified in the setup.py source.

    ...
    
    'selenium.firefox': 'firefox/src/py',
    ...
    

    If there is nothing for selenium under the site-packages or dist-packages folders the ‘setup.py install’ may not have installed correctly because it didn’t have the required permissions.

    Be sure to run ‘setup.py install’ with sudo if you haven’t already. Since, root permissions are necessary to modify/add anything under ‘/usr’.

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

Sidebar

Ask A Question

Stats

  • Questions 444k
  • Answers 444k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer Use the Response.ContentType property at the top of your .cshtml… May 15, 2026 at 6:35 pm
  • Editorial Team
    Editorial Team added an answer I found that ConfigurationManager.AppSettings["key"] (requires System.Configuration assembly reference) will return… May 15, 2026 at 6:35 pm
  • Editorial Team
    Editorial Team added an answer UIData components can only iterate over an T[], List<E> or… May 15, 2026 at 6:35 pm

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.