Hello,

I'm trying to install pygtk 2.14.1 for python 2.6 installed on my freebsd 7.2 (some many versions, I know ).

Freebsd 7.2 came with bundled python 2.5, who has pygtk already installed. But I wanna use python 2.6, so I started to install also pygtk for it.

I've downloaded tar archive from pygtk site, and done:

Code:
PYTHON=/usr/local/bin/python2.6
export PYTHON
./configure
This part went ok, configuration script correctly detected python2.6 & stuff. Then make and got the following error (after some compilation):

Code:
...
Making all in examples
Syntax error: redirection unexpected
Error code 2
...
Have anyone an idea what is wrong, or how can I alternative install pygtk?

Thanks in advance,
Cristian
 


_______________________________________________
pygtk mailing list   [email protected]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/

Reply via email to