Re: [python-win32] adding icon in an exe

2006-05-04 Thread Graeme Glass
I seem to be running into some problems here, ( http://pyinstaller.hpcf.upr.edu/cgi-bin/trac.cgi/file/trunk/icon.py ) If I call CopyIcons_FromIco() or CopyIcons() using an .ico as source, the python script runs with no errors, it adds the icon to the exe but breaks the exe, i then get the error

[python-win32] Re: dualview/extended desktop settings with win32api

2006-05-04 Thread Roger Upole
Stefan Rank wrote: Hi, I am trying to write scripts for changing the extended desktop settings in windows. More specifically: I'd like to have a script for toggling between laptop-screen-only and extended-desktop-with-the-secondary-monitor-bottom-right-and-

Re: [python-win32] missing or broken dll

2006-05-04 Thread Mark Hammond
H J van Rooyen writes: It works fine under Linux (/dev/ttys0) but under windoze 95 I am having no joy. ... import win32file Traceback (most recent call last): File E:\Python24\Tools\Scripts\junk1.py, line 1, in ? import win32file ImportError: DLL load failed: A device attached to

Re: [python-win32] dualview/extended desktop settings with win32api

2006-05-04 Thread Stefan Rank
on 04.05.2006 12:17 Roger Upole said the following: Stefan Rank wrote: Hi, I am trying to write scripts for changing the extended desktop settings in windows. More specifically: I'd like to have a script for toggling between laptop-screen-only and