My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Featured
Downloads
Links

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
$ 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!

Windows

We provide an installer in Downloads section. Take a look there.

License

GHex is licensed under GPLv2 so I've to respect this license for the bindings too.

Project using PyGtkHex

Links

Check out my blog for updates.

Resources

Powered by Google Project Hosting