[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gnue-dev] addition to GTK2 UI install README
From: |
Bajusz Tamás |
Subject: |
[Gnue-dev] addition to GTK2 UI install README |
Date: |
Thu, 29 Aug 2002 20:20:35 +0200 |
from PyGTK FAQ:
---------------------------------------------------------------
20.13. How do I get PyGTK2 and libglade2 to work on win32
Lars Bensmann provided the following walkthrough:
1. Get Python 2.2.1
2. From [www.gimp.org] get the following packages:
libiconv-1.7.zip
libintl-0.10.40-20020310.zip
glib-2.0.4-20020703.zip
gtk+-2.0.3-20020530.zip
atk-1.0.1-20020518.zip
pango-1.0.2-20020530.zip
3. Unpack the above packages in a common directory, e.g. C:\Programm
Files\Common Files\GTK\2.0\ (from now on called %gtkdir%)
4. Add %gtkdir%\lib and %gtkdir%\bin to your PATH. (Add the following line
to your C:\AUTOEXEC.BAT (if you are using a DOS-based Windows version
(W95,W98,ME) Don't asked me about the others.)) set
PATH="%PATH%;%gtkdir%\lib;%gtkdir%\bin" (You need to substitute %gtkdir%
with your actual directory of course.)
5. Reboot (editor's note: mwahahaha).
6. From [www.pcpm.ucl.ac.be] get the following packages:
PyGtk-1.99.11-libglade.win32.exe
libglade-dlls.zip
7. Install PyGtk-1.99.11-libglade.win32.exe.
8. Extract libglade-dlls.zip into %gtkdir%\lib
9. Start a Python interpreter and type "import gtk, gtk.glade"
10. Don't get an error message.
11. You're done.
------------------------------------------------------
I tried this, and it worked for me with current CVS version of GTK2 forms.
Bajusz Tamás (btami)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gnue-dev] addition to GTK2 UI install README,
Bajusz Tamás <=