On Jul 26, 2009, at 10:37 AM, Chris Rebert wrote:
On Sun, Jul 26, 2009 at 1:12 AM, Jessica R
Smith wrote:
Hello,
I am trying to compile Python 2.6.2 on my Mac which has os/x 10.5.7
I downloaded python 2.6.2 from here:
- http://www.python.org/ftp/python/2.6.2/Python-2.6.2.tar.bz2
I unpacked
Jessica Smith schrieb:
Chris thanks!!
other members:
I read this:
- http://chrismiles.livejournal.com/25648.html
I did this:
- install mac ports
- port install readline
- vi setup.py
def detect_modules(self):
# Ensure that /usr/local is always used
add_dir_to_list
Chris thanks!!
other members:
I read this:
- http://chrismiles.livejournal.com/25648.html
I did this:
- install mac ports
- port install readline
- vi setup.py
def detect_modules(self):
# Ensure that /usr/local is always used
add_dir_to_list(self.compiler.library_di
On Sun, Jul 26, 2009 at 1:12 AM, Jessica R
Smith wrote:
> Hello,
> I am trying to compile Python 2.6.2 on my Mac which has os/x 10.5.7
>
> I downloaded python 2.6.2 from here:
> - http://www.python.org/ftp/python/2.6.2/Python-2.6.2.tar.bz2
>
> I unpacked it.
>
> I ran these shell commands:
> - ./