flika-org / flika

An interactive image processing program for biologists written in Python.
http://flika-org.github.io/
MIT License
22 stars 1 forks source link

Bug installing plugins on Mac #19

Closed kyleellefsen closed 7 years ago

kyleellefsen commented 7 years ago

This is the exception I get trying to install a plugin on a Mac.

screen shot 2017-03-21 at 8 43 17 am
BrettJSettle commented 7 years ago

This is a result of compiled python files from an older version of Python. The .pyc files have a header that specifies the version of Python. Remove the .pyc files to resolve this issue.