Okay, that worked on PyORBit, but here is the output from running
'./configure --prefix=/usr/local' in the gnome-python folder:
checking for pygtk-2.0 >= 2.0.0... Package pygtk-2.0 was not found
in the pkg-config search path.
Perhaps you should add the directory containing `pygtk-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'pygtk-2.0' found
configure: error: Library requirements (pygtk-2.0 >= 2.0.0) not met;
consider adjusting the PKG_CONFIG_PATH environment variable if your
libraries are in a nonstandard prefix so pkg-config can find them.
Thanks,
Chris
-----Original Message-----
From: James Henstridge [mailto:[EMAIL PROTECTED]
Sent: Tuesday, September 09, 2003 9:45 AM
To: Shaffer, Chris
Cc: [EMAIL PROTECTED]
Subject: Re: [pygtk] Install Problems
On 09/09/03 20:05, Shaffer, Chris wrote:
> Help!!! I'm having problems installing the latest gnome-python and
> PyORBit on my mandrake 9.1 box. I have python2.3 installed from src,
> as well as the latest-greatest pygtk2 (from src). Both work fine (at
> least with my apps)...
>
> When I try and install PyORBit, I get this:
>
> [EMAIL PROTECTED] pyorbit-2.0.0]# python setup.py build
> running build
> running build_py
> file CORBA.py (for module CORBA) not found
> file PortableServer.py (for module PortableServer) not found
> file CORBA.py (for module CORBA) not found
> file PortableServer.py (for module PortableServer) not found
> running build_ext
> building 'ORBit' extension
> gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall
> -Wstrict-prototypes -fPIC -DORBIT2_STUBS_API=1
> -I/usr/include/orbit-2.0 -I/usr/include/linc-1.0
> -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
> -I/usr/local/include/python2.3 -c src/ORBitmodule.c -o
> build/temp.linux-i686-2.3/src/ORBitmodule.o
>
> src/ORBitmodule.c: In function `initORBit':
> src/ORBitmodule.c:424: `PYORBIT_MAJOR_VERSION' undeclared (first
> use in this function)
> src/ORBitmodule.c:424: (Each undeclared identifier is reported
> only once
> src/ORBitmodule.c:424: for each function it appears in.)
> src/ORBitmodule.c:425: `PYORBIT_MINOR_VERSION' undeclared (first
> use in this function)
> src/ORBitmodule.c:426: `PYORBIT_MICRO_VERSION' undeclared (first
> use in this function)
> error: command 'gcc' failed with exit status 1
>
> And when I attempt to install gnome-python:
>
> [EMAIL PROTECTED] gnome-python-2.0.0]# python setup.py install
> Could not find PyGTK
> Aborting
>
> What am I missing? Thanks in advance!
>
Try using the configure scripts instead:
./configure --prefix=<prefix where python is installed>
make
make install
James.
--
Email: [EMAIL PROTECTED]
WWW: http://www.daa.com.au/~james/
*****
"The information transmitted is intended only for the person or entity to
which it is addressed and may contain confidential, proprietary, and/or
privileged material. Any review, retransmission, dissemination or other use
of, or taking of any action in reliance upon, this information by persons or
entities other than the intended recipient is prohibited. If you received
this in error, please contact the sender and delete the material from all
computers."
_______________________________________________
pygtk mailing list [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/