Problems with python and Glyphs

Ale Paul
Posts: 35
Hello
Maybe someone could point me how to solve that.
I m not able to run any script of Glyphs app (I am able to run plugins).
When I try the macro window with any script It gives me this dialog
Maybe someone could point me how to solve that.
I m not able to run any script of Glyphs app (I am able to run plugins).
When I try the macro window with any script It gives me this dialog
Traceback (most recent call last):
File "<string>", line 3, in <module>
ImportError: No module named objc
Traceback (most recent call last):
File "<string>", line 7, in <module>
File "GlyphsApp/__init__.py", line 2, in <module>
dialogKit: easy bake dialogs
ImportError: No module named objc
Anyone knows how to fix that? AShould I uninstall python and reinstall it? How do I do that in a safe way?
I am on 10.12.6
Thanks in advance.
Anyone knows how to fix that? AShould I uninstall python and reinstall it? How do I do that in a safe way?
I am on 10.12.6
Thanks in advance.
0
Comments
-
Python module like
<b>objc</b>
cannot be re-used between python versions. Most probably Python build-in in Glyphs and Python installed in your system are in different versions.
You can check it by startingimport sys<br>print(sys.version)
in Glyphs and in macro window script.
If that's so (and if You use pip), You can add objc module to macro window Python:<pre class="CodeBlock"><code>pip install -U pyobjc
1
Categories
- All Categories
- 44 Introductions
- 3.8K Typeface Design
- 825 Font Technology
- 1.1K Technique and Theory
- 637 Type Business
- 453 Type Design Critiques
- 550 Type Design Software
- 30 Punchcutting
- 139 Lettering and Calligraphy
- 86 Technique and Theory
- 53 Lettering Critiques
- 503 Typography
- 311 History of Typography
- 118 Education
- 74 Resources
- 526 Announcements
- 84 Events
- 110 Job Postings
- 162 Type Releases
- 169 Miscellaneous News
- 272 About TypeDrawers
- 54 TypeDrawers Announcements
- 117 Suggestions and Bug Reports