PhotoFilmStrip / PFS

Desktop application
Other
39 stars 15 forks source link

PFS wont start: Err "No module named 'wx.svg' #101

Closed jf-simon closed 1 year ago

jf-simon commented 2 years ago

I love PFS, but pfs wont start: Err "No module named 'wx.svg'"

[simon@hope PFS-4.0.0]$ photofilmstrip Traceback (most recent call last): File "/usr/local/bin/photofilmstrip", line 8, in main() File "/usr/local/lib/python3.10/site-packages/photofilmstrip/GUI.py", line 51, in main guiApp.Start() File "/usr/local/lib/python3.10/site-packages/photofilmstrip/AppMixin.py", line 55, in Start return self._OnStart() File "/usr/local/lib/python3.10/site-packages/photofilmstrip/GUI.py", line 28, in _OnStart from photofilmstrip.gui.PhotoFilmStripApp import PhotoFilmStripApp File "/usr/local/lib/python3.10/site-packages/photofilmstrip/gui/PhotoFilmStripApp.py", line 15, in from photofilmstrip.gui.ArtProvider import ArtProvider File "/usr/local/lib/python3.10/site-packages/photofilmstrip/gui/ArtProvider.py", line 12, in import wx.svg ModuleNotFoundError: No module named 'wx.svg'

i'm using fedora 36 tried building from source and the 4.0.0 release.

Any tips?

Greetings Simon

jensgoe commented 2 years ago

Thanks. If you want to start from source you need wxPython4.1. Sadly that's not included in official package repository. Either you compile wxPython from sources as well or start PFS from branch wxPy-4.0.x. It is up to date to master branch except the wx.svg stuff.

jf-simon commented 2 years ago

thanks for the answer, i managed to get PFS-4.0.0 working.

:)