AdhesionText Error

Getting this error in the module window, am I missing a dependancy?


Start
Traceback (most recent call last):
File “adhesiontext.py”, line 111, in
from defconAppKit.windows.baseWindow import BaseWindowController
ImportError: No module named windows.baseWindow
End

I’m seeing the same thing.

It is not a bug. At least not with Glyphs. Can you please check your installation if vanilla and defcon?

What should appear in /Library/Python/2.6/site-packages/defconAppKit/ after installing? I only see init.py and init.pyc there, which seems like it might not be right.

There should be four folders and the init file. I usually just download the library and copy the content of the lib folder into site-packages. I never used the install script.

Thanks Georg, copying those folders over got it working!

Thanks, me too!