Re: Python 3.6 Embedded

2020-05-13 Thread matheusdalmago10
On Monday, December 26, 2016 at 5:27:33 AM UTC-2, jumppan...@gmail.com wrote: > I'm using the python3.6 DLL to embed Python 3 inside a Windows application. > > Here is some background into how Python is being used. > > 1. Firstly the same basic code worked fine with the earlier Python 2.7 > vers

Python 3.6 Embedded

2016-12-25 Thread jumppanen . jussi
I'm using the python3.6 DLL to embed Python 3 inside a Windows application. Here is some background into how Python is being used. 1. Firstly the same basic code worked fine with the earlier Python 2.7 version. 2. The code is structured as follows: Windows Executable + |