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

How to Install WxPython Classic for Python 2.7 Cocoa on Mac OS X 10.9 Mavericks

November 9, 2014 | By Zen BSD.

Mac OS X 10.9 Mavericks wxPython Python 2.7 Quick Start

The Unix Tutorial shows you Step-by-Step How to Install and Getting-Started with wxPython 3 Classic for Python 2.7 and Cocoa API on macOS 10.9 Mavericks Desktop.

wxPython is the best and most mature 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.

Getting-Started wxPython Python 2.7 Cocoa for macOS 10.9 Mavericks - Featured
  1. Download wxPython Python 2.7 for macOS.

    wxPython for Mac Cocoa API
  2. Double-Click on .pkg to Mount.

  3. Double-Click on Package Installer.

    Installing wxPython for macOS Cocoa 10.9 Mavericks - Running Installer
  4. Follow the Installation Wizard.

    Installing wxPython for macOS Cocoa 10.9 Mavericks - Follow Wizard
    Installing wxPython for macOS Cocoa 10.9 Mavericks - Installation Success
  5. Getting-Started with wxPython macOS.

    wxPython GUI Quick Start Docs

Installing wxPython for macOS Cocoa 10.9 Mavericks - Hello World Window