$ sudo apt-get update
$ sudo apt-get install dpkg-dev build-essential libjpeg-dev libtiff-dev libsdl1.2-dev libgstreamer-plugins-base0.10-dev libnotify-dev freeglut3 freeglut3-dev libwebkitgtk-dev
$ cd wxPython-4.0.1
$ python3 build.py build bdist_wheel --jobs=1 --gtk2
$ cd ~/wxPython-4.0.1/dist
$ pip3 install wxPython-4.0.1-cp36-cp36m-linux_armv7l.whl
The compilation time takes to much, at least four hours, but it works
Please try again!
$ sudo apt-get update
$ sudo apt-get install dpkg-dev build-essential libjpeg-dev libtiff-dev libsdl1.2-dev libgstreamer-plugins-base0.10-dev libnotify-dev freeglut3 freeglut3-dev libwebkitgtk-dev
and then install the compiled file in the above link
sudo pip3 install wxPython-4.0.1-cp35-cp35m-linux_armv7l.whl worked.
Statring the demo.py I got a menu (really good graphics!!) but the following:
i@hostb:~/wxPython-4.0.1/demo $ python demo.py
** (demo.py:2976): CRITICAL **: clearlooks_style_draw_box_gap: assertion 'height >= -1' failed
** (demo.py:2976): CRITICAL **: clearlooks_style_draw_box_gap: assertion 'height >= -1' failed
** (demo.py:2976): CRITICAL **: clearlooks_style_draw_box_gap: assertion 'height >= -1' failed
Since the GUI has suberb graphics I want to stay with wxPython.
-- Tim Roberts, ti...@probo.com Providenza & Boekelheide, Inc.
On Tuesday, April 10, 2018 at 1:25:28 PM UTC-7, Tim Roberts wrote:
Keep Secret wrote:
sudo pip3 install wxPython-4.0.1-cp35-cp35m-linux_armv7l.whl worked.
Statring the demo.py I got a menu (really good graphics!!) but the following:
i...@hostb:~/wxPython-4.0.1/demo $ python demo.py
** (demo.py:2976): CRITICAL **: clearlooks_style_draw_box_gap: assertion 'height >= -1' failed
** (demo.py:2976): CRITICAL **: clearlooks_style_draw_box_gap: assertion 'height >= -1' failed
** (demo.py:2976): CRITICAL **: clearlooks_style_draw_box_gap: assertion 'height >= -1' failed
Since the GUI has suberb graphics I want to stay with wxPython.
Many wxWidgets trigger these GTK warnings. Despite the word "CRITICAL", almost without exception, they can be ignored.
I wish the GTK guys would put these warnings in a log file somewhere so as not to alarm users.