Hi All,
I am trying to make my application accepting drag and drop emails
from Outlook. I was told on the wxPython mailing list to try to use
win32com, but actually I have no idea which clipboard data format an
Outlook email has. I have tried to set up a custom drop target for
that:
class MyD
Update in case anybody else wants the info:
** Caveat - I've only tried this on XP Professional
If you copy the files from your python installation (i.e. C:\Python24), and
try to run python.exe on a machine where python is not installed, you get
errors for a few .dll files not found. Copy them
Andrea Gavana schrieb:
>Hi All,
>
>I am trying to make my application accepting drag and drop emails
>from Outlook. I was told on the wxPython mailing list to try to use
>win32com, but actually I have no idea which clipboard data format an
>Outlook email has. I have tried to set up a custom dr
> >I am trying to make my application accepting drag and drop emails
> >from Outlook. I was told on the wxPython mailing list to try to use
> >win32com, but actually I have no idea which clipboard data format an
> >Outlook email has. I have tried to set up a custom drop target for
> >that:
> >
I've been trying to post messages for a few days now- I keep getting
replies telling me my messages are being held.
I've verified that I am subscribed with this address, and I did not
post the messages to the sub/ubsub address.
Who is the admin?
thanks
__
Is it an oversight that the win32con module is not listed in the
PythonWin help- even as of 2.5 ?
___
Python-win32 mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-win32
I'm trying to understand how to detect a user pressing Escape, or
clicking on Cancel when win32gui.GetOpenFileNameW() is called.
When I press escape when the FileOpen dialogue is present, I see the
following error with Python2.5/PWin32 Build 210
error: (0, 'GetOpenFileNameW', 'No error message is
> I've been trying to post messages for a few days now- I keep getting
> replies telling me my messages are being held.
>
> I've verified that I am subscribed with this address, and I did not
> post the messages to the sub/ubsub address.
>
> Who is the admin?
I believe the admin is Itamar Shtull-
> Is it an oversight that the win32con module is not listed in the
> PythonWin help- even as of 2.5 ?
Yes. It is also a side-effect of the doc building process - as win32con has
no autoduck markup it is skipped. It should be possible to generate docs
for this module using the same technique we u
> I'm trying to understand how to detect a user pressing Escape, or
> clicking on Cancel when win32gui.GetOpenFileNameW() is called.
>
> When I press escape when the FileOpen dialogue is present, I see the
> following error with Python2.5/PWin32 Build 210
>
> error: (0, 'GetOpenFileNameW', 'No erro
10 matches
Mail list logo