Re: [python-win32] Openning the IDE from Windows Explorer

2005-06-14 Thread Tim Roberts
On Mon, 13 Jun 2005 12:34:37 +0200, "Habtamu Gulilate" <[EMAIL PROTECTED]> > >I am student in ITC Netherlands in GIS i need to develope a model in >land use suitablity by arcgis9 model builder and show that model in user >interface created by python scripts. But i do not have an idea about how >

[python-win32] adodb in py2exe

2005-06-14 Thread Daniel Crespo
Hi all... How can I put adodb (that in my case, uses psycopg for accessing postgres) in py2exe? Thanks :) ___ Python-win32 mailing list Python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32

[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