[python-win32] Re: Pywin32 way of getting to open files

2006-02-21 Thread Roger Upole
That functionality is in the win32net module. NetFileEnum and NetFileClose should be able to do what you want. hth Roger ___ Python-win32 mailing list Python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32

[python-win32] building python on Windows

2006-02-21 Thread Manish Marathe
Python Experts everywhere!! I am trying to build python 2.4.1 on windows 2003 server using the MSVC files under src/PC/VC6. If I try to open the workspace pcbuild.dsw with MS Visual C++ 6.0, it tries to login into Visual SourceSafe and asks for login and password. I believe this shouldn't be the ca

[python-win32] Pywin32 way of getting to open files

2006-02-21 Thread Reed L. O'Brien
Hello: I am looking to check for open files in shared folders; and close them. I would do this manually by right clicking on my computer and selecting manage then opening shared folders and open files... This appears to be part of the compmgmt.msc smapin to MMC. Any hints on where i should be l

Re: [python-win32] Fresh excel session

2006-02-21 Thread Mark Hammond
> Hi, > I wrote a small app that is able to open a excel ssheet with > the win32com > module. My problem is that it opens the new excel in the current > excel session > ( if available ). Is there a way of opening a fresh new excel > session with the > following script and not interferate with my

Re: [python-win32] COM ports connecting

2006-02-21 Thread John Machin
On 22/02/2006 5:51 AM, Math wrote: > Hello, > > Anybody could give me an example code of how connect/comunicate through > COM ports (i.e. COM1, COM2). > I'm under windows XP > > Thanks!!! > Math http://pyserial.sourceforge.net/ ___ Python-win32 mai

Re: [python-win32] COM ports connecting

2006-02-21 Thread Ray Schumacher
At 10:51 AM 2/21/2006, Math wrote: Hello,   Anybody could give me an example code of how connect/comunicate through COM ports (i.e. COM1, COM2). I'm under windows XP I'm working on a command module for telescopes over COM ports, http://rjs.org/Python/LX200.zip so look at LXSerial.py and the  co

[python-win32] COM ports connecting

2006-02-21 Thread Math
Hello,   Anybody could give me an example code of how connect/comunicate through COM ports (i.e. COM1, COM2). I'm under windows XP > Thanks!!! Math ___ Python-win32 mailing list Python-win32@python.org http://mail.python.org/mailman/listinfo/python-w

[python-win32] Fresh excel session

2006-02-21 Thread Julien
Hi, I wrote a small app that is able to open a excel ssheet with the win32com module. My problem is that it opens the new excel in the current excel session ( if available ). Is there a way of opening a fresh new excel session with the following script and not interferate with my current worki

[python-win32] Little tool - but very big size... :-(

2006-02-21 Thread [EMAIL PROTECTED]
Hi ! I have a problem. I have a little tool that can get data about filesystems and I wrote it in python. The main user asked me a GUI for this software. This user is needed a portable program, so I create this kind of the software with Py2Exe. But it have very big size: 11 MB... :-( The dist