[python-win32] win32timezone.TimeZoneDefinition.current and GetDynamicTimeZoneInformation

2011-08-22 Thread David Fraser
whether it would be possible to restore the functionality where possible, or whether I should just be doing the kernel call directly as was done before the patch? Any advice appreciated David -- David Fraser St James Software ___ python-win32 maili

Re: [python-win32] adodbapi update - where to post?

2007-04-04 Thread David Fraser
Vernon Cole wrote: > Henrik seems to have disappeared from the Internet and no maintenance > of the adodbapi site on soureceforge has happened in several years. > Question for this group: > Should I attempt to take over the project on sourceforge, or should > adodbapi be added to python-win

Re: [python-win32] Media Wiki

2007-03-06 Thread David Fraser
James Matthews wrote: > I would agree however i do like the fedora core website which runs > moin moin OK great - if it looks like that switch my +1 MediaWiki to +1 MoinMoin ___ Python-win32 mailing list Python-win32@python.org http://mail.python.org/mail

Re: [python-win32] Media Wiki

2007-03-05 Thread David Fraser
Graham Bloice wrote: > James Matthews wrote: > >> I will leave the final verdict to the great users of the python mailing >> list! I will decide on later based on the majority! >> >> > > +1 for MoinMoin > > +1 for MediaWiki Despite despising PHP it always seems to look better and feel n

Re: [python-win32] Unpackaged binary version of pywin32

2006-11-17 Thread David Fraser
Ross McKerchar wrote: > Paul Moore wrote: > > On 11/14/06, Ross McKerchar <[EMAIL PROTECTED]> wrote: > >> I would like to repackage the win32 extensions as an msi using the the > >> bdist_msi distutils extension, allowing me to deploy the package to > >> multiple clients using group policy. >

Re: [python-win32] pywin32 build 209

2006-07-18 Thread David Fraser
Mark Hammond wrote: > Hi all, > I've just released pywin32 build 209. Due to my error while uploading the > files, builds for Python 2.2 and 2.3 will be delayed for about 48 hours - > but Python 2.4, 2.5 and source releases are available now. Fantastic! BTW If you're waiting for the files to dis

Re: [python-win32] win32com and GetRef

2005-11-03 Thread David Fraser
Mark Hammond wrote: >Not from an external process, no - xpcom does not work across processes. If >you wanted to write a Mozilla extension (ie, some "chrome"), then other work >I am doing with the Mozilla guys will soon make this possible - you will be >able to use Python whereever you can current

Re: [python-win32] Getting tired with py2exe

2005-09-30 Thread David Fraser
Steve Holden wrote: >fred dixon wrote: > > >>Garth Johnson biocede.com> writes: >> >> >> >> >>>Steve Holden wrote: >>> >>> >>> >>> Ignoring all the philosophical questions I'd like to thank you for all your hard work on py2exe over the years, which has benefited the Windows

Re: [python-win32] detecting windows type

2005-09-14 Thread David Fraser
I wrote a module that has a variety of ways to get a MAC address on different platorms, it may be useful: import sys import os def rawtohex(raw): """converts a raw mac address to hex""" return ":".join(["%02X" % (ord(ch),) for ch in raw]) def getmacs_netbios(): """uses netbios to fi

Re: [python-win32] Ugh...native Windows interactive Python 2.4 in Cygwin terminal

2005-08-11 Thread David Fraser
Matthew Bogosian wrote: >-BEGIN PGP SIGNED MESSAGE- >Hash: SHA1 > >I apologize sincerely and in advance if this problem has already been >discussed. I have been unable to find any reference to anything similar >in either the Python or Cygwin mailing lists, FAQs, etc. > >I am attempting t

[python-win32] win32event.ReleaseMutex

2005-06-14 Thread David Fraser
Hi I've been trying to test some locking code from http://rgruet.free.fr/ This expects win32event.ReleaseMutex to raise an error if the lock has not been acquired... However in my tests, win32event.ReleaseMutex always returns None, regardless of whether the lock had been acquired by the current