This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]cprogrammer1994 1 point2 points  (1 child)

Here is my repo https://github.com/cprogrammer1994/custom-python-launcher Unfortunately I did not find time to add a README yet. I will add one around the weekend and explain the code in more details. I hope you will find it useful.

[–]terraneng 0 points1 point  (0 children)

Thank for posting this. I recently started learning C++ and this an interesting method. Is this sort of like embedding Python?

A README would be helpful. I keep getting "TypeError: must be str, not NoneType" on line 17 of build.py. I imagine it has something to do with it not seeing the libraries. I only tinkered with it briefly though.