Wiki

Clone wiki

beremiz / How to run Beremiz or PLCOpenEditor on Mac OS X

  1. Install MacPorts
  2. Install python27, py27-pip and py27-wxpython-3.0 via MacPorts
  3. Install pyro, nevow, numpy, matplotlib (version 1.4.3) and lxml via Python PIP

It is essential to use matplotlib 1.4.3 since there seems to be some kind of issue with wxpython and/or matplotlib versions after 1.4.3 that leads to an error "unknown encoding" on Mac OS.

Updated