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

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

[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

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

[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

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