Python Forum
embed python script in C programm
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
embed python script in C programm
#1
Hi everyone!
I'm working on a project written in GO and some time ago our team was made to use a python module (as it was the only available). Go uses a technology called CGO to embed C code. (these information probably does not matter in the real topic, but I wanted to share some context)

I reached two problems:
#1 C and linker flags:
on linux, there is a python3-config script that finds out necessary flags to be passed to ld/gcc over that, there is a pkg-config command that does the work even easier. Generally there is no problems on linux.
Anyway, our application needs to be shipped mostly for windows enviroument, and here is the real problemm: how to compile our app on windows? How to find appropiate linker flags to fix "Python.h" not such file or directory error?
#2 how to embed python3 iterpreter?
I managed to cross-compile my application on linux for windows via mingw, however now I'm getting the following error on windows machine trying to run my .exe:
[Image: image.png]
This windows machine does not have python3 installed so I suppose that my exe does not contain it and searches system variables for that. Is there any way to embed python compiler in my exec?

Feel free to ask me about any details, I forgot to mention about.
Thank you in advance for all your help!
M. Sz.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Embed Matplotlib Graph to Tkinter? dimidgen 0 246 Mar-04-2024, 07:40 PM
Last Post: dimidgen
  Is there a *.bat DOS batch script to *.py Python Script converter? pstein 3 3,300 Jun-29-2023, 11:57 AM
Last Post: gologica
  Interactive plots that can be embed in web page mouse9095 1 610 Jun-12-2023, 04:51 PM
Last Post: deanhystad
  best way to embed passwords into scripts mikey6785 3 2,287 Aug-31-2022, 08:22 AM
Last Post: DeaD_EyE
  to call via console a python-programm Liki 9 3,268 Nov-22-2020, 01:10 AM
Last Post: bowlofred
  Embed Python blender code flaviu2 0 1,504 Nov-16-2020, 06:33 PM
Last Post: flaviu2
  How to kill a bash script running as root from a python script? jc_lafleur 4 5,944 Jun-26-2020, 10:50 PM
Last Post: jc_lafleur
  crontab on RHEL7 not calling python script wrapped in shell script benthomson 1 2,316 May-28-2020, 05:27 PM
Last Post: micseydel
  Package python script which has different libraries as a single executable or script tej7gandhi 1 2,641 May-11-2019, 08:12 PM
Last Post: keames
  How to embed mp3 file with Pyinstaller panoss 2 5,952 Apr-01-2019, 01:13 PM
Last Post: yleongtyl

Forum Jump:

User Panel Messages

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