Nico Tonnhofer
bf72cb7f10
python3: pep8 all files.
...
e.g. 4 spaces for identation
using black for this:
https://github.com/ambv/black
2019-04-18 09:10:37 +02:00
Nico Tonnhofer
9b49097ac3
configtool: stage 1 for making it compatible with python3
2019-04-18 09:09:53 +02:00
Nico Tonnhofer
8fc867ae72
configtool: fix wx test
2019-04-18 09:09:45 +02:00
Nico Tonnhofer
a4959ff0dd
configtool: add check for wxPython 4
2019-04-17 21:40:54 +02:00
Nico Tonnhofer
727d5dee66
configtool: use new wxPython 4
...
Installation/Update:
- Windows/macOS
pip install -U wxPython
- Linux
pip install -U wxPython
- if it fails to install wxPython >= 4 go ahead, else you're done.
Check https://extras.wxpython.org/wxPython4/extras/linux/gtk3/
for e.g. Ubuntu 18.04:
pip install -U \
-f https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-18.04/ \
wxPython
check also https://wxpython.org/pages/downloads/ for further details.
2018-12-30 22:12:36 +01:00
Nico Tonnhofer
55f560260f
configtool: with commandline it is not necessary to have wx
...
e.g. the regressiontests will work without wx
2018-12-21 20:03:17 +01:00
Phil Hord
2c5a36b14e
Configtool: make Settings the "global" container.
...
Instead of passing myriad variables around in arguments to
classes and functions, put the global settings like "verbose" and
"cmdFolder" in the Settings object and pass that in to the top.
2016-06-05 21:09:11 +02:00
Phil Hord
eafb8e0bfb
Configtool: begin command line automation.
...
Add a command line handler mode to Configtool to permit automation
for scripts.
Traumflug's review note: restored Python 3 checks.
2016-06-05 21:09:04 +02:00