资 源 简 介
Introduction
Python binding for GtkHex widget provided by GHex, theGNOME hex editor.
Screenshots
Take a look at this post: http://blog.archpwn.org/2009/04/pygtkhex-11-released.html
Installation
From sources
Just get a copy of the pygtkhex tarball from here. We assume that you have gcc, gtk+ dev files, pygtk dev files and python already installed.
Full instructions:
$ wget http://pygtkhex.googlecode.com/files/PyGtkHex-X.Y.Z.tar.bz2$ tar xvfj PyGtkHex-X.Y.Z.tar.bz2$ cd PyGtkHex-X.Y.Z$ python setup.py install
ArchLinux
We provide a PKGBUILD and a package for archlinux. If you choose to use the PKGBUILD simply do:
$ wget http://pygtkhex.googlecode.com/svn/trunk/contrib/archlinux/PKGBUILD$ makepkg$ pacm