loicsander / Robofont-scripts

MIT License
68 stars 28 forks source link

from cleanPen import FilterPointPen / cannot import name FilterPointPen #15

Closed thomgb closed 9 years ago

thomgb commented 9 years ago

I suspect that you didnt commit cleanPen.py :)

Traceback (most recent call last):
  File "penBallWizard.py", line 14, in <module>
  File "/Users/thomjanssen/Library/Application Support/RoboFont/plugins/PenBallWizard.roboFontExt/lib/objects/manager.py", line 11, in <module>
  File "/Users/thomjanssen/Library/Application Support/RoboFont/plugins/PenBallWizard.roboFontExt/lib/objects/glyphFilter.py", line 9, in <module>
ImportError: cannot import name FilterPointPen
loicsander commented 9 years ago

Worse, I changed it, I’m revising the inner workings in hopes of reaching a first stable version, thanks for standing by and being such a patient tester ; )

Last commit should bring things back to normal.

thomgb commented 9 years ago

Hey man its my pleasure. Glad to help. And I think I speak for many to say thank you for making these tools. :) Thumbs up!

This issue is solved.