Problems with python and Glyphs
Options

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
- 46 Introductions
- 3.8K Typeface Design
- 476 Type Design Critiques
- 555 Type Design Software
- 1.1K Type Design Technique & Theory
- 640 Type Business
- 831 Font Technology
- 29 Punchcutting
- 508 Typography
- 120 Type Education
- 313 Type History
- 75 Type Resources
- 109 Lettering and Calligraphy
- 30 Lettering Critiques
- 79 Lettering Technique & Theory
- 533 Announcements
- 86 Events
- 110 Job Postings
- 167 Type Releases
- 169 Miscellaneous News
- 274 About TypeDrawers
- 53 TypeDrawers Announcements
- 119 Suggestions and Bug Reports