[python-win32] Drag and Drop from Outlook

2007-03-13 Thread Andrea Gavana
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

Re: [python-win32] py2exe all of it

2007-03-13 Thread Wedge & Lever
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

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

2007-03-13 Thread Jürgen Kareta
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

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

2007-03-13 Thread Mark Hammond
> >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: > >

[python-win32] Can't post to the list- who is the admin?

2007-03-13 Thread Tony Cappellini
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 __

[python-win32] win32con

2007-03-13 Thread Tony Cappellini
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

[python-win32] How to detect User pressing escape, or clicking cancel in call to win32gui.GetOpenFileNameW()

2007-03-13 Thread Tony Cappellini
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

Re: [python-win32] Can't post to the list- who is the admin?

2007-03-13 Thread Mark Hammond
> 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-

Re: [python-win32] win32con

2007-03-13 Thread Mark Hammond
> 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

Re: [python-win32] How to detect User pressing escape, or clicking cancel in call to win32gui.GetOpenFileNameW()

2007-03-13 Thread Mark Hammond
> 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