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
- 43 Introductions
- 3.7K Typeface Design
- 798 Font Technology
- 1K Technique and Theory
- 617 Type Business
- 444 Type Design Critiques
- 541 Type Design Software
- 30 Punchcutting
- 136 Lettering and Calligraphy
- 83 Technique and Theory
- 53 Lettering Critiques
- 483 Typography
- 301 History of Typography
- 114 Education
- 68 Resources
- 498 Announcements
- 79 Events
- 105 Job Postings
- 148 Type Releases
- 165 Miscellaneous News
- 269 About TypeDrawers
- 53 TypeDrawers Announcements
- 116 Suggestions and Bug Reports