Re: [python-win32] Waiting for Wireless

2006-10-26 Thread Schollnick, Benjamin
Tom, > I have a module lying around that does this. Should work on 2k and XP, at least. > You call it with the 'friendly name' of the network adaper, and it displays the ip > address and network mask (IIRC). Should be easy to adapt to our needs, and more. Silly question... What is the friendl

Re: [python-win32] Waiting for Wireless

2006-10-26 Thread Schollnick, Benjamin
Never mind... I found the note in the AdapterInfo.py code... It's the name in the Network control panel... This is quite interesting, and helpful... Anything else you'd like to share? - Benjamin ___ Python-win32 mailing list Python-wi

Re: [python-win32] Fetching network interface instance names

2005-07-26 Thread Schollnick, Benjamin
> >>http://www.microsoft.com/technet/scriptcenter/scripts/python > /pyindex.mspx > >>has some scripts that appear to do what you need. > > > >>(Quite cool that we can now post a microsoft.com address > for help with > >>Python scripts ;) > > > >Really, really cool. It's a hug of a giant. > > > >B

Re: [python-win32] Fetching network interface instance names

2005-07-25 Thread Schollnick, Benjamin
Weird, must be a difference between ActiveState & Standard Python Hmmm I wonder what else is different... - Benjamin > -Original Message- > From: Simon Dahlbacka [mailto:[EMAIL PROTECTED] > Sent: Monday, July 25, 2005 9:08 AM > To: Schollnic

Re: [python-win32] Fetching network interface instance names

2005-07-25 Thread Schollnick, Benjamin
> http://www.microsoft.com/technet/scriptcenter/scripts/python/p > yindex.mspx > has some scripts that appear to do what you need. > > (Quite cool that we can now post a microsoft.com address for > help with Python scripts ;) Except that they do not seem to work I have tried three so far, an

Re: [python-win32] LsaLookupNames2

2005-06-30 Thread Schollnick, Benjamin
age- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Thomas Heller > Sent: Tuesday, June 21, 2005 2:37 PM > To: python-win32@python.org > Subject: Re: [python-win32] LsaLookupNames2 > > > "Schollnick, Benjamin" <[EMAIL PROTECTED]&g

[python-win32] McMillian Installer (Was LsaLookupNames2)

2005-06-21 Thread Schollnick, Benjamin
> > It's okay I just miss McMillian's installer... > > It's unsupported, so I've moved to py2exe... But > > McMillian's package seemed to be better with > > the dependency issues And offered a few > > features that don't exist in py2exe... (Or at least > > are not easily handled in py2e

Re: [python-win32] LsaLookupNames2

2005-06-21 Thread Schollnick, Benjamin
> Problems like this can be solved with dependencywalker > (google for it). The walker displays binary dependencies for images. Thankfully dependency issues like this seem to be rare > Using it I found this: win32net.pyd from build 204 does *not* > use the LsaLookupNames2 function in advap

[python-win32] (no subject)

2005-06-21 Thread Schollnick, Benjamin
Title: Message Folks,       I have run into a small problem, that I believe is a Win32net issue...       My application has been running (via py2exe) on XP systems without a problem  Just recently someone tried to use the application on a Windows 2000 system, and received:   * The proced

[python-win32] Odd py2exe & Win32 error....

2005-05-23 Thread Schollnick, Benjamin
Folks, I have run into a problem that is py2exe & win32 related, but I am not sure which toolkit has the problem... from win32com.client import gencache gencache.EnsureModule('{565783C6-CB41-11D1-8B02-00600806D9B6}', 0, 1, 2) Has anyone used py2exe, and started to get the following err

RE: [python-win32] File I/O problem

2005-01-12 Thread Schollnick, Benjamin
Title: Message When in doubt, turn the problem around 90 degrees.   file( filename[, mode[, bufsize]]) Return a new file object (described in section 2.3.8, ``File Objects''). The first two arguments are the same as for stdio's fopen(): filename is the file name to be