[python-win32] problem in making exe of python

2009-07-04 Thread Marium Ahmad
hi all, i m new to wx python.i found difficulty in making its exe.Although m using the code for exe as: # from distutils.core import setup import py2exe import sys,glob,os if len(sys.argv) == 1: sys.argv.append(py2exe) # creates a standalone .exe file, no zip files setup( options =

Re: [python-win32] Shell extension debugging

2009-07-04 Thread Mark Hammond
On 30/06/2009 5:09 AM, Tim Roberts wrote: Gertjan Klein wrote: It doesn't over here, but another poster has shown me how to circumvent this. If this is the only way to do that I will; there is no way to tell PyWin32 to reload the extension? (I know reloading in Python is tough, I'm expecting a

Re: [python-win32] Shell extension debugging

2009-07-04 Thread Gertjan Klein
Mark Hammond wrote: I haven't caught up with the rest of the thread yet, but in my experience, the shell keeps objects alive for as shorter time as possible. So you may find a completely new instance is requested for each context menu request (or for each different item selected, or

[python-win32] DDE advise

2009-07-04 Thread Leho Kraav
Hi http://mail.python.org/pipermail/python-win32/2008-October/008252.html Looks like I'm gravedigging a bit, but this one had no replies: Hello everyone Does anybody know how to use a DDE server that implements Advise mechanism instead of Request? Best regards Mani I could also use

Re: [python-win32] Shell extension debugging

2009-07-04 Thread Mark Hammond
On 4/07/2009 8:48 PM, Gertjan Klein wrote: Mark Hammond wrote: I haven't caught up with the rest of the thread yet, but in my experience, the shell keeps objects alive for as shorter time as possible. So you may find a completely new instance is requested for each context menu request (or for

Re: [python-win32] DDE advise

2009-07-04 Thread Mark Hammond
On 4/07/2009 9:24 PM, Leho Kraav wrote: Hi http://mail.python.org/pipermail/python-win32/2008-October/008252.html Looks like I'm gravedigging a bit, but this one had no replies: Hello everyone Does anybody know how to use a DDE server that implements Advise mechanism instead of Request? Best