Ah---I didn't realize that pybibliographer isn't a Fink package. There's a couple of things to do:

1) Check the config.log file in the pybibliographer build directory to see what file it can't find.

2) Make sure you've set your environment up as per http://fink.sourceforge.net/faq/usage-general.php#compile-myself

--AH

Ok I found the config.log

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by configure, which was
generated by GNU Autoconf 2.59.  Invocation command line was

  $ ./configure --prefix=/sw

## --------- ##
## Platform. ##
## --------- ##

hostname = Kettlebridge.local
uname -m = Power Macintosh
uname -r = 7.8.0
uname -s = Darwin
uname -v = Darwin Kernel Version 7.8.0: Wed Dec 22 14:26:17 PST 2004; root:xnu/xnu-517.11.1.obj~1/RELEASE_PPC


/usr/bin/uname -p = powerpc
/bin/uname -X     = unknown

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
hostinfo               = Mach kernel version:
         Darwin Kernel Version 7.8.0:
Wed Dec 22 14:26:17 PST 2004; root:xnu/xnu-517.11.1.obj~1/RELEASE_PPC


Kernel configured for a single processor only. 1 processor is physically available. Processor type: ppc7450 (PowerPC 7450) Processor active: 0 Primary memory available: 2048.00 megabytes. Default processor set: 77 tasks, 180 threads, 1 processors Load average: 2.66, Mach factor: 0.24 unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown

PATH: /sw/share/xtal/ccsl/exe
PATH: /sw/bin
PATH: /sw/sbin
PATH: /bin
PATH: /usr/bin
PATH: /sbin
PATH: /usr/sbin
PATH: /usr/X11R6/bin


## ----------- ## ## Core tests. ## ## ----------- ##

configure:1262: checking for a BSD-compatible install
configure:1317: result: /usr/bin/install -c
configure:1328: checking whether build environment is sane
configure:1371: result: yes
configure:1404: checking for gawk
configure:1420: found /sw/bin/gawk
configure:1430: result: gawk
configure:1440: checking whether make sets $(MAKE)
configure:1460: result: yes
configure:1627: checking whether ln -s works
configure:1631: result: yes
configure:1641: checking for python
configure:1659: found /usr/bin/python
configure:1672: result: /usr/bin/python
configure:1688: checking python requirements
configure:1715: result: no
configure:1717: error: error in python modules dependencies: No module named pygtk


## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_path_Python=/usr/bin/python
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_make_make_set=yes

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /sw/src/pybliographer-1.2.6-1/pybliographer-1.2.6/missing --run aclocal-1.7'
AMTAR='${SHELL} /sw/src/pybliographer-1.2.6-1/pybliographer-1.2.6/missing --run tar'
AUTOCONF='${SHELL} /sw/src/pybliographer-1.2.6-1/pybliographer-1.2.6/missing --run autoconf'
AUTOHEADER='${SHELL} /sw/src/pybliographer-1.2.6-1/pybliographer-1.2.6/missing --run autoheader'
AUTOMAKE='${SHELL} /sw/src/pybliographer-1.2.6-1/pybliographer-1.2.6/missing --run automake-1.7'
AWK='gawk'
CYGPATH_W='echo'
DEFS=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
LIBOBJS=''
LIBS=''
LN_S='ln -s'
LTLIBOBJS=''
MAKEINFO='${SHELL} /sw/src/pybliographer-1.2.6-1/pybliographer-1.2.6/missing --run makeinfo'
PACKAGE='pybliographer'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
Python='/usr/bin/python'
SET_MAKE=''
SHELL='/bin/sh'
STRIP=''
VERSION='1.2.6'
ac_ct_STRIP=''
am__leading_dot='.'
bindir='${exec_prefix}/bin'
build_alias=''
datadir='${prefix}/share'
exec_prefix='NONE'
host_alias=''
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/sw/src/pybliographer-1.2.6-1/pybliographer-1.2.6/install- sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
oldincludedir='/usr/include'
prefix='/sw'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''


## ----------- ##
## confdefs.h. ##
## ----------- ##

#define PACKAGE "pybliographer"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define VERSION "1.2.6"

configure: exit 1

Am I correct in thinking that this means it is trying to use python form /usr/bin, see line Python='/usr/bin/python' and
configure:1659: found /usr/bin/python
configure:1672: result: /usr/bin/python
configure:1688: checking python requirements
configure:1715: result: no
configure:1717: error: error in python modules dependencies: No module named pygtk
in the above ??? If so, no wonder it can't find pygtk on my system.


Don
------------------------------------------------------------------------ -----------------------


Professor Don McKenzie Paul                                     tel:  024 76 
523603
Department of Physics                                           fax: 024 76 
692016
University of Warwick                           email :  [EMAIL PROTECTED]
Coventry CV4 7AL
UK



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to