You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 23, 2019. It is now read-only.
I am unable to get ImageAlpha to start, here is what I get when running from the CLI:
Traceback (most recent call last):
File "main.py", line 20, in <module>
import ImageAlphaDocument
File "/Applications/ImageAlpha.app/Contents/Resources/ImageAlphaDocument.py", line 7, in <module>
import IAImageView
File "/Applications/ImageAlpha.app/Contents/Resources/IAImageView.py", line 11, in <module>
class IAImageView(NSView):
objc.BadPrototypeError: Objective-C expects 1 arguments, Python argument has 2 arguments for <unbound selector _setZoom of IAImageView at 0x1107d2ed0>
The text was updated successfully, but these errors were encountered:
I am unable to get ImageAlpha to start, here is what I get when running from the CLI:
The text was updated successfully, but these errors were encountered: