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
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_
"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
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
"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