Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
PyGUI installation issue
#1
I get is this error:

$ python blobedit.py
Traceback (most recent call last):
File "blobedit.py", line 1, in <module>
from GUI import Window, Label, Font, application
File "/usr/local/lib/python2.7/site-packages/GUI/Window.py", line 12, in <module>
from GUI.Utils import NSMultiClass, PyGUI_NS_EventHandler, PyGUI_Flipped_NSView
File "/usr/local/lib/python2.7/site-packages/GUI/Utils.py", line 71, in <module>
class PyGUI_NSActionTarget(NSObject):
objc.BadPrototypeError: Objective-C expects 1 arguments, Python argument has 3 arguments for <unbound selector call_method of PyGUI_NSActionTarget at 0x10933a578>

Any help, ideas?
Reply
#2
Suggestion: Remove python2.7 from your computer and install a modern Python.
« We can solve any problem by introducing an extra level of indirection »
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Adspy installation issue ayaz786amd 5 4,249 Dec-05-2018, 11:07 AM
Last Post: Larz60+
  Pympler installation issue Katsuke 8 7,720 Aug-17-2017, 05:37 PM
Last Post: snippsat

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020