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
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
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