Nmap Development mailing list archives

Re: Final (perhaps) release candidate: Nmap 4.49RC4


From: Jay Chandler <lists () sequestered net>
Date: Sat, 08 Dec 2007 12:17:59 -0800

David Fifield wrote:
On Fri, Dec 07, 2007 at 05:10:27PM -0800, Jay Chandler wrote:
  
Jay Chandler wrote:
    
Interesting.

singularity:~ jay$ zenmap
Traceback (most recent call last):
  File "/usr/local/bin/zenmap", line 31, in <module>
    from zenmapCore.Name import APP_NAME, APP_DISPLAY_NAME
ImportError: No module named zenmapCore.Name
singularity:~ jay$

Looks like we're now having DIFFERENT problems on Leopard with 
zenmap...  Thoughts anyone?
      

I don't get it... How did zenmap get into /usr/local/bin before you
installed? Did you just copy the file over?

  
Went into the zenmap source directory, did a 'python setup.py install'


Now:

singularity:zenmap jay$ zenmap
Error in sys.excepthook:
Traceback (most recent call last):
  File "/usr/local/bin/zenmap", line 60, in excepthook
    import gtk
ImportError: No module named gtk

Original exception was:
Traceback (most recent call last):
  File "/usr/local/bin/zenmap", line 151, in <module>
    app.run()
  File "/Library/Python/2.5/site-packages/zenmapGUI/App.py", line 96, in run
    self.__run_gui()
  File "/Library/Python/2.5/site-packages/zenmapGUI/App.py", line 100, 
in __run_gui
    import gtk
ImportError: No module named gtk
singularity:zenmap jay$ port installed |grep gtk
  gtk1 @1.2.10_6 (active)
  gtk2 @2.12.3_0+x11 (active)
  gtkspell2 @2.0.11_0 (active)
  py25-gtk @2.12.0_0 (active)
singularity:zenmap jay$
    

I'd appreciate if you could send to me (doesn't necessarily have to go
to the list) the output of the following commands:

./configure
make
make install
python -c 'import sys; print "\n".join(sys.path)'
python -c 'import gtk'
port contents py25-gtk

Basically, I want to see if configure and make are building Zenmap all
right (python setup.py install shouldn't be necessary) and if PyGTK is
installed in Python's package search path.

Thanks for all your reports so far.

David Fifield
  

Sure!


I'm not shy; see below.  Warning:  This is kinda long.

bash-3.2# ./configure PYTHON=/opt/local/bin/python2.5
checking build system type... i386-apple-darwin9.1.0
checking host system type... i386-apple-darwin9.1.0
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for inline... inline
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for g++... AVAILABLE
checking whether the compiler is gcc 4 or greater... yes
checking for __func__... yes
checking for strip... /usr/bin/strip
checking for main in -lm... yes
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... rm: conftest.dSYM: is a directory
rm: conftest.dSYM: is a directory
yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking sys/sockio.h usability... yes
checking sys/sockio.h presence... yes
checking for sys/sockio.h... yes
checking for library containing setsockopt... none required
checking for library containing gethostbyname... none required
checking whether /opt/local/bin/python2.5 version >= 2.4... yes
checking for /opt/local/bin/python2.5 version... 2.5
checking for /opt/local/bin/python2.5 platform... darwin
checking for /opt/local/bin/python2.5 script directory... 
${prefix}/lib/python2.5/site-packages
checking for /opt/local/bin/python2.5 extension module directory... 
${exec_prefix}/lib/python2.5/site-packages
checking openssl/ssl.h usability... yes
checking openssl/ssl.h presence... yes
checking for openssl/ssl.h... yes
checking for BIO_int_ctrl in -lcrypto... yes
checking for SSL_new in -lssl... yes
checking pcap.h usability... yes
checking pcap.h presence... yes
checking for pcap.h... yes
checking for pcap_datalink in -lpcap... yes
checking if libpcap version is recent enough... yes
checking pcre.h usability... no
checking pcre.h presence... no
checking for pcre.h... no
checking pcre/pcre.h usability... no
checking pcre/pcre.h presence... no
checking for pcre/pcre.h... no
checking for library containing dlopen... none required
checking lua.h usability... no
checking lua.h presence... no
checking for lua.h... no
checking lua/lua.h usability... no
checking lua/lua.h presence... no
checking for lua/lua.h... no
checking for lua version >= 501... no
checking if sockaddr{} has sa_len member... yes
checking whether byte ordering is bigendian... no
checking if struct in_addr is a wacky huge structure (some Sun boxes)... no
checking if struct icmp exists... yes
checking if struct ip exists... yes
checking if struct ip has ip_sum member... yes
checking for strerror... yes
checking for type of 6th argument to recvfrom()... socklen_t
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: config.h is unchanged
configure: configuring in libpcre
configure: running /bin/sh './configure' --prefix=/usr/local  
'PYTHON=/opt/local/bin/python2.5' --cache-file=/dev/null --srcdir=.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./../install-sh -c -d
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for ranlib... ranlib
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking dirent.h usability... yes
checking dirent.h presence... yes
checking for dirent.h... yes
checking windows.h usability... no
checking windows.h presence... no
checking for windows.h... no
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking for long long... yes
checking for unsigned long long... yes
checking for bcopy... yes
checking for memmove... yes
checking for strerror... yes
checking for strtoq... yes
checking for strtoll... yes
checking build system type... i386-apple-darwin9.1.0
checking host system type... i386-apple-darwin9.1.0
configure: creating ./config.status
config.status: creating Makefile
config.status: creating pcre-config
config.status: creating pcre.h
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing script-chmod commands
config.status: executing delete-old-chartables commands
configure: configuring in libdnet-stripped
configure: running /bin/sh './configure' --prefix=/usr/local  
'PYTHON=/opt/local/bin/python2.5' --cache-file=/dev/null --srcdir=.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking build system type... i386-apple-darwin9.1.0
checking host system type... i386-apple-darwin9.1.0
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for a BSD-compatible install... /usr/bin/install -c
checking for a sed that does not truncate output... /usr/bin/sed
checking for egrep... grep -E
checking for ld used by gcc... /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld
checking if the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) is 
GNU ld... no
checking for /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld option to 
reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -p
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
rm: conftest.dSYM: is a directory
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for gfortran... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether  accepts -g... no
checking the maximum length of command line arguments... 65536
checking command to parse /usr/bin/nm -p output from gcc object... rm: 
conftest.dSYM: is a directory
rm: conftest.dSYM: is a directory
rm: conftest.dSYM: is a directory
rm: conftest.dSYM: is a directory
ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag  works... rm: conftest.dSYM: is a directory
yes
checking if gcc supports -fno-rtti -fno-exceptions... rm: conftest.dSYM: 
is a directory
no
checking for gcc option to produce PIC... -fno-common
checking if gcc PIC flag -fno-common works... rm: conftest.dSYM: is a 
directory
yes
checking if gcc supports -c -o file.o... rm: conftest.dSYM: is a directory
yes
checking whether the gcc linker 
(/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared 
libraries... yes
checking dynamic linker characteristics... darwin9.1.0 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld
checking if the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) is 
GNU ld... no
checking whether the g++ linker 
(/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared 
libraries... yes
checking for g++ option to produce PIC... -fno-common
checking if g++ PIC flag -fno-common works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker 
(/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared 
libraries... yes
checking dynamic linker characteristics... darwin9.1.0 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for dlopen in -ldl... (cached) yes
checking whether a program can dlopen itself... (cached) yes
checking whether a statically linked program can dlopen itself... 
(cached) yes
appending configuration tag "F77" to libtool
checking for Python... checking for gethostbyname... yes
checking for socket... yes
checking for putmsg in -lstr... no
checking for open_mib in -lnm... no
checking for Check... no
checking for ANSI C header files... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking sys/bufmod.h usability... no
checking sys/bufmod.h presence... no
checking for sys/bufmod.h... no
checking sys/dlpi.h usability... no
checking sys/dlpi.h presence... no
checking for sys/dlpi.h... no
checking sys/dlpihdr.h usability... no
checking sys/dlpihdr.h presence... no
checking for sys/dlpihdr.h... no
checking sys/dlpi_ext.h usability... no
checking sys/dlpi_ext.h presence... no
checking for sys/dlpi_ext.h... no
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/mib.h usability... no
checking sys/mib.h presence... no
checking for sys/mib.h... no
checking sys/ndd_var.h usability... no
checking sys/ndd_var.h presence... no
checking for sys/ndd_var.h... no
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/sockio.h usability... yes
checking sys/sockio.h presence... yes
checking for sys/sockio.h... yes
checking sys/sysctl.h usability... yes
checking sys/sysctl.h presence... yes
checking for sys/sysctl.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking net/bpf.h usability... yes
checking net/bpf.h presence... yes
checking for net/bpf.h... yes
checking net/if.h usability... no
checking net/if.h presence... yes
configure: WARNING: net/if.h: present but cannot be compiled
configure: WARNING: net/if.h:     check for missing prerequisite headers?
configure: WARNING: net/if.h: see the Autoconf documentation
configure: WARNING: net/if.h:     section "Present But Cannot Be Compiled"
configure: WARNING: net/if.h: proceeding with the preprocessor's result
configure: WARNING: net/if.h: in the future, the compiler will take 
precedence
configure: WARNING:     ## ------------------------------------------ ##
configure: WARNING:     ## Report this to the AC_PACKAGE_NAME lists.  ##
configure: WARNING:     ## ------------------------------------------ ##
checking for net/if.h... yes
checking net/if_var.h usability... yes
checking net/if_var.h presence... yes
checking for net/if_var.h... yes
checking net/if_arp.h usability... yes
checking net/if_arp.h presence... yes
checking for net/if_arp.h... yes
checking net/if_dl.h usability... yes
checking net/if_dl.h presence... yes
checking for net/if_dl.h... yes
checking net/pfilt.h usability... no
checking net/pfilt.h presence... no
checking for net/pfilt.h... no
checking net/pfvar.h usability... no
checking net/pfvar.h presence... no
checking for net/pfvar.h... no
checking net/radix.h usability... no
checking net/radix.h presence... no
checking for net/radix.h... no
checking net/raw.h usability... no
checking net/raw.h presence... no
checking for net/raw.h... no
checking net/route.h usability... yes
checking net/route.h presence... yes
checking for net/route.h... yes
checking netinet/in_var.h usability... no
checking netinet/in_var.h presence... yes
configure: WARNING: netinet/in_var.h: present but cannot be compiled
configure: WARNING: netinet/in_var.h:     check for missing prerequisite 
headers?
configure: WARNING: netinet/in_var.h: see the Autoconf documentation
configure: WARNING: netinet/in_var.h:     section "Present But Cannot Be 
Compiled"
configure: WARNING: netinet/in_var.h: proceeding with the preprocessor's 
result
configure: WARNING: netinet/in_var.h: in the future, the compiler will 
take precedence
configure: WARNING:     ## ------------------------------------------ ##
configure: WARNING:     ## Report this to the AC_PACKAGE_NAME lists.  ##
configure: WARNING:     ## ------------------------------------------ ##
checking for netinet/in_var.h... yes
checking net/if_tun.h usability... no
checking net/if_tun.h presence... no
checking for net/if_tun.h... no
checking linux/if_tun.h usability... no
checking linux/if_tun.h presence... no
checking for linux/if_tun.h... no
checking netinet/ip_fw.h usability... no
checking netinet/ip_fw.h presence... yes
configure: WARNING: netinet/ip_fw.h: present but cannot be compiled
configure: WARNING: netinet/ip_fw.h:     check for missing prerequisite 
headers?
configure: WARNING: netinet/ip_fw.h: see the Autoconf documentation
configure: WARNING: netinet/ip_fw.h:     section "Present But Cannot Be 
Compiled"
configure: WARNING: netinet/ip_fw.h: proceeding with the preprocessor's 
result
configure: WARNING: netinet/ip_fw.h: in the future, the compiler will 
take precedence
configure: WARNING:     ## ------------------------------------------ ##
configure: WARNING:     ## Report this to the AC_PACKAGE_NAME lists.  ##
configure: WARNING:     ## ------------------------------------------ ##
checking for netinet/ip_fw.h... yes
checking linux/ip_fw.h usability... no
checking linux/ip_fw.h presence... no
checking for linux/ip_fw.h... no
checking linux/ip_fwchains.h usability... no
checking linux/ip_fwchains.h presence... no
checking for linux/ip_fwchains.h... no
checking linux/netfilter_ipv4/ipchains_core.h usability... no
checking linux/netfilter_ipv4/ipchains_core.h presence... no
checking for linux/netfilter_ipv4/ipchains_core.h... no
checking ip_fil_compat.h usability... no
checking ip_fil_compat.h presence... no
checking for ip_fil_compat.h... no
checking netinet/ip_fil_compat.h usability... no
checking netinet/ip_fil_compat.h presence... no
checking for netinet/ip_fil_compat.h... no
checking ip_compat.h usability... no
checking ip_compat.h presence... no
checking for ip_compat.h... no
checking netinet/ip_compat.h usability... no
checking netinet/ip_compat.h presence... no
checking for netinet/ip_compat.h... no
checking ip_fil.h usability... no
checking ip_fil.h presence... no
checking for ip_fil.h... no
checking netinet/ip_fil.h usability... no
checking netinet/ip_fil.h presence... no
checking for netinet/ip_fil.h... no
checking hpsecurity.h usability... no
checking hpsecurity.h presence... no
checking for hpsecurity.h... no
checking stropts.h usability... no
checking stropts.h presence... no
checking for stropts.h... no
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for pid_t... yes
checking for size_t... yes
checking for sockaddr_in6 struct in <netinet/in.h>... yes
checking for sa_len in sockaddr struct... yes
checking for arp_dev in arpreq struct... no
checking for rt_msghdr struct in <net/route.h>... yes
checking whether gcc needs -traditional... rm: conftest.dSYM: is a directory
rm: conftest.dSYM: is a directory
no
checking for working memcmp... yes
checking for err... yes
checking for strlcat... yes
checking for strlcpy... yes
checking for strsep... yes
checking for Berkeley Packet Filter... yes
checking for Linux proc filesystem... no
checking for Linux PF_PACKET sockets... no
checking for SNMP MIB2 STREAMS... no
checking for route(7) STREAMS... no
checking for arp(7) ioctls... rm: conftest.dSYM: is a directory
no
checking for raw IP sockets ip_{len,off} host byte ordering... no
checking for cooked raw IP sockets... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating dnet-config
config.status: creating include/Makefile
config.status: creating include/dnet/Makefile
config.status: creating src/Makefile
config.status: creating include/config.h
config.status: include/config.h is unchanged
config.status: executing depfiles commands
config.status: executing default commands
configure: configuring in nselib-bin
configure: running /bin/sh './configure' --prefix=/usr/local  
'PYTHON=/opt/local/bin/python2.5' --cache-file=/dev/null --srcdir=.
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking build system type... i386-apple-darwin9.1.0
checking host system type... i386-apple-darwin9.1.0
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ld used by gcc... /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld
checking if the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) is 
GNU ld... no
checking for /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld option to 
reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -p
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... no
checking for g95... no
checking for xlf95... no
checking for f95... no
checking for fort... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for ftn... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether  accepts -g... no
checking the maximum length of command line arguments... 196608
checking command to parse /usr/bin/nm -p output from gcc object... rm: 
conftest.dSYM: is a directory
rm: conftest.dSYM: is a directory
rm: conftest.dSYM: is a directory
rm: conftest.dSYM: is a directory
ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
rm: conftest.dSYM: is a directory
rm: conftest.dSYM: is a directory
checking if gcc supports -fno-rtti -fno-exceptions... rm: conftest.dSYM: 
is a directory
no
checking for gcc option to produce PIC... -fno-common
checking if gcc PIC flag -fno-common works... rm: conftest.dSYM: is a 
directory
yes
checking if gcc static flag -static works... rm: conftest.dSYM: is a 
directory
no
checking if gcc supports -c -o file.o... rm: conftest.dSYM: is a directory
yes
checking whether the gcc linker 
(/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared 
libraries... yes
checking dynamic linker characteristics... darwin9.1.0 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating libtool
appending configuration tag "CXX" to libtool
rm: conftest.dSYM: is a directory
checking for ld used by g++... /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld
checking if the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) is 
GNU ld... no
checking whether the g++ linker 
(/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared 
libraries... yes
checking for g++ option to produce PIC... -fno-common
checking if g++ PIC flag -fno-common works... rm: conftest.dSYM: is a 
directory
yes
checking if g++ static flag -static works... rm: conftest.dSYM: is a 
directory
no
checking if g++ supports -c -o file.o... rm: conftest.dSYM: is a directory
yes
checking whether the g++ linker 
(/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared 
libraries... yes
checking dynamic linker characteristics... darwin9.1.0 dyld
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking host system type... (cached) i386-apple-darwin9.1.0
checking lua.h usability... no
checking lua.h presence... no
checking for lua.h... no
configure: using lua-includefiles provided with nmap
configure: creating ./config.status
config.status: creating Makefile
configure: configuring in nbase
configure: running /bin/sh './configure' --prefix=/usr/local  
'PYTHON=/opt/local/bin/python2.5' --cache-file=/dev/null --srcdir=.
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for ranlib... ranlib
checking build system type... i386-apple-darwin9.1.0
checking host system type... i386-apple-darwin9.1.0
checking for inline... inline
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for string.h... (cached) yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking for strings.h... (cached) yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking for sys/types.h... (cached) yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking for sys/stat.h... (cached) yes
checking net/if.h usability... no
checking net/if.h presence... yes
configure: WARNING: net/if.h: present but cannot be compiled
configure: WARNING: net/if.h:     check for missing prerequisite headers?
configure: WARNING: net/if.h: see the Autoconf documentation
configure: WARNING: net/if.h:     section "Present But Cannot Be Compiled"
configure: WARNING: net/if.h: proceeding with the preprocessor's result
configure: WARNING: net/if.h: in the future, the compiler will take 
precedence
configure: WARNING:     ## ------------------------------------------ ##
configure: WARNING:     ## Report this to the AC_PACKAGE_NAME lists.  ##
configure: WARNING:     ## ------------------------------------------ ##
checking for net/if.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking whether time.h and sys/time.h may both be included... yes
checking for __attribute__... yes
checking whether byte ordering is bigendian... no
checking for char... yes
checking size of char... 1
checking for short... yes
checking size of short... 2
checking for int... yes
checking size of int... 4
checking for long... yes
checking size of long... 4
checking for snprintf... yes
checking for vsnprintf... yes
checking for nanosleep... yes
checking for strerror... yes
checking for strcasestr... yes
checking for strcasecmp... yes
checking for strncasecmp... yes
checking for vsnprintf... (cached) yes
checking for snprintf... (cached) yes
checking for asprintf... yes
checking for asnprintf... no
checking for vasprintf... yes
checking for vasnprintf... no
checking for getopt... yes
checking for getopt_long_only... yes
checking for usleep... yes
checking for gettimeofday... yes
checking for sleep... yes
checking for getopt_long_only... (cached) yes
checking for strcasecmp... (cached) yes
checking for strncasecmp... (cached) yes
checking for library containing getaddrinfo... none required
checking for library containing gai_strerror... none required
checking for library containing getnameinfo... none required
checking for gai_strerror... yes
checking for inet_ntop... yes
checking for inet_pton... yes
checking for working getaddrinfo... yes
checking for working getnameinfo... yes
checking for sockaddr_in6... yes
checking for sockaddr_storage... yes
checking for AF_INET6 definition... yes
checking for IPv6 support... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating nbase_config.h
config.status: nbase_config.h is unchanged
configure: configuring in nsock/src
configure: running /bin/sh './configure' --prefix=/usr/local  
'PYTHON=/opt/local/bin/python2.5' --cache-file=/dev/null --srcdir=.
checking build system type... i386-apple-darwin9.1.0
checking host system type... i386-apple-darwin9.1.0
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for ranlib... ranlib
checking for gethostent... yes
checking for setsockopt... yes
checking for nanosleep... yes
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... rm: conftest.dSYM: is a directory
rm: conftest.dSYM: is a directory
yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking openssl/ssl.h usability... yes
checking openssl/ssl.h presence... yes
checking for openssl/ssl.h... yes
checking openssl/err.h usability... yes
checking openssl/err.h presence... yes
checking for openssl/err.h... yes
checking openssl/rand.h usability... yes
checking openssl/rand.h presence... yes
checking for openssl/rand.h... yes
checking for BIO_int_ctrl in -lcrypto... yes
checking for SSL_new in -lssl... yes
checking struct ip... yes
checking ip_v in struct ip... yes
checking if sockaddr{} has sa_len member... yes
checking if struct icmp exists... yes
checking if struct ip exists... yes
checking if struct ip has ip_sum member... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating nsock_config.h
config.status: nsock_config.h is unchanged
  (  )   /\   _                 (    
    \ |  (  \ ( \.(               )                      _____
  \  \ \  `  `   ) \             (  ___                 / _   \
 (_`    \+   . x  ( .\            \/   \____-----------/ (o)   \_
- .-               \+  ;          (  O                           \____
                          )        \_____________  `              \  /
(__                +- .( -'.- <. - _  VVVVVVV VV V\                 \/
(_____            ._._: <_ - <- _  (--  _AAAAAAA__A_/                |
  .    /./.+-  . .- /  +--  - .     \______________//_              \_______
  (__ ' /x  / x _/ (                                  \___'          \     /
 , x / ( '  . / .  /                                      |           \   /
    /  /  _/ /    +                                      /              \/
   '  (__/                                             /                  \
             NMAP IS A POWERFUL TOOL -- USE CAREFULLY AND RESPONSIBLY
Configuration complete.  Type make (or gmake on some *BSD machines) to 
compile.
bash-3.2# make
Compiling liblua
make[1]: `liblua.a' is up to date.
Compiling libpcre
make  all-am
gcc -DHAVE_CONFIG_H -I.     -O2 -fno-thread-jumps -MT pcre_compile.o -MD 
-MP -MF .deps/pcre_compile.Tpo -c -o pcre_compile.o pcre_compile.c
mv -f .deps/pcre_compile.Tpo .deps/pcre_compile.Po
gcc -DHAVE_CONFIG_H -I.     -O2 -fno-thread-jumps -MT pcre_config.o -MD 
-MP -MF .deps/pcre_config.Tpo -c -o pcre_config.o pcre_config.c
mv -f .deps/pcre_config.Tpo .deps/pcre_config.Po
gcc -DHAVE_CONFIG_H -I.     -O2 -fno-thread-jumps -MT pcre_dfa_exec.o 
-MD -MP -MF .deps/pcre_dfa_exec.Tpo -c -o pcre_dfa_exec.o pcre_dfa_exec.c
mv -f .deps/pcre_dfa_exec.Tpo .deps/pcre_dfa_exec.Po
gcc -DHAVE_CONFIG_H -I.     -O2 -fno-thread-jumps -MT pcre_exec.o -MD 
-MP -MF .deps/pcre_exec.Tpo -c -o pcre_exec.o pcre_exec.c
mv -f .deps/pcre_exec.Tpo .deps/pcre_exec.Po
gcc -DHAVE_CONFIG_H -I.     -O2 -fno-thread-jumps -MT pcre_fullinfo.o 
-MD -MP -MF .deps/pcre_fullinfo.Tpo -c -o pcre_fullinfo.o pcre_fullinfo.c
mv -f .deps/pcre_fullinfo.Tpo .deps/pcre_fullinfo.Po
gcc -DHAVE_CONFIG_H -I.     -O2 -fno-thread-jumps -MT pcre_get.o -MD -MP 
-MF .deps/pcre_get.Tpo -c -o pcre_get.o pcre_get.c
mv -f .deps/pcre_get.Tpo .deps/pcre_get.Po
gcc -DHAVE_CONFIG_H -I.     -O2 -fno-thread-jumps -MT pcre_globals.o -MD 
-MP -MF .deps/pcre_globals.Tpo -c -o pcre_globals.o pcre_globals.c
mv -f .deps/pcre_globals.Tpo .deps/pcre_globals.Po
gcc -DHAVE_CONFIG_H -I.     -O2 -fno-thread-jumps -MT pcre_info.o -MD 
-MP -MF .deps/pcre_info.Tpo -c -o pcre_info.o pcre_info.c
mv -f .deps/pcre_info.Tpo .deps/pcre_info.Po
gcc -DHAVE_CONFIG_H -I.     -O2 -fno-thread-jumps -MT pcre_maketables.o 
-MD -MP -MF .deps/pcre_maketables.Tpo -c -o pcre_maketables.o 
pcre_maketables.c
mv -f .deps/pcre_maketables.Tpo .deps/pcre_maketables.Po
gcc -DHAVE_CONFIG_H -I.     -O2 -fno-thread-jumps -MT pcre_newline.o -MD 
-MP -MF .deps/pcre_newline.Tpo -c -o pcre_newline.o pcre_newline.c
mv -f .deps/pcre_newline.Tpo .deps/pcre_newline.Po
gcc -DHAVE_CONFIG_H -I.     -O2 -fno-thread-jumps -MT pcre_ord2utf8.o 
-MD -MP -MF .deps/pcre_ord2utf8.Tpo -c -o pcre_ord2utf8.o pcre_ord2utf8.c
mv -f .deps/pcre_ord2utf8.Tpo .deps/pcre_ord2utf8.Po
gcc -DHAVE_CONFIG_H -I.     -O2 -fno-thread-jumps -MT pcre_refcount.o 
-MD -MP -MF .deps/pcre_refcount.Tpo -c -o pcre_refcount.o pcre_refcount.c
mv -f .deps/pcre_refcount.Tpo .deps/pcre_refcount.Po
gcc -DHAVE_CONFIG_H -I.     -O2 -fno-thread-jumps -MT pcre_study.o -MD 
-MP -MF .deps/pcre_study.Tpo -c -o pcre_study.o pcre_study.c
mv -f .deps/pcre_study.Tpo .deps/pcre_study.Po
gcc -DHAVE_CONFIG_H -I.     -O2 -fno-thread-jumps -MT pcre_tables.o -MD 
-MP -MF .deps/pcre_tables.Tpo -c -o pcre_tables.o pcre_tables.c
mv -f .deps/pcre_tables.Tpo .deps/pcre_tables.Po
gcc -DHAVE_CONFIG_H -I.     -O2 -fno-thread-jumps -MT pcre_try_flipped.o 
-MD -MP -MF .deps/pcre_try_flipped.Tpo -c -o pcre_try_flipped.o 
pcre_try_flipped.c
mv -f .deps/pcre_try_flipped.Tpo .deps/pcre_try_flipped.Po
gcc -DHAVE_CONFIG_H -I.     -O2 -fno-thread-jumps -MT 
pcre_ucp_searchfuncs.o -MD -MP -MF .deps/pcre_ucp_searchfuncs.Tpo -c -o 
pcre_ucp_searchfuncs.o pcre_ucp_searchfuncs.c
mv -f .deps/pcre_ucp_searchfuncs.Tpo .deps/pcre_ucp_searchfuncs.Po
gcc -DHAVE_CONFIG_H -I.     -O2 -fno-thread-jumps -MT pcre_valid_utf8.o 
-MD -MP -MF .deps/pcre_valid_utf8.Tpo -c -o pcre_valid_utf8.o 
pcre_valid_utf8.c
mv -f .deps/pcre_valid_utf8.Tpo .deps/pcre_valid_utf8.Po
gcc -DHAVE_CONFIG_H -I.     -O2 -fno-thread-jumps -MT pcre_version.o -MD 
-MP -MF .deps/pcre_version.Tpo -c -o pcre_version.o pcre_version.c
mv -f .deps/pcre_version.Tpo .deps/pcre_version.Po
gcc -DHAVE_CONFIG_H -I.     -O2 -fno-thread-jumps -MT pcre_xclass.o -MD 
-MP -MF .deps/pcre_xclass.Tpo -c -o pcre_xclass.o pcre_xclass.c
mv -f .deps/pcre_xclass.Tpo .deps/pcre_xclass.Po
rm -f pcre_chartables.c
cp -p ./pcre_chartables.c.dist pcre_chartables.c
gcc -DHAVE_CONFIG_H -I.     -O2 -fno-thread-jumps -MT pcre_chartables.o 
-MD -MP -MF .deps/pcre_chartables.Tpo -c -o pcre_chartables.o 
pcre_chartables.c
mv -f .deps/pcre_chartables.Tpo .deps/pcre_chartables.Po
rm -f libpcre.a
ar cru libpcre.a pcre_compile.o pcre_config.o pcre_dfa_exec.o 
pcre_exec.o pcre_fullinfo.o pcre_get.o pcre_globals.o pcre_info.o 
pcre_maketables.o pcre_newline.o pcre_ord2utf8.o pcre_refcount.o 
pcre_study.o pcre_tables.o pcre_try_flipped.o pcre_ucp_searchfuncs.o 
pcre_valid_utf8.o pcre_version.o pcre_xclass.o pcre_chartables.o
ranlib libpcre.a
Compiling libdnet
Making all in include
make  all-recursive
Making all in dnet
make[4]: Nothing to be done for `all'.
Making all in src
make[2]: Nothing to be done for `all'.
make[2]: Nothing to be done for `all-am'.
Compiling libnbase
cd nbase && make
make[1]: Nothing to be done for `all'.
Compiling libnsock
cd nsock/src && make
cd ../../nbase && make
make[2]: Nothing to be done for `all'.
make nmap nsestdlib build-zenmap
g++ -c  -Iliblua -Ilibdnet-stripped/include -Ilibpcre -no-cpp-precomp -g 
-O2 -Wall  -fno-strict-aliasing -Inbase -Insock/include   
-DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"http://insecure.org\"; 
-DNMAP_PLATFORM=\"i386-apple-darwin9.1.0\" 
-DNMAPDATADIR=\"/usr/local/share/nmap\" 
-DNMAPLIBEXECDIR=\"/usr/local/libexec/nmap\" nmap.cc -o nmap.o
g++ -c  -Iliblua -Ilibdnet-stripped/include -Ilibpcre -no-cpp-precomp -g 
-O2 -Wall  -fno-strict-aliasing -Inbase -Insock/include   
-DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"http://insecure.org\"; 
-DNMAP_PLATFORM=\"i386-apple-darwin9.1.0\" 
-DNMAPDATADIR=\"/usr/local/share/nmap\" 
-DNMAPLIBEXECDIR=\"/usr/local/libexec/nmap\" service_scan.cc -o 
service_scan.o
g++ -c  -Iliblua -Ilibdnet-stripped/include -Ilibpcre -no-cpp-precomp -g 
-O2 -Wall  -fno-strict-aliasing -Inbase -Insock/include   
-DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"http://insecure.org\"; 
-DNMAP_PLATFORM=\"i386-apple-darwin9.1.0\" 
-DNMAPDATADIR=\"/usr/local/share/nmap\" 
-DNMAPLIBEXECDIR=\"/usr/local/libexec/nmap\" nse_pcrelib.cc -o nse_pcrelib.o
echo Compiling nmap
Compiling nmap
rm -f nmap
g++ -Lnbase -Lnsock/src/   -o nmap main.o nmap.o targets.o tcpip.o 
nmap_error.o utils.o idle_scan.o osscan.o osscan2.o output.o 
scan_engine.o timing.o charpool.o services.o protocols.o nmap_rpc.o 
portlist.o NmapOps.o TargetGroup.o Target.o FingerPrintResults.o 
service_scan.o NmapOutputTable.o MACLookup.o nmap_tty.o nmap_dns.o  
traceroute.o portreasons.o nse_main.o nse_auxiliar.o nse_nsock.o 
nse_init.o nse_nmaplib.o nse_debug.o nse_pcrelib.o nse_string.o  -lnbase 
-lnsock libpcre/libpcre.a -lpcap -lssl -lcrypto 
libdnet-stripped/src/.libs/libdnet.a liblua/liblua.a -lm 
Compiling nse-standard-library
make[2]: Nothing to be done for `all'.
cd zenmap && /opt/local/bin/python2.5 setup.py build
running build
running build_py
running build_scripts
bash-3.2# make install DEFAULT_PYTHON_PATH=/opt/local/bin/python2.5
./shtool mkdir -f -p -m 755 /usr/local/bin /usr/local/man/man1 
/usr/local/share/nmap
./shtool install  -c -m 755 nmap /usr/local/bin/nmap
/usr/bin/strip -x /usr/local/bin/nmap
./shtool install  -c -m 644 docs/nmap.1 /usr/local/man/man1/
./shtool install  -c -m 644 docs/nmap.xsl /usr/local/share/nmap/
./shtool install  -c -m 644 docs/nmap.dtd /usr/local/share/nmap/
./shtool install  -c -m 644 nmap-services /usr/local/share/nmap/
./shtool install  -c -m 644 nmap-rpc /usr/local/share/nmap/
./shtool install  -c -m 644 nmap-os-db /usr/local/share/nmap/
./shtool install  -c -m 644 nmap-service-probes /usr/local/share/nmap/
./shtool install  -c -m 644 nmap-protocols /usr/local/share/nmap/
./shtool install  -c -m 644 nmap-mac-prefixes /usr/local/share/nmap/
./shtool mkdir -f -p -m 755 /usr/local/share/nmap/scripts
cp -f scripts/script.db scripts/*.nse /usr/local/share/nmap/scripts
./shtool mkdir -f -p -m 755 /usr/local/share/nmap/nselib
cp -f nselib/*.lua /usr/local/share/nmap/nselib
./shtool mkdir -f -p -m 755 /usr/local/libexec/nmap/nselib-bin
cp -f nselib-bin/*.so /usr/local/libexec/nmap/nselib-bin
cd zenmap && /opt/local/bin/python2.5 setup.py install --prefix 
"/usr/local"
running install
running build
running build_py
running build_scripts
running install_lib
byte-compiling 
/usr/local/lib/python2.5/site-packages/zenmapCore/Paths.py to Paths.pyc
running install_scripts
changing mode of /usr/local/bin/zenmap to 755
running install_data
running install_egg_info
Removing 
/usr/local/lib/python2.5/site-packages/zenmap-4.49RC4-py2.5.egg-info
Writing /usr/local/lib/python2.5/site-packages/zenmap-4.49RC4-py2.5.egg-info
if [ ! -e /usr/local/bin/nmapfe -o -L /usr/local/bin/nmapfe ]; then \
        ln -sf zenmap /usr/local/bin/nmapfe; \
    fi
ln -sf zenmap /usr/local/bin/xnmap
NMAP SUCCESSFULLY INSTALLED
bash-3.2# zenmap
Error in sys.excepthook:
Traceback (most recent call last):
  File "/usr/local/bin/zenmap", line 61, in excepthook
    import gtk
ImportError: No module named gtk

Original exception was:
Traceback (most recent call last):
  File "/usr/local/bin/zenmap", line 152, in <module>
    app.run()
  File "/Library/Python/2.5/site-packages/zenmapGUI/App.py", line 96, in run
    self.__run_gui()
  File "/Library/Python/2.5/site-packages/zenmapGUI/App.py", line 100, 
in __run_gui
    import gtk
ImportError: No module named gtk
bash-3.2# python -c 'import sys; print "\n".join(sys.path)'

/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python25.zip
/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5
/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/plat-darwin
/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/plat-mac
/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/plat-mac/lib-scriptpackages
/System/Library/Frameworks/Python.framework/Versions/2.5/Extras/lib/python
/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/lib-tk
/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/lib-dynload
/Library/Python/2.5/site-packages
/System/Library/Frameworks/Python.framework/Versions/2.5/Extras/lib/python/PyObjC
bash-3.2# python -c 'import gtk'
Traceback (most recent call last):
  File "<string>", line 1, in <module>
ImportError: No module named gtk
bash-3.2# port contents py25-gtk
Port py25-gtk contains:
  /opt/local/bin/pygtk-codegen-2.0
  /opt/local/bin/pygtk-demo
  /opt/local/include/pygtk-2.0/pygtk/pygtk.h
  /opt/local/lib/pkgconfig/pygtk-2.0.pc
  /opt/local/lib/pygtk/2.0/demos/__init__.py
  /opt/local/lib/pygtk/2.0/demos/__init__.pyc
  /opt/local/lib/pygtk/2.0/demos/__init__.pyo
  /opt/local/lib/pygtk/2.0/demos/appwindow.py
  /opt/local/lib/pygtk/2.0/demos/appwindow.pyc
  /opt/local/lib/pygtk/2.0/demos/appwindow.pyo
  /opt/local/lib/pygtk/2.0/demos/buttonbox.py
  /opt/local/lib/pygtk/2.0/demos/buttonbox.pyc
  /opt/local/lib/pygtk/2.0/demos/buttonbox.pyo
  /opt/local/lib/pygtk/2.0/demos/changedisplay.py
  /opt/local/lib/pygtk/2.0/demos/changedisplay.pyc
  /opt/local/lib/pygtk/2.0/demos/changedisplay.pyo
  /opt/local/lib/pygtk/2.0/demos/colorsel.py
  /opt/local/lib/pygtk/2.0/demos/colorsel.pyc
  /opt/local/lib/pygtk/2.0/demos/colorsel.pyo
  /opt/local/lib/pygtk/2.0/demos/dialogs.py
  /opt/local/lib/pygtk/2.0/demos/dialogs.pyc
  /opt/local/lib/pygtk/2.0/demos/dialogs.pyo
  /opt/local/lib/pygtk/2.0/demos/dnd.py
  /opt/local/lib/pygtk/2.0/demos/dnd.pyc
  /opt/local/lib/pygtk/2.0/demos/dnd.pyo
  /opt/local/lib/pygtk/2.0/demos/dndpixmap.py
  /opt/local/lib/pygtk/2.0/demos/dndpixmap.pyc
  /opt/local/lib/pygtk/2.0/demos/dndpixmap.pyo
  /opt/local/lib/pygtk/2.0/demos/editable_cells.py
  /opt/local/lib/pygtk/2.0/demos/editable_cells.pyc
  /opt/local/lib/pygtk/2.0/demos/editable_cells.pyo
  /opt/local/lib/pygtk/2.0/demos/entry_completion.py
  /opt/local/lib/pygtk/2.0/demos/entry_completion.pyc
  /opt/local/lib/pygtk/2.0/demos/entry_completion.pyo
  /opt/local/lib/pygtk/2.0/demos/expander.py
  /opt/local/lib/pygtk/2.0/demos/expander.pyc
  /opt/local/lib/pygtk/2.0/demos/expander.pyo
  /opt/local/lib/pygtk/2.0/demos/hypertext.py
  /opt/local/lib/pygtk/2.0/demos/hypertext.pyc
  /opt/local/lib/pygtk/2.0/demos/hypertext.pyo
  /opt/local/lib/pygtk/2.0/demos/images/alphatest.png
  /opt/local/lib/pygtk/2.0/demos/images/apple-red.png
  /opt/local/lib/pygtk/2.0/demos/images/background.jpg
  /opt/local/lib/pygtk/2.0/demos/images/floppybuddy.gif
  /opt/local/lib/pygtk/2.0/demos/images/gnome-applets.png
  /opt/local/lib/pygtk/2.0/demos/images/gnome-calendar.png
  /opt/local/lib/pygtk/2.0/demos/images/gnome-foot.png
  /opt/local/lib/pygtk/2.0/demos/images/gnome-gimp.png
  /opt/local/lib/pygtk/2.0/demos/images/gnome-gmush.png
  /opt/local/lib/pygtk/2.0/demos/images/gnome-gsame.png
  /opt/local/lib/pygtk/2.0/demos/images/gnu-keys.png
  /opt/local/lib/pygtk/2.0/demos/images/gtk-logo-rgb.gif
  /opt/local/lib/pygtk/2.0/demos/images.py
  /opt/local/lib/pygtk/2.0/demos/images.pyc
  /opt/local/lib/pygtk/2.0/demos/images.pyo
  /opt/local/lib/pygtk/2.0/demos/list_store.py
  /opt/local/lib/pygtk/2.0/demos/list_store.pyc
  /opt/local/lib/pygtk/2.0/demos/list_store.pyo
  /opt/local/lib/pygtk/2.0/demos/menu.py
  /opt/local/lib/pygtk/2.0/demos/menu.pyc
  /opt/local/lib/pygtk/2.0/demos/menu.pyo
  /opt/local/lib/pygtk/2.0/demos/panes.py
  /opt/local/lib/pygtk/2.0/demos/panes.pyc
  /opt/local/lib/pygtk/2.0/demos/panes.pyo
  /opt/local/lib/pygtk/2.0/demos/pixbufs.py
  /opt/local/lib/pygtk/2.0/demos/pixbufs.pyc
  /opt/local/lib/pygtk/2.0/demos/pixbufs.pyo
  /opt/local/lib/pygtk/2.0/demos/print_editor.py
  /opt/local/lib/pygtk/2.0/demos/print_editor.pyc
  /opt/local/lib/pygtk/2.0/demos/print_editor.pyo
  /opt/local/lib/pygtk/2.0/demos/sizegroup.py
  /opt/local/lib/pygtk/2.0/demos/sizegroup.pyc
  /opt/local/lib/pygtk/2.0/demos/sizegroup.pyo
  /opt/local/lib/pygtk/2.0/demos/statusicon.py
  /opt/local/lib/pygtk/2.0/demos/statusicon.pyc
  /opt/local/lib/pygtk/2.0/demos/statusicon.pyo
  /opt/local/lib/pygtk/2.0/demos/stock_browser.py
  /opt/local/lib/pygtk/2.0/demos/stock_browser.pyc
  /opt/local/lib/pygtk/2.0/demos/stock_browser.pyo
  /opt/local/lib/pygtk/2.0/demos/textview.py
  /opt/local/lib/pygtk/2.0/demos/textview.pyc
  /opt/local/lib/pygtk/2.0/demos/textview.pyo
  /opt/local/lib/pygtk/2.0/demos/tree_store.py
  /opt/local/lib/pygtk/2.0/demos/tree_store.pyc
  /opt/local/lib/pygtk/2.0/demos/tree_store.pyo
  /opt/local/lib/pygtk/2.0/demos/treemodel.py
  /opt/local/lib/pygtk/2.0/demos/treemodel.pyc
  /opt/local/lib/pygtk/2.0/demos/treemodel.pyo
  /opt/local/lib/pygtk/2.0/demos/ui_manager.py
  /opt/local/lib/pygtk/2.0/demos/ui_manager.pyc
  /opt/local/lib/pygtk/2.0/demos/ui_manager.pyo
  /opt/local/lib/pygtk/2.0/pygtk-demo.py
  /opt/local/lib/pygtk/2.0/pygtk-demo.pyc
  /opt/local/lib/pygtk/2.0/pygtk-demo.pyo
  /opt/local/lib/python2.5/site-packages/gtk-2.0/atk.la
  /opt/local/lib/python2.5/site-packages/gtk-2.0/atk.so
  /opt/local/lib/python2.5/site-packages/gtk-2.0/gtk/__init__.py
  /opt/local/lib/python2.5/site-packages/gtk-2.0/gtk/__init__.pyc
  /opt/local/lib/python2.5/site-packages/gtk-2.0/gtk/__init__.pyo
  /opt/local/lib/python2.5/site-packages/gtk-2.0/gtk/_gtk.la
  /opt/local/lib/python2.5/site-packages/gtk-2.0/gtk/_gtk.so
  /opt/local/lib/python2.5/site-packages/gtk-2.0/gtk/_lazyutils.py
  /opt/local/lib/python2.5/site-packages/gtk-2.0/gtk/_lazyutils.pyc
  /opt/local/lib/python2.5/site-packages/gtk-2.0/gtk/_lazyutils.pyo
  /opt/local/lib/python2.5/site-packages/gtk-2.0/gtk/compat.py
  /opt/local/lib/python2.5/site-packages/gtk-2.0/gtk/compat.pyc
  /opt/local/lib/python2.5/site-packages/gtk-2.0/gtk/compat.pyo
  /opt/local/lib/python2.5/site-packages/gtk-2.0/gtk/deprecation.py
  /opt/local/lib/python2.5/site-packages/gtk-2.0/gtk/deprecation.pyc
  /opt/local/lib/python2.5/site-packages/gtk-2.0/gtk/deprecation.pyo
  /opt/local/lib/python2.5/site-packages/gtk-2.0/gtk/glade.la
  /opt/local/lib/python2.5/site-packages/gtk-2.0/gtk/glade.so
  /opt/local/lib/python2.5/site-packages/gtk-2.0/gtk/keysyms.py
  /opt/local/lib/python2.5/site-packages/gtk-2.0/gtk/keysyms.pyc
  /opt/local/lib/python2.5/site-packages/gtk-2.0/gtk/keysyms.pyo
  /opt/local/lib/python2.5/site-packages/gtk-2.0/gtkunixprint.la
  /opt/local/lib/python2.5/site-packages/gtk-2.0/gtkunixprint.so
  /opt/local/lib/python2.5/site-packages/gtk-2.0/pango.la
  /opt/local/lib/python2.5/site-packages/gtk-2.0/pango.so
  /opt/local/lib/python2.5/site-packages/gtk-2.0/pangocairo.la
  /opt/local/lib/python2.5/site-packages/gtk-2.0/pangocairo.so
  /opt/local/share/gtk-doc/html/pygtk/atk-class-reference.html
  /opt/local/share/gtk-doc/html/pygtk/atk-constants.html
  /opt/local/share/gtk-doc/html/pygtk/class-atkaction.html
  /opt/local/share/gtk-doc/html/pygtk/class-atkcomponent.html
  /opt/local/share/gtk-doc/html/pygtk/class-atkdocument.html
  /opt/local/share/gtk-doc/html/pygtk/class-atkeditabletext.html
  /opt/local/share/gtk-doc/html/pygtk/class-atkgobjectaccessible.html
  /opt/local/share/gtk-doc/html/pygtk/class-atkhyperlink.html
  /opt/local/share/gtk-doc/html/pygtk/class-atkhypertext.html
  /opt/local/share/gtk-doc/html/pygtk/class-atkimage.html
  /opt/local/share/gtk-doc/html/pygtk/class-atkimplementor.html
  /opt/local/share/gtk-doc/html/pygtk/class-atknoopobject.html
  /opt/local/share/gtk-doc/html/pygtk/class-atknoopobjectfactory.html
  /opt/local/share/gtk-doc/html/pygtk/class-atkobject.html
  /opt/local/share/gtk-doc/html/pygtk/class-atkobjectfactory.html
  /opt/local/share/gtk-doc/html/pygtk/class-atkrectangle.html
  /opt/local/share/gtk-doc/html/pygtk/class-atkregistry.html
  /opt/local/share/gtk-doc/html/pygtk/class-atkrelation.html
  /opt/local/share/gtk-doc/html/pygtk/class-atkrelationset.html
  /opt/local/share/gtk-doc/html/pygtk/class-atkselection.html
  /opt/local/share/gtk-doc/html/pygtk/class-atkstateset.html
  /opt/local/share/gtk-doc/html/pygtk/class-atkstreamablecontent.html
  /opt/local/share/gtk-doc/html/pygtk/class-atktable.html
  /opt/local/share/gtk-doc/html/pygtk/class-atktext.html
  /opt/local/share/gtk-doc/html/pygtk/class-atkvalue.html
  /opt/local/share/gtk-doc/html/pygtk/class-gdkatom.html
  /opt/local/share/gtk-doc/html/pygtk/class-gdkcairocontext.html
  /opt/local/share/gtk-doc/html/pygtk/class-gdkcolor.html
  /opt/local/share/gtk-doc/html/pygtk/class-gdkcolormap.html
  /opt/local/share/gtk-doc/html/pygtk/class-gdkcursor.html
  /opt/local/share/gtk-doc/html/pygtk/class-gdkdevice.html
  /opt/local/share/gtk-doc/html/pygtk/class-gdkdisplay.html
  /opt/local/share/gtk-doc/html/pygtk/class-gdkdisplaymanager.html
  /opt/local/share/gtk-doc/html/pygtk/class-gdkdragcontext.html
  /opt/local/share/gtk-doc/html/pygtk/class-gdkdrawable.html
  /opt/local/share/gtk-doc/html/pygtk/class-gdkevent.html
  /opt/local/share/gtk-doc/html/pygtk/class-gdkgc.html
  /opt/local/share/gtk-doc/html/pygtk/class-gdkimage.html
  /opt/local/share/gtk-doc/html/pygtk/class-gdkkeymap.html
  /opt/local/share/gtk-doc/html/pygtk/class-gdkpangorenderer.html
  /opt/local/share/gtk-doc/html/pygtk/class-gdkpixbuf.html
  /opt/local/share/gtk-doc/html/pygtk/class-gdkpixbufanimation.html
  /opt/local/share/gtk-doc/html/pygtk/class-gdkpixbufanimationiter.html
  /opt/local/share/gtk-doc/html/pygtk/class-gdkpixbufloader.html
  /opt/local/share/gtk-doc/html/pygtk/class-gdkpixmap.html
  /opt/local/share/gtk-doc/html/pygtk/class-gdkrectangle.html
  /opt/local/share/gtk-doc/html/pygtk/class-gdkregion.html
  /opt/local/share/gtk-doc/html/pygtk/class-gdkscreen.html
  /opt/local/share/gtk-doc/html/pygtk/class-gdkvisual.html
  /opt/local/share/gtk-doc/html/pygtk/class-gdkwindow.html
  /opt/local/share/gtk-doc/html/pygtk/class-gladexml.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkaboutdialog.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkaccelgroup.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkaccellabel.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkaccelmap.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkaccessible.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkaction.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkactiongroup.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkadjustment.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkalignment.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkarrow.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkaspectframe.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkassistant.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkbin.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkborder.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkbox.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkbuildable.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkbuilder.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkbutton.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkbuttonbox.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkcalendar.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkcelleditable.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkcelllayout.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkcellrenderer.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkcellrendereraccel.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkcellrenderercombo.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkcellrendererpixbuf.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkcellrendererprogress.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkcellrendererspin.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkcellrenderertext.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkcellrenderertoggle.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkcellview.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkcheckbutton.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkcheckmenuitem.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkclipboard.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkcolorbutton.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkcolorselection.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkcolorselectiondialog.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkcombo.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkcombobox.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkcomboboxentry.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkcontainer.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkcurve.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkdialog.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkdrawingarea.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkeditable.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkentry.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkentrycompletion.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkeventbox.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkexpander.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkfilechooser.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkfilechooserbutton.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkfilechooserdialog.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkfilechooserwidget.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkfilefilter.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkfileselection.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkfixed.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkfontbutton.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkfontselection.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkfontselectiondialog.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkframe.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkgammacurve.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkhandlebox.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkhbox.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkhbuttonbox.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkhpaned.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkhruler.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkhscale.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkhscrollbar.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkhseparator.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkiconfactory.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkiconinfo.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkiconset.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkiconsource.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkicontheme.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkiconview.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkimage.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkimagemenuitem.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkimcontext.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkimcontextsimple.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkimmulticontext.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkinputdialog.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkinvisible.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkitem.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkitemfactory.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtklabel.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtklayout.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtklinkbutton.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkliststore.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkmenu.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkmenubar.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkmenuitem.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkmenushell.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkmenutoolbutton.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkmessagedialog.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkmisc.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtknotebook.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkobject.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkoptionmenu.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkpagesetup.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkpagesetupunixdialog.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkpaned.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkpapersize.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkplug.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkprintcontext.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkprinter.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkprintjob.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkprintoperation.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkprintoperationpreview.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkprintsettings.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkprintunixdialog.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkprogressbar.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkradioaction.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkradiobutton.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkradiomenuitem.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkradiotoolbutton.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkrange.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkrcstyle.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkrecentchooser.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkrecentchooserdialog.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkrecentchoosermenu.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkrecentchooserwidget.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkrecentfilter.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkrecentinfo.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkrecentmanager.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkrequisition.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkruler.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkscale.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkscalebutton.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkscrollbar.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkscrolledwindow.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkselectiondata.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkseparator.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkseparatormenuitem.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkseparatortoolitem.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtksettings.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtksizegroup.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtksocket.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkspinbutton.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkstatusbar.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkstatusicon.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkstyle.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtktable.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtktearoffmenuitem.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtktextattributes.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtktextbuffer.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtktextchildanchor.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtktextiter.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtktextmark.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtktexttag.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtktexttagtable.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtktextview.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtktoggleaction.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtktogglebutton.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtktoggletoolbutton.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtktoolbar.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtktoolbutton.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtktoolitem.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtktooltip.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtktooltips.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtktreedragdest.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtktreedragsource.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtktreeiter.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtktreemodel.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtktreemodelfilter.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtktreemodelsort.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtktreerowreference.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtktreeselection.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtktreesortable.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtktreestore.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtktreeview.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtktreeviewcolumn.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkuimanager.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkvbox.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkvbuttonbox.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkviewport.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkvolumebutton.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkvpaned.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkvruler.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkvscale.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkvscrollbar.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkvseparator.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkwidget.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkwindow.html
  /opt/local/share/gtk-doc/html/pygtk/class-gtkwindowgroup.html
  /opt/local/share/gtk-doc/html/pygtk/class-hierarchy.html
  /opt/local/share/gtk-doc/html/pygtk/class-pangoattribute.html
  /opt/local/share/gtk-doc/html/pygtk/class-pangoattriterator.html
  /opt/local/share/gtk-doc/html/pygtk/class-pangoattrlist.html
  /opt/local/share/gtk-doc/html/pygtk/class-pangocairocairocontext.html
  /opt/local/share/gtk-doc/html/pygtk/class-pangocairocairofontmap.html
  /opt/local/share/gtk-doc/html/pygtk/class-pangocolor.html
  /opt/local/share/gtk-doc/html/pygtk/class-pangocontext.html
  /opt/local/share/gtk-doc/html/pygtk/class-pangofont.html
  /opt/local/share/gtk-doc/html/pygtk/class-pangofontdescription.html
  /opt/local/share/gtk-doc/html/pygtk/class-pangofontface.html
  /opt/local/share/gtk-doc/html/pygtk/class-pangofontfamily.html
  /opt/local/share/gtk-doc/html/pygtk/class-pangofontmap.html
  /opt/local/share/gtk-doc/html/pygtk/class-pangofontmetrics.html
  /opt/local/share/gtk-doc/html/pygtk/class-pangofontset.html
  /opt/local/share/gtk-doc/html/pygtk/class-pangofontsetsimple.html
  /opt/local/share/gtk-doc/html/pygtk/class-pangoglyphstring.html
  /opt/local/share/gtk-doc/html/pygtk/class-pangolanguage.html
  /opt/local/share/gtk-doc/html/pygtk/class-pangolayout.html
  /opt/local/share/gtk-doc/html/pygtk/class-pangolayoutiter.html
  /opt/local/share/gtk-doc/html/pygtk/class-pangolayoutline.html
  /opt/local/share/gtk-doc/html/pygtk/class-pangorenderer.html
  /opt/local/share/gtk-doc/html/pygtk/class-pangotabarray.html
  /opt/local/share/gtk-doc/html/pygtk/class-pygtkgenericcellrenderer.html
  /opt/local/share/gtk-doc/html/pygtk/class-pygtkgenerictreemodel.html
  /opt/local/share/gtk-doc/html/pygtk/class-pygtktreemodelrow.html
  /opt/local/share/gtk-doc/html/pygtk/class-pygtktreemodelrowiter.html
  /opt/local/share/gtk-doc/html/pygtk/cursors/arrow.png
  /opt/local/share/gtk-doc/html/pygtk/cursors/based_arrow_down.png
  /opt/local/share/gtk-doc/html/pygtk/cursors/based_arrow_up.png
  /opt/local/share/gtk-doc/html/pygtk/cursors/boat.png
  /opt/local/share/gtk-doc/html/pygtk/cursors/bogosity.png
  /opt/local/share/gtk-doc/html/pygtk/cursors/bottom_left_corner.png
  /opt/local/share/gtk-doc/html/pygtk/cursors/bottom_right_corner.png
  /opt/local/share/gtk-doc/html/pygtk/cursors/bottom_side.png
  /opt/local/share/gtk-doc/html/pygtk/cursors/bottom_tee.png
  /opt/local/share/gtk-doc/html/pygtk/cursors/box_spiral.png
  /opt/local/share/gtk-doc/html/pygtk/cursors/center_ptr.png
  /opt/local/share/gtk-doc/html/pygtk/cursors/circle.png
  /opt/local/share/gtk-doc/html/pygtk/cursors/clock.png
  /opt/local/share/gtk-doc/html/pygtk/cursors/coffee_mug.png
  /opt/local/share/gtk-doc/html/pygtk/cursors/cross.png
  /opt/local/share/gtk-doc/html/pygtk/cursors/cross_reverse.png
  /opt/local/share/gtk-doc/html/pygtk/cursors/crosshair.png
  /opt/local/share/gtk-doc/html/pygtk/cursors/diamond_cross.png
  /opt/local/share/gtk-doc/html/pygtk/cursors/dot.png
  /opt/local/share/gtk-doc/html/pygtk/cursors/dotbox.png
  /opt/local/share/gtk-doc/html/pygtk/cursors/double_arrow.png
  /opt/local/share/gtk-doc/html/pygtk/cursors/draft_large.png
  /opt/local/share/gtk-doc/html/pygtk/cursors/draft_small.png
  /opt/local/share/gtk-doc/html/pygtk/cursors/draped_box.png
  /opt/local/share/gtk-doc/html/pygtk/cursors/exchange.png
  /opt/local/share/gtk-doc/html/pygtk/cursors/fleur.png
  /opt/local/share/gtk-doc/html/pygtk/cursors/gobbler.png
  /opt/local/share/gtk-doc/html/pygtk/cursors/gumby.png
  /opt/local/share/gtk-doc/html/pygtk/cursors/hand1.png
  /opt/local/share/gtk-doc/html/pygtk/cursors/hand2.png
  /opt/local/share/gtk-doc/html/pygtk/cursors/heart.png
  /opt/local/share/gtk-doc/html/pygtk/cursors/icon.png
  /opt/local/share/gtk-doc/html/pygtk/cursors/iron_cross.png
  /opt/local/share/gtk-doc/html/pygtk/cursors/left_ptr.png
  /opt/local/share/gtk-doc/html/pygtk/cursors/left_side.png
  /opt/local/share/gtk-doc/html/pygtk/cursors/left_tee.png
  /opt/local/share/gtk-doc/html/pygtk/cursors/leftbutton.png
  /opt/local/share/gtk-doc/html/pygtk/cursors/ll_angle.png
  /opt/local/share/gtk-doc/html/pygtk/cursors/lr_angle.png
  /opt/local/share/gtk-doc/html/pygtk/cursors/man.png
  /opt/local/share/gtk-doc/html/pygtk/cursors/middlebutton.png
  /opt/local/share/gtk-doc/html/pygtk/cursors/mouse.png
  /opt/local/share/gtk-doc/html/pygtk/cursors/pencil.png
  /opt/local/share/gtk-doc/html/pygtk/cursors/pirate.png
  /opt/local/share/gtk-doc/html/pygtk/cursors/plus.png
  /opt/local/share/gtk-doc/html/pygtk/cursors/question_arrow.png
  /opt/local/share/gtk-doc/html/pygtk/cursors/right_ptr.png
  /opt/local/share/gtk-doc/html/pygtk/cursors/right_side.png
  /opt/local/share/gtk-doc/html/pygtk/cursors/right_tee.png
  /opt/local/share/gtk-doc/html/pygtk/cursors/rightbutton.png
  /opt/local/share/gtk-doc/html/pygtk/cursors/rtl_logo.png
  /opt/local/share/gtk-doc/html/pygtk/cursors/sailboat.png
  /opt/local/share/gtk-doc/html/pygtk/cursors/sb_down_arrow.png
  /opt/local/share/gtk-doc/html/pygtk/cursors/sb_h_double_arrow.png
  /opt/local/share/gtk-doc/html/pygtk/cursors/sb_left_arrow.png
  /opt/local/share/gtk-doc/html/pygtk/cursors/sb_right_arrow.png
  /opt/local/share/gtk-doc/html/pygtk/cursors/sb_up_arrow.png
  /opt/local/share/gtk-doc/html/pygtk/cursors/sb_v_double_arrow.png
  /opt/local/share/gtk-doc/html/pygtk/cursors/shuttle.png
  /opt/local/share/gtk-doc/html/pygtk/cursors/sizing.png
  /opt/local/share/gtk-doc/html/pygtk/cursors/spider.png
  /opt/local/share/gtk-doc/html/pygtk/cursors/spraycan.png
  /opt/local/share/gtk-doc/html/pygtk/cursors/star.png
  /opt/local/share/gtk-doc/html/pygtk/cursors/target.png
  /opt/local/share/gtk-doc/html/pygtk/cursors/tcross.png
  /opt/local/share/gtk-doc/html/pygtk/cursors/top_left_arrow.png
  /opt/local/share/gtk-doc/html/pygtk/cursors/top_left_corner.png
  /opt/local/share/gtk-doc/html/pygtk/cursors/top_right_corner.png
  /opt/local/share/gtk-doc/html/pygtk/cursors/top_side.png
  /opt/local/share/gtk-doc/html/pygtk/cursors/top_tee.png
  /opt/local/share/gtk-doc/html/pygtk/cursors/trek.png
  /opt/local/share/gtk-doc/html/pygtk/cursors/ul_angle.png
  /opt/local/share/gtk-doc/html/pygtk/cursors/umbrella.png
  /opt/local/share/gtk-doc/html/pygtk/cursors/ur_angle.png
  /opt/local/share/gtk-doc/html/pygtk/cursors/watch.png
  /opt/local/share/gtk-doc/html/pygtk/cursors/X_cursor.png
  /opt/local/share/gtk-doc/html/pygtk/cursors/xterm.png
  /opt/local/share/gtk-doc/html/pygtk/gdk-class-reference.html
  /opt/local/share/gtk-doc/html/pygtk/gdk-constants.html
  /opt/local/share/gtk-doc/html/pygtk/gdk-functions.html
  /opt/local/share/gtk-doc/html/pygtk/glade-class-reference.html
  /opt/local/share/gtk-doc/html/pygtk/gtk-class-reference.html
  /opt/local/share/gtk-doc/html/pygtk/gtk-constants.html
  /opt/local/share/gtk-doc/html/pygtk/gtk-functions.html
  /opt/local/share/gtk-doc/html/pygtk/gtk-stock-items.html
  /opt/local/share/gtk-doc/html/pygtk/icons/stock_about_24.png
  /opt/local/share/gtk-doc/html/pygtk/icons/stock_add_24.png
  /opt/local/share/gtk-doc/html/pygtk/icons/stock_align_center_24.png
  /opt/local/share/gtk-doc/html/pygtk/icons/stock_align_justify_24.png
  /opt/local/share/gtk-doc/html/pygtk/icons/stock_align_left_24.png
  /opt/local/share/gtk-doc/html/pygtk/icons/stock_align_right_24.png
  /opt/local/share/gtk-doc/html/pygtk/icons/stock_apply_20.png
  /opt/local/share/gtk-doc/html/pygtk/icons/stock_bottom_24.png
  /opt/local/share/gtk-doc/html/pygtk/icons/stock_broken_image_24.png
  /opt/local/share/gtk-doc/html/pygtk/icons/stock_cancel_20.png
  /opt/local/share/gtk-doc/html/pygtk/icons/stock_cdrom_24.png
  /opt/local/share/gtk-doc/html/pygtk/icons/stock_clear_24.png
  /opt/local/share/gtk-doc/html/pygtk/icons/stock_close_24.png
  /opt/local/share/gtk-doc/html/pygtk/icons/stock_color_picker_25.png
  /opt/local/share/gtk-doc/html/pygtk/icons/stock_colorselector_24.png
  /opt/local/share/gtk-doc/html/pygtk/icons/stock_connect_24.png
  /opt/local/share/gtk-doc/html/pygtk/icons/stock_convert_24.png
  /opt/local/share/gtk-doc/html/pygtk/icons/stock_copy_24.png
  /opt/local/share/gtk-doc/html/pygtk/icons/stock_cut_24.png
  
/opt/local/share/gtk-doc/html/pygtk/icons/stock_dialog_authentication_48.png
  /opt/local/share/gtk-doc/html/pygtk/icons/stock_dialog_error_48.png
  /opt/local/share/gtk-doc/html/pygtk/icons/stock_dialog_info_48.png
  /opt/local/share/gtk-doc/html/pygtk/icons/stock_dialog_question_48.png
  /opt/local/share/gtk-doc/html/pygtk/icons/stock_dialog_warning_48.png
  /opt/local/share/gtk-doc/html/pygtk/icons/stock_directory_24.png
  /opt/local/share/gtk-doc/html/pygtk/icons/stock_disconnect_24.png
  /opt/local/share/gtk-doc/html/pygtk/icons/stock_dnd_32.png
  /opt/local/share/gtk-doc/html/pygtk/icons/stock_dnd_multiple_32.png
  /opt/local/share/gtk-doc/html/pygtk/icons/stock_down_arrow_24.png
  /opt/local/share/gtk-doc/html/pygtk/icons/stock_edit_24.png
  /opt/local/share/gtk-doc/html/pygtk/icons/stock_exec_24.png
  /opt/local/share/gtk-doc/html/pygtk/icons/stock_exit_24.png
  /opt/local/share/gtk-doc/html/pygtk/icons/stock_file_24.png
  /opt/local/share/gtk-doc/html/pygtk/icons/stock_first_24.png
  /opt/local/share/gtk-doc/html/pygtk/icons/stock_font_24.png
  /opt/local/share/gtk-doc/html/pygtk/icons/stock_fullscreen_24.png
  /opt/local/share/gtk-doc/html/pygtk/icons/stock_harddisk_24.png
  /opt/local/share/gtk-doc/html/pygtk/icons/stock_help_24.png
  /opt/local/share/gtk-doc/html/pygtk/icons/stock_home_24.png
  /opt/local/share/gtk-doc/html/pygtk/icons/stock_index_24.png
  /opt/local/share/gtk-doc/html/pygtk/icons/stock_info_24.png
  /opt/local/share/gtk-doc/html/pygtk/icons/stock_jump_to_24.png
  /opt/local/share/gtk-doc/html/pygtk/icons/stock_jump_to_rtl_24.png
  /opt/local/share/gtk-doc/html/pygtk/icons/stock_last_24.png
  /opt/local/share/gtk-doc/html/pygtk/icons/stock_leave_fullscreen_24.png
  /opt/local/share/gtk-doc/html/pygtk/icons/stock_left_arrow_24.png
  /opt/local/share/gtk-doc/html/pygtk/icons/stock_media_forward_24.png
  /opt/local/share/gtk-doc/html/pygtk/icons/stock_media_next_24.png
  /opt/local/share/gtk-doc/html/pygtk/icons/stock_media_pause_24.png
  /opt/local/share/gtk-doc/html/pygtk/icons/stock_media_play_24.png
  /opt/local/share/gtk-doc/html/pygtk/icons/stock_media_play_rtl_24.png
  /opt/local/share/gtk-doc/html/pygtk/icons/stock_media_previous_24.png
  /opt/local/share/gtk-doc/html/pygtk/icons/stock_media_record_24.png
  /opt/local/share/gtk-doc/html/pygtk/icons/stock_media_rewind_24.png
  /opt/local/share/gtk-doc/html/pygtk/icons/stock_media_stop_24.png
  /opt/local/share/gtk-doc/html/pygtk/icons/stock_network_24.png
  /opt/local/share/gtk-doc/html/pygtk/icons/stock_new_24.png
  /opt/local/share/gtk-doc/html/pygtk/icons/stock_no_20.png
  /opt/local/share/gtk-doc/html/pygtk/icons/stock_ok_20.png
  /opt/local/share/gtk-doc/html/pygtk/icons/stock_open_24.png
  /opt/local/share/gtk-doc/html/pygtk/icons/stock_paste_24.png
  /opt/local/share/gtk-doc/html/pygtk/icons/stock_preferences_24.png
  /opt/local/share/gtk-doc/html/pygtk/icons/stock_print_24.png
  /opt/local/share/gtk-doc/html/pygtk/icons/stock_print_preview_24.png
  /opt/local/share/gtk-doc/html/pygtk/icons/stock_properties_24.png
  /opt/local/share/gtk-doc/html/pygtk/icons/stock_redo_24.png
  /opt/local/share/gtk-doc/html/pygtk/icons/stock_redo_rtl_24.png
  /opt/local/share/gtk-doc/html/pygtk/icons/stock_refresh_24.png
  /opt/local/share/gtk-doc/html/pygtk/icons/stock_remove_24.png
  /opt/local/share/gtk-doc/html/pygtk/icons/stock_revert_24.png
  /opt/local/share/gtk-doc/html/pygtk/icons/stock_revert_rtl_24.png
  /opt/local/share/gtk-doc/html/pygtk/icons/stock_right_arrow_24.png
  /opt/local/share/gtk-doc/html/pygtk/icons/stock_save_24.png
  /opt/local/share/gtk-doc/html/pygtk/icons/stock_save_as_24.png
  /opt/local/share/gtk-doc/html/pygtk/icons/stock_search_24.png
  /opt/local/share/gtk-doc/html/pygtk/icons/stock_search_replace_24.png
  /opt/local/share/gtk-doc/html/pygtk/icons/stock_sort_ascending_24.png
  /opt/local/share/gtk-doc/html/pygtk/icons/stock_sort_descending_24.png
  /opt/local/share/gtk-doc/html/pygtk/icons/stock_spellcheck_24.png
  /opt/local/share/gtk-doc/html/pygtk/icons/stock_stop_24.png
  /opt/local/share/gtk-doc/html/pygtk/icons/stock_text_bold_24.png
  /opt/local/share/gtk-doc/html/pygtk/icons/stock_text_indent_24.png
  /opt/local/share/gtk-doc/html/pygtk/icons/stock_text_italic_24.png
  /opt/local/share/gtk-doc/html/pygtk/icons/stock_text_strikethrough_24.png
  /opt/local/share/gtk-doc/html/pygtk/icons/stock_text_underline_24.png
  /opt/local/share/gtk-doc/html/pygtk/icons/stock_text_unindent_24.png
  /opt/local/share/gtk-doc/html/pygtk/icons/stock_top_24.png
  /opt/local/share/gtk-doc/html/pygtk/icons/stock_trash_24.png
  /opt/local/share/gtk-doc/html/pygtk/icons/stock_undelete_24.png
  /opt/local/share/gtk-doc/html/pygtk/icons/stock_undelete_rtl_24.png
  /opt/local/share/gtk-doc/html/pygtk/icons/stock_undo_24.png
  /opt/local/share/gtk-doc/html/pygtk/icons/stock_undo_rtl_24.png
  /opt/local/share/gtk-doc/html/pygtk/icons/stock_up_arrow_24.png
  /opt/local/share/gtk-doc/html/pygtk/icons/stock_yes_20.png
  /opt/local/share/gtk-doc/html/pygtk/icons/stock_zoom_1_24.png
  /opt/local/share/gtk-doc/html/pygtk/icons/stock_zoom_fit_24.png
  /opt/local/share/gtk-doc/html/pygtk/icons/stock_zoom_in_24.png
  /opt/local/share/gtk-doc/html/pygtk/icons/stock_zoom_out_24.png
  /opt/local/share/gtk-doc/html/pygtk/index.html
  /opt/local/share/gtk-doc/html/pygtk/index.sgml
  /opt/local/share/gtk-doc/html/pygtk/pango-class-reference.html
  /opt/local/share/gtk-doc/html/pygtk/pango-constants.html
  /opt/local/share/gtk-doc/html/pygtk/pango-functions.html
  /opt/local/share/gtk-doc/html/pygtk/pango-markup-language.html
  /opt/local/share/gtk-doc/html/pygtk/pangocairo-class-reference.html
  /opt/local/share/gtk-doc/html/pygtk/pangocairo-constants.html
  /opt/local/share/gtk-doc/html/pygtk/pangocairo-functions.html
  /opt/local/share/gtk-doc/html/pygtk/pygtk-introduction.html
  /opt/local/share/gtk-doc/html/pygtk/pygtk-reference-format.html
  /opt/local/share/gtk-doc/html/pygtk/pygtk.devhelp
  /opt/local/share/gtk-doc/html/pygtk/style.css
  /opt/local/share/gtk-doc/html/pygtk/unixprint-class-reference.html
  /opt/local/share/gtk-doc/html/pygtk/unixprint-constants.html
  /opt/local/share/gtk-doc/html/pygtk/unixprint-functions.html
  /opt/local/share/pygtk/2.0/codegen/__init__.py
  /opt/local/share/pygtk/2.0/codegen/__init__.pyc
  /opt/local/share/pygtk/2.0/codegen/__init__.pyo
  /opt/local/share/pygtk/2.0/codegen/argtypes.py
  /opt/local/share/pygtk/2.0/codegen/argtypes.pyc
  /opt/local/share/pygtk/2.0/codegen/argtypes.pyo
  /opt/local/share/pygtk/2.0/codegen/codegen.py
  /opt/local/share/pygtk/2.0/codegen/codegen.pyc
  /opt/local/share/pygtk/2.0/codegen/codegen.pyo
  /opt/local/share/pygtk/2.0/codegen/createdefs.py
  /opt/local/share/pygtk/2.0/codegen/createdefs.pyc
  /opt/local/share/pygtk/2.0/codegen/createdefs.pyo
  /opt/local/share/pygtk/2.0/codegen/definitions.py
  /opt/local/share/pygtk/2.0/codegen/definitions.pyc
  /opt/local/share/pygtk/2.0/codegen/definitions.pyo
  /opt/local/share/pygtk/2.0/codegen/defsparser.py
  /opt/local/share/pygtk/2.0/codegen/defsparser.pyc
  /opt/local/share/pygtk/2.0/codegen/defsparser.pyo
  /opt/local/share/pygtk/2.0/codegen/docextract.py
  /opt/local/share/pygtk/2.0/codegen/docextract.pyc
  /opt/local/share/pygtk/2.0/codegen/docextract.pyo
  /opt/local/share/pygtk/2.0/codegen/docgen.py
  /opt/local/share/pygtk/2.0/codegen/docgen.pyc
  /opt/local/share/pygtk/2.0/codegen/docgen.pyo
  /opt/local/share/pygtk/2.0/codegen/h2def.py
  /opt/local/share/pygtk/2.0/codegen/h2def.pyc
  /opt/local/share/pygtk/2.0/codegen/h2def.pyo
  /opt/local/share/pygtk/2.0/codegen/mergedefs.py
  /opt/local/share/pygtk/2.0/codegen/mergedefs.pyc
  /opt/local/share/pygtk/2.0/codegen/mergedefs.pyo
  /opt/local/share/pygtk/2.0/codegen/mkskel.py
  /opt/local/share/pygtk/2.0/codegen/mkskel.pyc
  /opt/local/share/pygtk/2.0/codegen/mkskel.pyo
  /opt/local/share/pygtk/2.0/codegen/override.py
  /opt/local/share/pygtk/2.0/codegen/override.pyc
  /opt/local/share/pygtk/2.0/codegen/override.pyo
  /opt/local/share/pygtk/2.0/codegen/reversewrapper.py
  /opt/local/share/pygtk/2.0/codegen/reversewrapper.pyc
  /opt/local/share/pygtk/2.0/codegen/reversewrapper.pyo
  /opt/local/share/pygtk/2.0/codegen/scmexpr.py
  /opt/local/share/pygtk/2.0/codegen/scmexpr.pyc
  /opt/local/share/pygtk/2.0/codegen/scmexpr.pyo
  /opt/local/share/pygtk/2.0/defs/atk-types.defs
  /opt/local/share/pygtk/2.0/defs/atk.defs
  /opt/local/share/pygtk/2.0/defs/gdk-2.10.defs
  /opt/local/share/pygtk/2.0/defs/gdk-2.12.defs
  /opt/local/share/pygtk/2.0/defs/gdk-base-types.defs
  /opt/local/share/pygtk/2.0/defs/gdk-base.defs
  /opt/local/share/pygtk/2.0/defs/gdk-types.defs
  /opt/local/share/pygtk/2.0/defs/gdk.defs
  /opt/local/share/pygtk/2.0/defs/gtk-2.10-types.defs
  /opt/local/share/pygtk/2.0/defs/gtk-2.10.defs
  /opt/local/share/pygtk/2.0/defs/gtk-2.12-types.defs
  /opt/local/share/pygtk/2.0/defs/gtk-2.12.defs
  /opt/local/share/pygtk/2.0/defs/gtk-base-types.defs
  /opt/local/share/pygtk/2.0/defs/gtk-base.defs
  /opt/local/share/pygtk/2.0/defs/gtk-types.defs
  /opt/local/share/pygtk/2.0/defs/gtk.defs
  /opt/local/share/pygtk/2.0/defs/gtkunixprint.defs
  /opt/local/share/pygtk/2.0/defs/libglade.defs
  /opt/local/share/pygtk/2.0/defs/pango-types.defs
  /opt/local/share/pygtk/2.0/defs/pango.defs
  /opt/local/share/pygtk/2.0/defs/pangocairo.defs
  /opt/local/share/pygtk/2.0/defs/pangocairo.override
bash-3.2#


_______________________________________________
Sent through the nmap-dev mailing list
http://cgi.insecure.org/mailman/listinfo/nmap-dev
Archived at http://SecLists.Org


Current thread: