Bug 279827 - emulators/playonbsd missing dependency
Summary: emulators/playonbsd missing dependency
Status: New
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-06-18 08:57 UTC by no2spam-br
Modified: 2024-06-18 11:26 UTC (History)
1 user (show)

See Also:
linimon: maintainer-feedback? (Clockwork6400)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description no2spam-br 2024-06-18 08:57:27 UTC
playonbsd-4.2.10_12 package missing runtime dependencies py39-natsort and ImageMagick7 (bug #238513) 


error regarding missing Python natsort module:

% playonbsd
Looking for python3... 3.9.18 - selected
Traceback (most recent call last):
  File "/usr/local/lib/playonbsd/python/mainwindow.py", line 39, in <module>
    import lib.lng as lng
  File "/usr/local/lib/playonbsd/python/lib/lng.py", line 6, in <module>
    from . import Variables
  File "/usr/local/lib/playonbsd/python/lib/Variables.py", line 6, in <module>
    import wx, lib.playonlinux as playonlinux
  File "/usr/local/lib/playonbsd/python/lib/playonlinux.py", line 9, in <module>
    import natsort
ModuleNotFoundError: No module named 'natsort'