Re: [python-win32] Fwd: Cannot resize interactive window

2012-02-13 Thread Mark Lawrence
Nothing suggested worked but normality was restored by using the Window Cascade or Tile options (I'd forgotten these as I rarely use them). I've still no idea how I screwed up in the first place. On 13/02/2012 00:01, Mark Hammond wrote: It sounds like the interactive Window has been made a "do

Re: [python-win32] Problem when I install PIL on WinXP as non-admin

2012-02-13 Thread Mark Hammond
On 11/02/2012 10:46 PM, yaoyansi wrote: Hi all, I installed python-2.6.5.msi on my WinXP long time ago, Today I installed PIL-1.1.7.win32-py2.6.exe as non-admin. Then I make a simple test: python import Image Traceback (most recent call last): File "", line 1, in ImportError: No module na

[python-win32] remote machine file query

2012-02-13 Thread Trevor Rowland
Hi all, I'm new to the list, and have a question: where self.c is a wmi.WMI() connection to a remote machine using my username and password (I am admin) why does the line below ALWAYS return an empty list ??? aFile = self.c.Win32_Directory(Name = "C:\\Users"): print aFile [] I have tried variou