Open aeisenbarth opened 3 years ago
Thanks @aeisenbarth for reporting!
Adding import napari._qt in the top of napari_tools_menu/init.py solves it.
I couldn't reproduce the issue on my system (neither on napari 0.4.11 nor on 0.4.12), but adding this line also doesn't hurt. Thus, I just released napari-tools-menu 0.1.5 with your suggestion. Would you mind installing it on your machine and reporting back if that solves the problem?
Thanks!
Best, Robert
I get an exception when using napari-tools-menu 0.1.4 in napari 0.4.11.
After adding
print_exc()
at the end of the except block (which is maybe good practice), I get more insight:I don't see that
_qt
is exported in mynapari/__init__.py
Adding
import napari._qt
in the top ofnapari_tools_menu/__init__.py
solves it.