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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T20:17:50+00:00 2026-05-23T20:17:50+00:00

I know that I can install Jython with Java and that I can use

  • 0

I know that I can install Jython with Java and that I can use Jython where I use Python. The Jython shell is working fine.

In Jython, how can I install libraries like lxml, Scrappy and BeautifulSoup that I’d normally install via pip or easy_install

  • 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-23T20:17:51+00:00Added an answer on May 23, 2026 at 8:17 pm

    Some Python modules, like lxml, have required components in C. These won’t work in Jython.

    Most Python packages will work fine, and you can install them using the same tools as you use in CPython. This is described in Appendix A of Jython Book:

    To get setuptools, download ez_setup.py from
    http://peak.telecommunity.com/dist/ez_setup.py. Then, go to the
    directory where you left the downloaded file and execute:

    $ jython ez_setup.py
    

    [The easy_install script will be] installed to the bin directory of
    the Jython installation (/home/lsoto/jython2.5.0/bin in the example
    above). If you work frequently with Jython, it’s a good idea to
    prepend this directory to the PATH environment variable, so you don’t
    have to type the whole path each time you want to use easy_install or
    other scripts installed to this directory.

    Testing it myself, after installing setuptools in Jython, pip installed correctly:

    $ sudo /usr/bin/jython2.5.2b1/bin/easy_install pip
    Searching for pip
    [...]
    Installing pip-2.5 script to /usr/bin/jython2.5.2b1/bin
    Installing pip script to /usr/bin/jython2.5.2b1/bin
    
    Installed /usr/bin/jython2.5.2b1/Lib/site-packages/pip-1.0.2-py2.5.egg
    Processing dependencies for pip
    Finished processing dependencies for pip
    
    $ sudo /usr/bin/jython2.5.2b1/bin/pip install bottle
    Downloading/unpacking bottle
      Downloading bottle-0.9.6.tar.gz (45Kb): 45Kb downloaded
      Running setup.py egg_info for package bottle
        Installing collected packages: bottle
      Running setup.py install for bottle
    Successfully installed bottle
    Cleaning up...
    
    $ jython
    Jython 2.5.2b1 (Release_2_5_2beta1:7075, Jun 28 2010, 07:44:20) 
    [Java HotSpot(TM) 64-Bit Server VM (Apple Inc.)] on java1.6.0_26
    Type "help", "copyright", "credits" or "license" for more information.
    >>> import bottle
    >>> bottle
    <module 'bottle' from '/usr/bin/jython2.5.2b1/Lib/site-packages/bottle$py.class'>
    >>>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I know that I can do something like $int = (int)99; //(int) has a
I know that you can use a dummy int parameter on operator++ and operator--
I know that you can run almost all Java in Dalvik's VM that you
Does anyone know how I can Dynamically create an installation package that installs files
I know that can co-exists with web form no problem as Hanselman mention here
I know that it's a subject that can raise a lot of debate, but
I know that you can insert multiple rows at once, is there a way
I know that JTable can sort by a single column. But is it possible
I know that I can share files using Shared Folders in Virtual PC, but
I know that I can insert multiple rows using a single statement, if I

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.