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
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
> >>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
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
> 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
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
> > 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
> 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
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
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
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
11 matches
Mail list logo