[python-win32] path to START MENU folder

2005-09-09 Thread Peter Jessop
tain access to other special folders:  AllUsersDesktop,AllUsersStartMenu,AllUsersPrograms,AllUsersStartupDesktop,Favorites,Fonts,MyDocuments,NetHood,PrintHood,Recent,SendToStartMenu,Startup & Templates Saludos Peter Jessop ___ P

[python-win32] detecting windows type

2005-09-08 Thread Peter Jessop
s on a win 9x ? Windows 9x came without support for WMI. You can download WMI Core from http://www.microsoft.com/downloads/details.aspx?FamilyId=98A4C5BA-337B-4E92-8C18-A63847760EA5&displaylang=en although the implementation is quite limited Regards Peter Jessop ___

[python-win32] Null provokes unicode error.

2005-08-23 Thread Peter Jessop
Amit, Simon Thanks for the help Peter ___ Python-win32 mailing list Python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32

[python-win32] Null provokes unicode error.

2005-08-23 Thread Peter Jessop
er = win32com.client.GetObject("LDAP://cn=users,dc=agri,dc=local") for objChild in objContainer:     print objChild.Name + '\t' + objChild.Description Thanks Peter Jessop ___ Python-win32 mailing list Python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32

[python-win32] Ugh...native Windows interactive Python 2.4 in Cygwin termin

2005-08-07 Thread Peter Jessop
-- Forwarded message --From: Peter Jessop <[EMAIL PROTECTED]>Date: Aug 7, 2005 6:12 PM Subject: Re: [python-win32] Ugh...native Windows interactive Python 2.4 in Cygwin terminalTo: Matthew Bogosian <[EMAIL PROTECTED]>I have Cygwin installed here although I confess that

[python-win32] GUI analyzer of log file

2005-06-22 Thread Peter Jessop
Hi Michael Are you using Windows? If so have you looked at logparser? It's an amazing tool. You can download it from http://www.microsoft.com/downloads/details.aspx?FamilyID=890cd06b-abf8-4c25-91b2-f8d975cf8c07&displaylang=en Regards Pet

[python-win32] Excel automation

2005-06-15 Thread Peter Jessop
Tim Thanks again for clearing that up. Now I get it! Regards Peter ___ Python-win32 mailing list Python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32

[python-win32] Excel automation

2005-06-15 Thread Peter Jessop
Hi Tim Thanks for your quick response. I had determined that putting none zero values did not provoke the error, but did not realise the reason. However c.Offset (2, 2) should change the active cell (1 down and 1 right, if it is 1-based), but it doesn't Regards Peter

[python-win32] Excel automation

2005-06-15 Thread Peter Jessop
Python24\Lib\site-packages\win32com\client\__init__.py", line 446, in _ApplyTypes_ return self._get_good_object_( pywintypes.com_error: (-2147352567, 'Ocurri\xf3 una excepci\xf3n.', (0, None, No ne, None, 0, -2146827284), None) The problem occurs with both early and late binding. Regar