[issue21825] Embedding-Python example code from documentation crashes

2021-09-07 Thread Irit Katriel
Irit Katriel added the comment: 3.4 is long out of maintenance, please create a new issue if you are seeing this problem on a current version (>= 3.9). You are more likely to receive a response if you include a precise and complete description of the problem. For example, instead of saying "

[issue21825] Embedding-Python example code from documentation crashes

2014-06-28 Thread Pat Le Cat
Pat Le Cat added the comment: When working with the separately installed version of Python 3.4.1, which means by not using Py_SetPath() the embedding examples from your webpage work okay. So what's wrong with that function and why that allegedly missing module "encoding" that I cannot find any

[issue21825] Embedding-Python example code from documentation crashes

2014-06-26 Thread STINNER Victor
Changes by STINNER Victor : -- nosy: +haypo ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python

[issue21825] Embedding-Python example code from documentation crashes

2014-06-25 Thread Pat Le Cat
Pat Le Cat added the comment: I zipped the whole Lib directory into "pyLib34.zip" (into same dir as EXE) and copied all the .pyd files from the DLLs dir into the same dir as the EXE. -- ___ Python tracker

[issue21825] Embedding-Python example code from documentation crashes

2014-06-22 Thread Pat Le Cat
Pat Le Cat added the comment: Crash Error Window (pic) -- Added file: http://bugs.python.org/file35725/snakes_bug.jpg ___ Python tracker ___ _

[issue21825] Embedding-Python example code from documentation crashes

2014-06-22 Thread Pat Le Cat
New submission from Pat Le Cat: When I comment out the Py_SetPath() function call (Line 56), then the code runs up to the 4th test print and then crashes again, possibly at: "Py_XDECREF(pArgs)" else it crashes at Py_Initalize. The same behavior can be observed under Python 3.4.0 and 3.4.1 and