MacPython and more modules

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • cybersamurai@mac.com

    MacPython and more modules

    I install MacPython 2.3 on a Jaguar 2.6 on my house but I don't know
    how I install others modules. When I use python setup install the
    module is installed on usr/lib/... and not inside frameworks. How I can
    solve this??

    Thanks about help me.


  • Michael S. Jessop

    #2
    Re: MacPython and more modules

    I do it from the command line. Invoke the setup.py with the
    appropriate python binary (likely to be /usr/local/bin/python2.3) and
    it automagically installs to the appropriate site-packages folder under
    /Library/Frameworks/Python.framewor k/Versions/...

    Good luck!

    Mike J.

    In article <mailman.105813 7221.19385.pyth [email protected] >,
    <cybersamurai@m ac.com> wrote:
    [color=blue]
    > I install MacPython 2.3 on a Jaguar 2.6 on my house but I don't know
    > how I install others modules. When I use python setup install the
    > module is installed on usr/lib/... and not inside frameworks. How I can
    > solve this??
    >
    > Thanks about help me.
    >
    >[/color]

    Comment

    Working...