[BangPypers] Is it possible to run python software in WinxP?

Pradeep Gowda pradeep at btbytes.com
Wed Dec 23 05:46:19 CET 2009


On Tue, Dec 22, 2009 at 11:00 PM, 74yrs old <withblessings at gmail.com> wrote:

> for download  at website viz  http://code.google.com/p/tesseractindic/. (
> On
> request,  the said  program - shall forward the same to you)
>
> You need GTK2+ libraries and PyGTK
The first one is available at:
http://gtk-win.sourceforge.net/home/index.php/en/Downloads
direct link: (
http://downloads.sourceforge.net/gtk-win/gtk2-runtime-2.16.6-2009-12-01-ash.exe?download
)
and the second one at: http://ftp.gnome.org/pub/GNOME/sources/pygtk/2.14/

Install the GTK2+ using the given exe installer.
The PyGTK tar.gz has to be untarred (unzipped) and inside you will find a
setup.py file

Run
python.exe setup.py install
>From the windows command line (Start->Run->cmd)

after this you will be able to install tesseractindic package and run the
app.

+PG


More information about the BangPypers mailing list