[python-win32] Re: shell_view.py problem

2006-12-04 Thread Roger Upole
Andrew Kirkpatrick wrote: > Roger Upole wrote: >> Andrew Kirkpatrick wrote: >> >>> Hello, I'm having a play with python on windows and installed pywin32 >>> version 210 for python 2.5. There is a nifty example >>> C:\Python25\Lib\site-packages\win32comext\shell\demos\servers\shell_view.py >>>

Re: [python-win32] DDE problem

2006-12-04 Thread Mark Hammond
> A bit more... > > The snippet runs in IDLE, but not PythonWin. Pythonwin itself uses DDE - try starting with /nodde on the command-line and see if that help. Mark ___ Python-win32 mailing list Python-win32@python.org http://mail.python.org/mailman/li

Re: [python-win32] Compiling a Python Windows application

2006-12-04 Thread Tim Roberts
Bob Gailer wrote: >> So maybe try your Python suggestion, if I can get it to work. You showed it >> as Python being started first and then accessing Word, but I suppose that >> the other way that people suggested (use VB for dialog boxes, then shell >> Python) is OK, too. Can the parameters tha

Re: [python-win32] Compiling a Python Windows application

2006-12-04 Thread Bob Gailer
Bokverket wrote: > Hi Bob, > > [snip] Please always reply to the list. Others may be able to provide the next step, we all learn, and I was almost gone for a week and would have left you in the dark. > > So maybe try your Python suggestion, if I can get it to work. You showed it > as Python bei