[issue19582] Tkinter is not working with Py_SetPath

2021-08-07 Thread Irit Katriel
Irit Katriel added the comment: This is an old issue and I don't know if it's still relevant. The main problem with this issue is that there isn't enough information to understand what happened. What did you set the path to with Py_SetPath? The error message says it could not find in "C:/Py

[issue19582] Tkinter is not working with Py_SetPath

2013-11-17 Thread Debarshi Goswami
Debarshi Goswami added the comment: Anyone tried this issue? -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue19582] Tkinter is not working with Py_SetPath

2013-11-14 Thread Debarshi Goswami
Debarshi Goswami added the comment: Is there any way to run Tkinter adding some changes from interpreter? -- ___ Python tracker ___ __

[issue19582] Tkinter is not working with Py_SetPath

2013-11-14 Thread Debarshi Goswami
Changes by Debarshi Goswami : -- components: +Interpreter Core type: -> compile error ___ Python tracker ___ ___ Python-bugs-list mai

[issue19582] Tkinter is not working with Py_SetPath

2013-11-14 Thread Debarshi Goswami
New submission from Debarshi Goswami: Tkinter is not working when I set PYTHONPATH using Py_SetPath before Initialization in an application embedding Python interpreter. Any call to Py_SetPath is screwing up Tkinter with an error traceback - -