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 Jan 6, 2021. It is now read-only.
Hello
I have the Mac version of Rhino/Grasshopper and I have been having an issue importing Python modules in GH. One thing I am not sure of is if ghpython is the same as the python node that comes default in mac GH (on the food4Rhino site it lists ghpython as being for PC). I am specifically having an issue importing AppKit.
With simple typing 'import AppKit' in the python editor window I receive the following error:
I have also tried the sys.path method to direct the path to the pyobjc folder which contains both AppKit and objc. When I am on the top-level pyobjc folder I receive the following error:
Any idea what the issue is and what I can do to import AppKit/Pyobjc and other modules?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello
I have the Mac version of Rhino/Grasshopper and I have been having an issue importing Python modules in GH. One thing I am not sure of is if ghpython is the same as the python node that comes default in mac GH (on the food4Rhino site it lists ghpython as being for PC). I am specifically having an issue importing AppKit.
With simple typing 'import AppKit' in the python editor window I receive the following error:
I have also tried the sys.path method to direct the path to the pyobjc folder which contains both AppKit and objc. When I am on the top-level pyobjc folder I receive the following error:
Any idea what the issue is and what I can do to import AppKit/Pyobjc and other modules?
The text was updated successfully, but these errors were encountered: