Opened 6 years ago
Closed 6 weeks ago
#58365 closed defect (worksforme)
gnucash: Requires py-gobject3
Reported by: | mf2k (Frank Schima) | Owned by: | drkp (Dan Ports) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | gnucash |
Description (last modified by mf2k (Frank Schima))
When attempting to run gnucash 3.5, it returns the following error on the command line:
$ gnucash Traceback (most recent call last): File "/opt/local/share/gnucash/python/init.py", line 5, in <module> from gi import require_version ModuleNotFoundError: No module named 'gi'
The solution is to install py36-gobject3.
It should switch to python37 and py37-gobject3 or at least add py36-gobject3 to the runtime dependencies.
Change History (2)
comment:1 Changed 6 years ago by mf2k (Frank Schima)
Description: | modified (diff) |
---|
comment:2 Changed 6 weeks ago by mf2k (Frank Schima)
Resolution: | → worksforme |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
This appears to not happen anymore.