|
Project Information
Featured
Downloads
Links
|
IntroductionPython binding for GtkHex widget provided by GHex, theGNOME hex editor. ScreenshotsTake a look at this post: http://blog.archpwn.org/2009/04/pygtkhex-11-released.html InstallationFrom sourcesJust 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 ArchLinuxWe 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 $ pacman -U pygtkhex-1.1-1-i686.pkg.tar.gz or you could simply get the precompiled package: $ wget http://pygtkhex.googlecode.com/files/pygtkhex-1.1-1-i686.pkg.tar.gz $ pacman -U pygtkhex-1.1-1-i686.pkg.tar.gz That's all! WindowsWe provide an installer in Downloads section. Take a look there. LicenseGHex is licensed under GPLv2 so I've to respect this license for the bindings too. Project using PyGtkHexLinksCheck out my blog for updates. Resources |