On 26/04/2020 at 17:20, John Ralls wrote:
It seems that python 3.8 requires an additional argument to python3-config, 
--embed.
 From https://docs.python.org/3/whatsnew/3.8.html,
"To embed Python into an application, a new --embed option must be passed to 
python3-config --libs --embed to get -lpython3.8 (link the application to libpython). To 
support both 3.8 and older, try python3-config --libs --embed first and fallback to 
python3-config --libs (without --embed) if the previous command fails."
That did it, thanks!


Gtk-osx doesn't support Python2.
I thought so, only tried it because in the gtk-mac-bundler instructions python-config is used instead of python3-config.


Regards,
John Ralls



_______________________________________________
gtk-osx-users-list mailing list
gtk-osx-users-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-osx-users-list

Reply via email to