$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

How to Install WxPython Python 3 on Debian Gnu/Linux Distro

GNU/Linux Debian Installing Python 3 wxPython Guide

Hi! The Tutorial shows you Step-by-Step How to Install wxPython Python 3 in Debian GNU/Linux Desktops.

Especially relevant: an Equivalent wxPython Debian Setup may be achieved on Anaconda Python instead that for the System one like here!

And wxPython for Debian is the Best and Most Mature Python Cross-Platform GUI Toolkit, given a number of constraints.
The only reason wxPython isn’t the Standard Python GUI Toolkit is that Tkinter was there first.

Finally, this Setup is valid for all the Debian-based Distros like:

  • Kali
  • MX Linux
  • Deepin
  • Parrot
  • antiX
  • SparkyLinux
  • Q4OS
  • Netrunner
  • Voyager
  • MakuluLinux
  • Elive
  • LMDE
  • Parsix
  • (You may just need to Discover what’s the Parent Release)
Installing wxPython Python 3 for Debian - Featured

GNU/Linux Debian wxPython Python 3 Toolkit Installation Guide