Re: config errors on Freebsd and python 2.3

2006-01-09 Thread Mike Meyer
"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> writes: > Safeer Tabassum wrote: >> why you are not installing it from ports? > The port distribution doesn't build to support Tkinter. Looks like they changed that recently - because it used to build it by default. Tkinter is now installed by x11-toolkits/

Re: config errors on Freebsd and python 2.3

2006-01-09 Thread [EMAIL PROTECTED]
Safeer Tabassum wrote: > why you are not installing it from ports? > Python as installed from ports doesn't support Tkinter. Curtis -- http://mail.python.org/mailman/listinfo/python-list

Re: config errors on Freebsd and python 2.3

2006-01-09 Thread [EMAIL PROTECTED]
Safeer Tabassum wrote: > why you are not installing it from ports? > Python as installed from ports doesn't support Tkinter. Curtis -- http://mail.python.org/mailman/listinfo/python-list

Re: config errors on Freebsd and python 2.3

2006-01-09 Thread [EMAIL PROTECTED]
Safeer Tabassum wrote: > why you are not installing it from ports? > The port distribution doesn't build to support Tkinter. That's why I started building python from source. And since I'm building from source I can be more up-to-date then the ports distribution, and include pil, pmw, etc in the b

Re: config errors on Freebsd and python 2.3

2006-01-09 Thread [EMAIL PROTECTED]
Safeer Tabassum wrote: > why you are not installing it from ports? > The port distribution doesn't build to support Tkinter. That's why I started building python from source. And since I'm building from source I can be more up-to-date then the ports distribution, and include pil, pmw, etc in the

Re: config errors on Freebsd and python 2.3

2006-01-09 Thread [EMAIL PROTECTED]
Safeer Tabassum wrote: > why you are not installing it from ports? > The port distribution doesn't build to support Tkinter. That's why I started building python from source. And since I'm building from source I can be more up-to-date then the ports distribution, and include pil, pmw, etc in the

Re: config errors on Freebsd and python 2.3

2006-01-07 Thread Safeer Tabassum
why you are not installing it from ports? ""Martin v. Löwis"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > David Bear wrote: >> I don't plan on using curses -- so I'd like to ignore this. But, I'm just >> wondering if there is an 'easy' fix... > > Not really, no. It's safe to ig

Re: config errors on Freebsd and python 2.3

2006-01-07 Thread [EMAIL PROTECTED]
David Bear wrote: > I need python 2.3. I have freebsd 4.10-releng. when configuring python I > received the following: > > ./configure --prefix=/home/webenv > config-results >... > > I don't plan on using curses -- so I'd like to ignore this. But, I'm just > wondering if there is an 'easy' fix...

Re: config errors on Freebsd and python 2.3

2006-01-06 Thread Martin v. Löwis
David Bear wrote: > I don't plan on using curses -- so I'd like to ignore this. But, I'm just > wondering if there is an 'easy' fix... Not really, no. It's safe to ignore. Regards, Martin -- http://mail.python.org/mailman/listinfo/python-list

config errors on Freebsd and python 2.3

2006-01-05 Thread David Bear
I need python 2.3. I have freebsd 4.10-releng. when configuring python I received the following: ./configure --prefix=/home/webenv > config-results configure: WARNING: curses.h: present but cannot be compiled configure: WARNING: curses.h: check for missing prerequisite headers? configure: WARN