Re: [python-win32] PyGUI blobedit creashes with pywin32-214 but not 212 - traceback - related problems

2010-10-20 Thread Roger Upole
"Greg Ewing" wrote in message news:4cbfa5e9.7090...@canterbury.ac.nz... > On 21/10/10 14:02, Roger Upole wrote: > >> The problem stems from these 2 lines in ScrollableViews.py: >> >> rev = ui.CreateRichEditView() >> win_dummy_doc = rev.GetDocument() >> >> The win32ui framework really should not

Re: [python-win32] PyGUI blobedit creashes with pywin32-214 but not 212 - traceback - related problems

2010-10-20 Thread Greg Ewing
On 21/10/10 14:02, Roger Upole wrote: The problem stems from these 2 lines in ScrollableViews.py: rev = ui.CreateRichEditView() win_dummy_doc = rev.GetDocument() The win32ui framework really should not allow a view to be created without a valid document. Actually, the problem is that it *won

Re: [python-win32] PyGUI blobedit creashes with pywin32-214 but not 212 - traceback - related problems

2010-10-20 Thread Roger Upole
"Robert" wrote in message news:i9kmoi$cl...@dough.gmane.org... > A) > > What could be the cause for this exception of PyGUI with > pywin32-build214 - but not with build 212 :? > > Traceback (most recent call last): > File "blobedit.py", line 131, in > BlobApp().run() > File "C:\Python2

Re: [python-win32] Drag and Drop from Outlook

2010-10-20 Thread Mark Hammond
On 20/10/2010 4:46 PM, kc106_2005-wi...@yahoo.com wrote: Unfortunately, the above code doesn't work. CF_HDROP is not a format GetClipboardData recognizes, and DragQueryFile returns None. Anybody know what the proper way of retrieving the dropped Outlook info? I'm not sure what you mean by CF_

[python-win32] Behavior difference between Python using PyWin32 and PERL using OLE

2010-10-20 Thread White, Daryl (EPC COE)
I'm using the ClearCase Automation Library and I'm getting different behaviors between Python (via the PyWin32 library) and PERL (via the OLE library). In the examples below, I'm trying to get a list of views and purposely ensuring that I am not in a directory associated with a view. So, starting i