Recent changes to bugshttps://sourceforge.net/p/pythonce/bugs/Recent changes to bugsenWed, 19 Aug 2009 07:29:34 -0000Missing files in Python-2.5-20071004-dev2.ziphttps://sourceforge.net/p/pythonce/bugs/6/<div class="markdown_content"><p>I had problems using "Python-2.5-20071004-dev2.zip" for compiling. <br /> It seems like "pyconfig.h" and "wince_compatibility.h" is missing.<br /> I used them from "PythonCE-2.5-20061219-dev.zip"</p></div>AnonymousWed, 19 Aug 2009 07:29:34 -0000https://sourceforge.net7cce8bf546337201ad01cc83765cbacad426a501Unable to execute commands on console on Samsung SGH-i600https://sourceforge.net/p/pythonce/bugs/5/<div class="markdown_content"><p>Unable to execute any commands on console. Neither of the keys Enter or D-PAD key works. </p> <p>The device is Samsung SGH-i600 running Windows Mobile 6 Smartphone. The device has QWERTY-keyboard for inputting.</p></div>sopuliSun, 14 Oct 2007 09:01:38 -0000https://sourceforge.netd12323179f1caa80b10e83cd05f4fff1d87213e2docu make clear: only pocketpc edition, no smartphonehttps://sourceforge.net/p/pythonce/bugs/4/<div class="markdown_content"><p>Hi,<br /> would you please make clear on your website you currently support only Windows Mobile PocketPC edition, not Smartphone Edition?<br /> Thank you!</p> <p>tilman Homer rothe Simpson web Homer de<br /> Homer=dot<br /> Simpson=at</p></div>AnonymousThu, 21 Jun 2007 15:51:30 -0000https://sourceforge.neta1c58c4a38e993f918d6eacc64abb52a5d4e72f9errno definition problemhttps://sourceforge.net/p/pythonce/bugs/3/<div class="markdown_content"><p>The definition of wince_errno_pointer_function in wince_compatibility.h isn't "extern", which means that every file that includes Python.h will get its own copy of this variable and that causes link-time problems.</p> <p>The definition:</p> <p>int *(*wince_errno_pointer_function)(void);</p> <p>This should be:</p> <p>extern int *(*wince_errno_pointer_function)(void);</p> <p>This is with python2.5 and eMebbeded Visual C++ 4.0 SP4 and compiling a C++ program that embeds python.</p></div>Ronald OussorenThu, 24 May 2007 13:13:05 -0000https://sourceforge.netd6e065fae26a222e650b32392a528e136030f860process is closed in spite of non daemonic threads are activhttps://sourceforge.net/p/pythonce/bugs/2/<div class="markdown_content"><p>I created new thread using "threading" module <br /> (inherited threading.Thread) and started new thread <br /> as non daemonic. After main module was finished, all <br /> the application was closed.<br /> My desktop python doesn't close an application if <br /> there are active non daemonic threads.</p></div>AnonymousSun, 29 Jan 2006 15:31:26 -0000https://sourceforge.net308b378a0ed0b8eb081d9e5fb7f871f879ffaf1dWinhandle problem with Ktinterhttps://sourceforge.net/p/pythonce/bugs/1/<div class="markdown_content"><p>If you write a program using Ktinter dialogs (Toplevel), <br /> after about the twentieth appearance of a dialog (any <br /> dialog), a message appears 'No more winhandle slots'. If <br /> you are careful to destroy the dialogs when you remove <br /> them from the screen, the error message is spurious. <br /> Further dialogs can be created without problem. <br /> However, from that point onwards EVERY dialog is <br /> preceded by the message.</p> <p>Andrew Booth</p> <p>a.g.booth@leeds.ac.uk</p></div>AnonymousThu, 20 Oct 2005 06:13:55 -0000https://sourceforge.net7fa08c67df5af082793e324bfa4f6ca7cb822dab