Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Embedded python fails to compile on Raspberry Pi
Post: RE: Embedded python fails to compile on Raspberry ...

OK, problem solved. It seems that the behavior of the python3-config script was changed in Python 3.8: https://docs.python.org/3/whatsnew/3.8.h...ease-build To embed Python into an application, a new...
tryfon General Coding Help 2 3,488 Dec-22-2020, 02:06 PM
    Thread: Embedded python fails to compile on Raspberry Pi
Post: RE: Embedded python fails to compile on Raspberry ...

I made some progress after changing the linker command to: gcc test.o -L/usr/local/opt/python-3.9.1/lib/python3.9/config-3.9-arm-linux-gnueabihf -L/usr/local/opt/python-3.9.1/lib -lcrypt -lpthread -l...
tryfon General Coding Help 2 3,488 Dec-22-2020, 01:17 PM
    Thread: Embedded python fails to compile on Raspberry Pi
Post: Embedded python fails to compile on Raspberry Pi

Hi all! I installed python 3.9.1 on my Raspberry Pi following the instructions here and set it as the default python interpreter. I got my compiling and linking parameters for embedded Python followi...
tryfon General Coding Help 2 3,488 Dec-22-2020, 11:57 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020