Re: [python-win32] DLL load failed

2011-03-26 Thread Mark Hammond
If the py2exe app was created on a later OS (eg, vista, 7), look for any DLLs py2exe has packaged up with should not be there. HTH, Mark On 21/03/2011 10:05 PM, Nabil Servais wrote: Hello, I packaged an application for windows with py2exe, and when I launch the executable I have some this er

Re: [python-win32] Clear the interactive screen

2011-03-26 Thread Mark Hammond
Try something like: from pywin.framework import interact interact.edit.currentView.SetSel(0, -1) interact.edit.currentView.Clear() HTH, Mark On 26/03/2011 1:28 AM, Blockheads Oi Oi wrote: Hi all, my take on a way to achieve this, and apologies if someone has posted a better method that I don