[python-win32] network copy

2006-04-24 Thread le dahut
Hello, What is the best way to copy files from a windows/samba share without connecting a network drive using python ? K. ___ Python-win32 mailing list Python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32

Re: [python-win32] network copy

2006-04-24 Thread Tim Golden
[le dahut] | What is the best way to copy files from a windows/samba share without | connecting a network drive using python ? Well, to answer your question two ways... For general copying-a-file on windows stuff, have a look here: http://timgolden.me.uk/python/win32_how_do_i/copy-a-file.html

[python-win32] python and WonderWare (automation server)

2006-04-24 Thread Gerrat Rickert
on the off chance that anyone here can help me, here goes: Im trying to communicate with an OPC server (WonderWares Factory Suite Gateway). Im using an OPC Client (OPC Web Client from Software ToolBox). I instantiate the client: pythoncom.CoInitialize()

Re: [python-win32] Need help with AutoSummarize feature in Word

2006-04-24 Thread Tim Roberts
On Sat, 22 Apr 2006 09:20:07 -0400, Daniel Greenfeld [EMAIL PROTECTED] wrote: Date: Fri, 21 Apr 2006 10:00:33 -0700 From: Tim Roberts [EMAIL PROTECTED] First off, thanks very much Tim for the help. Your advice made a big difference! I'm glad to hear it, and I appreciate the feedback.

Re: [python-win32] select.poll()

2006-04-24 Thread Gabriel Genellina
At Saturday 22/4/2006 09:56, Vahid Noroozi wrote: in windows python select module doesn't suppport poll() i wanted to know if it is possible to implement poll function by using select.select() function in windows. What do you want to do? select.select() only accepts sockets in Windows, not