Skip to main content

Why won't MyPaint Start on Mac?

Documentation > User Manuals > Frequently Asked Questions

The problem

I just installed MyPaint via sudo port install mypaint, but it won’t start!

The last line MyPaint says when run in the terminal is:

AttributeError: 'NoneType' object has no attribute 'append_search_path'

The Answer

From this comment on GitHub:

In a default MacPorts installation, MyPaint uses X11. Therefore you must install an X11 server. MacPorts doesn’t do it automatically because it doesn’t know which one you want.

Steps to Take

  1. Run sudo port install xorg-server in the command line.
  2. Log out and log back in.