View Single Post
Old 03-18-2024, 01:37 PM   #1
chipbeaulieu
Junior Member
chipbeaulieu began at the beginning.
 
Posts: 7
Karma: 10
Join Date: May 2023
Device: Mac
Plugin Start Up Error - "symbol not found"

I have a Mac ARM laptop with macOS Sonoma installed. I am trying to run some plugins that used to work but now fail on startup when I try to use gumbo. A simple plugin without gumbo still works fine.

#Import:
import sigil_gumbo_bs4_adapter as gumbo

This is the error I get:
File "/Applications/Sigil.app/Contents/plugin_launchers/python/sigil_gumbo_bs4_adapter.py", line 35, in <module>
import sigil_gumboc as gumboc
File "/Applications/Sigil.app/Contents/plugin_launchers/python/sigil_gumboc.py", line 132, in <module>
SourcePosition.EMPTY = SourcePosition.in_dll(_dll, 'kGumboEmptySourcePosition')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^
ValueError: dlsym(RTLD_DEFAULT, kGumboEmptySourcePosition): symbol not found
Error: dlsym(RTLD_DEFAULT, kGumboEmptySourcePosition): symbol not found

Any suggestions for correcting this would be appreciated.
chipbeaulieu is offline   Reply With Quote