Re: [python-win32] If I used AddObject to add an object to a MS Script control where does it go?

2008-03-05 Thread Gerard Brunick
Thanks Mark. I can't seem to get my hands on the axscript global; however, I now see the objects that I add as globals themselves. It also appears that everything vanishes if there is an unhandled exception in the code being run in the script control. I think this behavior was what was initia

Re: [python-win32] Iron Python and Visual Basic 2005 (or 2008) Express

2008-03-05 Thread Tim Roberts
Dick Moores wrote: > At 03:57 PM 3/4/2008, Tim Roberts wrote: >> >> Delphi is the grown-up version of Borland's Object Pascal. Think of it >> as Visual Studio for Pascal. It was a very cool product, with a great >> IDE and a wonderful class library for writing GUI apps. I was a >> steadfast Delp

[python-win32] Python Interface to PVCS.

2008-03-05 Thread Graessle, Glenn (FC COE)
Anyone know where I can find a Python interface to Merant's CM tool called PVCS? Glenn Graessle Flight Controls CoE Honeywell International, Inc. 23500 West 105th Street (M/D 42) Olathe, KS 66061 913-712-2645(phone/fax) 913-832-2345 (mobile) [EMAIL PROTECTED] ___

Re: [python-win32] Python Interface to PVCS.

2008-03-05 Thread Tim Roberts
Graessle, Glenn (FC COE) wrote: > Anyone know where I can find a Python interface to Merant's CM tool > called PVCS? I found it was easier just to call their command line tools with the subprocess module. There's supposed to be an API, but their product is baroquely complicated. -- Tim Rober

Re: [python-win32] Python Interface to PVCS.

2008-03-05 Thread Tim Roberts
Graessle, Glenn (FC COE) wrote: > Thanks. Have you seen a basic, command-line-wrapper class anywhere? > Do you mean, specifically for PVCS? No. I just rolled my own. This was a number of years ago, and I don't think I even have the wrappers I wrote any more. They weren't all that complic

[python-win32] Building pywin32 on Vista 64

2008-03-05 Thread Marc-André Belzile
Hello, I'm trying to build pywin32 (2.5.210.0) on Vista 64 (AMD64) with VS 2005. I'm stucked right at the beginning of the process with this error : File "C:\Python25\lib\distutils\msvccompiler.py", line 616, in get_msvc_paths % (self.__root, self.__version)) AttributeError: my_compiler inst

[python-win32] shelve data corruption

2008-03-05 Thread TK Soh
I ran into strange problem with my program that uses the shelve module to maintain program settings, which later turned out to be caused by the corrupted shelve data. It looks like the shelve module itself is not capable of detecting the data corruption. I wonder if there's anything we can do to ad

Re: [python-win32] Iron Python and Visual Basic 2005 (or 2008) Express

2008-03-05 Thread Tony Cappellini
Here's what's left of the marriage of Python & Delphi http://www.atug.com/andypatterns/pythonDelphiTalk.htm http://mmm-experts.com/Products.aspx?ProductId=3 Note- this was around for many years- so may not be compatible with current versions of Delphi. I think I first read about this around Delphi