[issue19283] Need support to avoid Windows CRT compatibility issue.

2013-10-18 Thread Debarshi Goswami
New submission from Debarshi Goswami: Some support is needed to avoid compatibility issues in different version of CRT in Windows. I have an application which embeds Python interpreter and the application is build on MSVC11, whereas I am using Python 3.3.2 which is build on MSVC10. I know

[issue19283] Need support to avoid Windows CRT compatibility issue.

2013-10-18 Thread Debarshi Goswami
Debarshi Goswami added the comment: If any workaround is available. It is also fine. -- type: - crash ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19283

[issue19283] Need support to avoid Windows CRT compatibility issue.

2013-10-18 Thread Debarshi Goswami
Debarshi Goswami added the comment: My question is, even a FILE* of MSVC10 type is provided, why these APIs are crashing, after all it expects MSVC10 type. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19283

[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

[issue19582] Tkinter is not working with Py_SetPath

2013-11-14 Thread Debarshi Goswami
Changes by Debarshi Goswami debarshi.gosw...@gmail.com: -- components: +Interpreter Core type: - compile error ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19582

[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 rep...@bugs.python.org http://bugs.python.org/issue19582

[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 rep...@bugs.python.org http://bugs.python.org/issue19582 ___ ___ Python-bugs-list

[issue24805] Python installer having problem in installing Python for all users in Windows

2015-08-05 Thread Debarshi Goswami
New submission from Debarshi Goswami: Python installer (msi) having problem in installing Python for all users in Windows. It gets installed for installing user only. I was able to log the python output and found the below in the log. MSI (s) (8C:D0) [07:13:00:212]: Determined that existing

[issue31011] Users (except from the one who installed) not able to see python in add remove programs.

2017-07-24 Thread Debarshi Goswami
New submission from Debarshi Goswami: When Python (64 bit) is installed for all users from an admin account on Windows, it gets installed correctly for all users , but it does not appear in add remove program for users other than one who installed it. Command used : python-3.6.1-amd64.exe

[issue31011] Users (except from the one who installed) not able to see python in add remove programs.

2017-07-24 Thread Debarshi Goswami
Changes by Debarshi Goswami <debarshi.gosw...@gmail.com>: -- nosy: +manddy221 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python