sages.
I would have sent this to a list administrator, but
there is none listed on the list management web page.
Yours,
Noah
___
ActivePython mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Like what sort of problems?
I always found the Windows installation
to be pretty easy -- both the regular Python.org Windows
distriution and the ActiveState Windows distribution.
Generally I prefer the ActiveState version because it
insclude the Win32 COM stuff.
Noah
-Original Message
and lambda on the brain.
Thanks,
Noah
- Original Message -
From: "Jeff Shannon" <[EMAIL PROTECTED]>
To: "activepython list" <[EMAIL PROTECTED]>
Sent: Monday, April 08, 2002 10:22 AM
Subject: Re: How to remove a newline character
>
> Noah Spurrier w
thought lambda expression were hard to read
(mainly I think 'lambda' is an obscure name for most
non-computer science majors) , but at any rate it is a
useful syntax to learn.
Yours,
Noah
- Original Message -
From: "A" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
__ as '__main__' when
the script is being run immediately from the interpreter;
otherwise, if this module is imported then __name__ is
defined as the name of the module.
Noah
- Original Message -
From: "Paul Osman" <[EMAIL PROTECTED]>
To: "Jose Guevarra" &
y is one-to-one.
For example, this dictionary would not work:
dict1=['aa':1, 'bb':1]
Yours,
Noah
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of A
> Sent: Monday, March 25, 2002 2:16 PM
> To: [EMAIL PROTECT
Scripting or WSH? From what I could figure out
only IE and IIS support ActiveX Scripting. I don't know much about WSH, but it seemed
relevant :-)
Yours,
Noah
___
ActivePython mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveStat
ience with WMI and Python?
Yours,
Noah
___
ActivePython mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/activepython
This is a buffering issue. Flush stdout:
sys.stdout.flush() after every print call.
Be sure to import sys first.
Yours,
Noah
- Original Message -
From: "Joshua Hewitt" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, June 29, 2001 5:53 AM
Subject: "
se()
print page
Yours,
Noah
mooth integration.
Yours,
Noah
- Original Message -
From: "Steve Drees" <[EMAIL PROTECTED]>
To: "Noah" <[EMAIL PROTECTED]>; "Brian Smith" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Wednesday, April 25, 2001 4:39 PM
Subject: RE: Perl EX fo
e seems to have every feature advertised
by PerlEX.
Yours,
Noah
- Original Message -
From: "Brian Smith" <[EMAIL PROTECTED]>
To: "activepython" <[EMAIL PROTECTED]>
Sent: Wednesday, April 25, 2001 3:12 PM
Subject: Perl EX for python?
> Is there an
;m trying to write a NT Domain network spider.
Yours,
Noah
For example, from the command line at the Windows Command Prompt
I can do this sort of stuff:
C:\>net view /domain
Domain
-
WORKGROUP
The command completed successfully.
C:\>ne
outfile = open ('foo', 'ab')
That's 'a' for 'append'. You may want to use 'ab' for WindowsNT.
That's 'append binary'.
Yours,
Noah
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of
[EMA
;credits" or "license" for more information.
>>> import win32com.client
>>> o = win32com.client.Dispatch('htmlfile')
>>> o
>>> o.createDocumentFromUrl
>>> doc = o.cre
15 matches
Mail list logo