From ce06694d5cad3d91c7546caaafab9405c71849d3 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sun, 13 Mar 2022 16:48:16 -0400 Subject: libraries/wxPython: Wrap README at 72 columns. Signed-off-by: B. Watson --- libraries/wxPython/README | 34 ++++++++++++++++++++++++---------- 1 file changed, 24 insertions(+), 10 deletions(-) (limited to 'libraries/wxPython') diff --git a/libraries/wxPython/README b/libraries/wxPython/README index 25804957ea77..1f20bd3ae7e8 100644 --- a/libraries/wxPython/README +++ b/libraries/wxPython/README @@ -1,15 +1,29 @@ -wxPython is a GUI toolkit for the Python programming language. It allows -Python programmers to create programs with a robust, highly functional -graphical user interface simply and easily. It is implemented as a Python -extension module (native code) that wraps the popular wxWidgets cross -platform GUI library which is written in C++. +wxPython is a GUI toolkit for the Python programming language. +It allows Python programmers to create programs with a robust, +highly functional graphical user interface simply and easily. It is +implemented as a Python extension module (native code) that wraps the +popular wxWidgets cross platform GUI library which is written in C++. -If you want support for gnomeprint pass GNOMEPRINT=yes to the script. This -will require libgnomeprint and libgnomeprintui, both available from -SlackBuilds.org. +If you want support for gnomeprint pass GNOMEPRINT=yes to the +script. This will require libgnomeprint and libgnomeprintui, both +available from SlackBuilds.org. Another optional dependency is libmspack, which is used by the CHM help viewer. -wxPython is a port of wxWidgets and as such compatible to other ports like -wxGTK and wxX11. +wxPython is a port of wxWidgets and as such compatible to other ports +like wxGTK and wxX11. Note that SlackBuilds.org builds are only tested +with wxPython (not wxGTK or wxX11), so this is the correct package to +install unless you have very specific and weird requirements. + +wxPython can be installed alongside wxGTK3, but it will overwrite the +/usr/bin/wx-config created by wxGTK3. + +If you need to build packages using wxGTK3, simply reinstall the +wxGTK3 package and wx-config will point to correct version. + +The same solution can be used if wxPython's wx-config is overwritten. + +We are in the process of updating all scripts that use wxGTK3 or +wxPython to ignore the wx-config symlink at build time, so this will +stop being a problem some time in the future. -- cgit v1.2.3