FW: Troubleshoot python app launch

2021-08-12 Thread Tan Jane
From: [1]Tan Jane Sent: Wednesday, 11 August 2021 7:48 PM To: [2]python-list@python.org Subject: Troubleshoot python app launch Hi, I encountered attached screenshot issue while launching the python application downloaded for windows. Please advice on the above

Error installing python on Windows

2017-02-24 Thread Michelle Tan
Hello all I am new to python. Trying to install Python and encountered this error message : "The program can't start because api-ms-win-crt-runtime-I1-1-0.dll is missing from your computer." Tried to repair and reinstall Python however i may have missed out some installation. What should I do to

Please Unsubscribe

2016-01-24 Thread Dave Tan
-- https://mail.python.org/mailman/listinfo/python-list

Re: GC is very expensive: am I doing something wrong?

2010-03-22 Thread tan
In article , Stefan Behnel wrote: >Lawrence D'Oliveiro, 22.03.2010 00:36: >> Terry Reedy wrote: >>> No one has discovered a setting >>> of the internal tuning parameters for which there are no bad patterns >>> and I suspect there are not any such. This does not negate Xavier's >>> suggestion that

Question in VB DLL COM event in Delphi Programming

2009-05-27 Thread Tan, Yih Hung
regards, Tan, Yih Hung -- http://mail.python.org/mailman/listinfo/python-list

Python script and C++

2006-11-27 Thread Thuan Seah Tan
e. Is scripting a lot slower compared to direct implementation in C++? Does compiling the script help in any way? Also, can anyone recommend me a book that covers python in general as well as C++ binding? Thanks. Thuan Seah Tan -- http://mail.python.org/mailman/listinfo/python-list

freeze question..

2005-04-20 Thread chong tan
I have the code that import the xml dom module: import xml.dom.minido that works OK. But the freeze version keeps getting me this error: ImportError: No module named dom I run freeze this way: freeze -q -E my.py any idea and suggestion ? thanks tan -- http://mail.python.org/mailman