Thx.
I'll try that way .
Once again thx for your suggestion
···
-----Original Message-----
From: Christopher Barker [mailto:Chris.Barker@noaa.gov]
Sent: Saturday, January 21, 2006 2:18 AM
To: wxPython-users@lists.wxwidgets.org
Subject: Re: [wxPython-users] single python documentation
gede sutarsa wrote:
Yet I don't have wxPython on it. Could anybody tell me :
2. which package that must be installed to run wxPyhon on my computer.
Ive download this file :- wxPython2.6-devel-gtk2-ansi-2.6.1.0-rh9_py2.4.i386.rpm
- wxPython2.6-devel-gtk2-unicode-2.6.1.0-rh9_py2.4.i386.rpm
- wxPython3.6-devel-gtk2-ansi-2.6.1.0-rh9_py2.4.i386.rpm
- wxPython3.6-devel-gtk2-unicode-2.6.1.0-rh9_py2.4.i386.rpm
- wxPython-common-gtk2-ansi-2.6.1.0-rh9_py2.4.i386.rpm
- wxPython-common-gtk2-unicode-2.6.1.0-rh9_py2.4.i386.rpm
these are rpms, if your system is close enough to RedHat 9, you can
install them with:
rpm -Uvh NameOfRpm.rpm
run as root.
You don't need all of them, however. You need EITHER The ansi version OR
the unicode version. unicode will handle multiple languages better.
You also may no need the "devel" files, unless you intend to compile
stuff that needs wx. You also need the primary rpm:
wxPython2.6-gtk2-unicode-2.6.2.1-rh9_py2.4.i386.rpm
(note that 2.6.2 is out)
You can install them all at once with:
rpm -Uvh wxPython*unicode*.rpm
IF those rpms don't work, you can build some yourself by downloading the
*src.rpms, an building them with:
rpmbuild --rebuild NameOfPackage.src.rpm
If you look at the end of the output, it will tell you where teh binary
rpms were put. copythem to someone convienint, and install them with the
above commands.
NOTE: there are also GUI tools to install rpms, I'm sure Mandriva has one.
-Hope that helps,
-Chris
--
Christopher Barker, Ph.D.
Oceanographer
NOAA/OR&R/HAZMAT (206) 526-6959 voice
7600 Sand Point Way NE (206) 526-6329 fax
Seattle, WA 98115 (206) 526-6317 main reception
Chris.Barker@noaa.gov
---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwidgets.org
For additional commands, e-mail: wxPython-users-help@lists.wxwidgets.org