Opened 5 years ago

Closed 5 years ago

#58857 closed defect (worksforme)

gnucash @3.5.0: ModuleNotFoundError: No module named 'gi' dyld: Symbol not found: _sqlite3_intarray_bind

Reported by: kencu (Ken) Owned by: drkp (Dan Ports)
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: gnucash

Description

This is on 10.13. Looks like the DYLD path is messing up Apple's CoreData library and it's finding the wrong version of libsqlite3.

$ 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'
dyld: Symbol not found: _sqlite3_intarray_bind
  Referenced from: /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
  Expected in: /opt/local/lib/libsqlite3.dylib
 in /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData

gnucash still seems to open and run -- haven't tried to see if it can do everything it's supposed to do, though.

Change History (1)

comment:1 Changed 5 years ago by kencu (Ken)

Resolution: worksforme
Status: assignedclosed

this appears to work properly for the vast majority of users, so must be something unique to my setup.

Note: See TracTickets for help on using tickets.