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
- 46 Introductions
- 3.9K Typeface Design
- 489 Type Design Critiques
- 568 Type Design Software
- 1.1K Type Design Technique & Theory
- 662 Type Business
- 868 Font Technology
- 29 Punchcutting
- 526 Typography
- 121 Type Education
- 326 Type History
- 79 Type Resources
- 112 Lettering and Calligraphy
- 33 Lettering Critiques
- 79 Lettering Technique & Theory
- 564 Announcements
- 95 Events
- 116 Job Postings
- 170 Type Releases
- 182 Miscellaneous News
- 278 About TypeDrawers
- 55 TypeDrawers Announcements
- 121 Suggestions and Bug Reports
