Skip to content

Commit

Permalink
If we're going qt6, let's go qt6. Fix plugin path
Browse files Browse the repository at this point in the history
  • Loading branch information
pgunn committed Jan 27, 2025
1 parent 66120c7 commit 6ef1051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion caiman/source_extraction/volpy/volpy_gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
from caiman.external.cell_magic_wand import cell_magic_wand_single_point

os.environ["QT_QPA_PLATFORM_PLUGIN_PATH"] = os.fspath(
Path(PySide6.__file__).resolve().parent / "Qt5" / "plugins")
Path(PySide6.__file__).resolve().parent / "Qt6" / "plugins")


def mouseClickEvent(event):
Expand Down

0 comments on commit 6ef1051

Please sign in to comment.