Steve Freitas wrote:
> Hi all,
>
> I'm new to the list (and Win32 programming) and glad to be here.
Welcome to the wonderful world of Win32 in Python!
> I've got a Python app that's running as a Windows Service. I'd like it
> to be paused and continued (or possibly stopped and started, haven't
>
Hi All,
I have a very simple python script that tries to put a rectangular
shape in a worksheet and then add some text inside that shape. The
main problem, is that as usual Excel doesn't like input strings longer
than 200 and something characters. So, By just recording a macro in
Excel, I trie
Hi to everyone,
I have a Service, that runs on a WinXP machine. The service read a file
on a Win98 machine and write the content in a file on the WinXP machine.
After tree times I get the error message exceptions.IOError: (13,
'Permission denied').
The following things I have already tested:
-
Hi Tim.
On Thu, 2007-02-08 at 09:33 +, Tim Golden wrote:
> Steve Freitas wrote:
> > Hi all,
> >
> > I'm new to the list (and Win32 programming) and glad to be here.
>
> Welcome to the wonderful world of Win32 in Python!
Thanks! I've been doing Python network programming on *nix for a few
ye
> I hope you don't mind doing a little hand-holding, since I have zero
> experience with Win32 and am therefore bumbling about.
>
> I looked at this:
>
> http://msdn2.microsoft.com/en-us/library/aa394362.aspx
>
> Which leads me to believe that the right way to do this is somewhere
> along these