Re: [python-win32] Makepy and Documentum Foundation Classes

2006-12-21 Thread Tom Schaible
Hello everyone, Just seeing if I can open up this issue with a bit more information. I am trying to access the COM interface to Documentum as well. I ran into the same problems that David did. Basically, that it appears makepy gets utterly confused when generating the information for the DFC

Re: [python-win32] comtypes

2006-12-21 Thread Thomas Heller
Niki Spahiev schrieb: Thomas Heller wrote: comtypes seems to gain some attention (comtypes is a pure Python, lightweight COM client and server framework, based on the ctypes Python FFI package.) I'll try to release a new version over the next days. However, I'm wondering what would be the

[python-win32] Sessions and Unicode

2006-12-21 Thread Bjarni Ragnarsson
Hi Hope somone can help me. Using Python 2.5 and PyWin32-210 PythonScript .asp page on IIS and Windows XP I'm puzzled A Scripting.Dictionary is created and assigned to as Session variable in vb script. This dictionary is populated by reading a file. In the PythonScript this Session object

Re: [python-win32] Displaying contents of a file using PyWin

2006-12-21 Thread Gabriel Genellina
[Forwarded from [EMAIL PROTECTED] At Thursday 21/12/2006 13:51, MiguelS wrote: import win32ui from pywin.mfc import docview t = docview.DocTemplate() t.OpenDocumentFile(d:/temp/music.log, True) This caused windows to close PythonWin. This appears to be a problem with pywin32. Using release

Re: [python-win32] Displaying contents of a file using PyWin

2006-12-21 Thread Mark Hammond
Hi Gabriel, [Forwarded from [EMAIL PROTECTED] At Thursday 21/12/2006 13:51, MiguelS wrote: import win32ui from pywin.mfc import docview t = docview.DocTemplate() t.OpenDocumentFile(d:/temp/music.log, True) This caused windows to close PythonWin. This appears to be a problem with

Re: [python-win32] Displaying contents of a file using PyWin

2006-12-21 Thread Gabriel Genellina
At Friday 22/12/2006 00:28, Mark Hammond wrote: import win32ui from pywin.mfc import docview t = docview.DocTemplate() t.OpenDocumentFile(d:/temp/music.log, True) This caused windows to close PythonWin. This appears to be a problem with pywin32. Using release 209 for Python 2.4 I