>
> From BeautifulSoup import BeautifulSoup
>
> Import cPAMIE
>
> url = 'http://www.cnn.com'
>
> ie = cPAMIE.PAMIE(url)
>
bs = BeautifulSoup(ie.pageText())
___
Python-win32 mailing list
Python-win32@python.org
http://mail.python.org/mailman/listinfo/py
On 18/02/2006 11:25 AM, Dan Glassman wrote:
> David Carter wrote:
>
>>>-Original Message-
>>>From: Robert Brewer [mailto:[EMAIL PROTECTED]
>>>Sent: Friday, February 17, 2006 4:11 PM
>>>To: David Carter; python-win32@python.org
>>>Subject: RE: [python-win32] Using win32com Constants
>>>
>>
David Carter wrote:
>>-Original Message-
>>From: Robert Brewer [mailto:[EMAIL PROTECTED]
>>Sent: Friday, February 17, 2006 4:11 PM
>>To: David Carter; python-win32@python.org
>>Subject: RE: [python-win32] Using win32com Constants
>>
>>
>>David Carter wrote:
>>
>>>Why is it that when I want
Greetings,
I am
using PAMIE to interact with web pages. Essentially, I am entering values
then submitting the form. What I have not yet figured out is to read the
source code for the resulting website. I have used BeautifulSoup to
do this on other websites, but I am unable to incorp
Yes, -those- constants work fine. They're the application specific constants
that require the convolution.
David Carter
> -Original Message-
> From: Robert Brewer [mailto:[EMAIL PROTECTED]
> Sent: Friday, February 17, 2006 4:11 PM
> To: David Carter; python-win32@python.org
> Subject: RE
David Carter wrote:
> Why is it that when I want to use a win32COM constant such as
> acViewNormal in an MS Access COM automation session I find I
> have to use some convoluted thing like:
>
> ComConstants =
> win32com.client.constants.__dict__["__dicts__"][0]
> viewtype = ComConstan
Why is it that when I want to use a win32COM constant such as acViewNormal
in an MS Access COM automation session I find I have to use some convoluted
thing like:
ComConstants = win32com.client.constants.__dict__["__dicts__"][0]
viewtype = ComConstants['acViewNormal']
Am I missing
Hi Math,
On 2/17/06, Math <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I don't know if I ask at the right place.
> But..I use Python, win32com.client and ADO together with MS Access.
> What I don't know, what do I need when I wanna distribute my Python-program?
> What does the enduser need, how do I ch
Hello,
I don't know if I ask at the right place.
But..I use Python, win32com.client and ADO together with MS Access.
What I don't know, what do I need when I wanna distribute my Python-program?
What does the enduser need, how do I check it and what extras do I have to
provide?
Anybody any ideas w
How do I grant permissions on directories with pythonwin?
At the moment we use a command line utility:
cacls "existing path" /E /T /P Everyone:F
To give Everyone full access (:F) by modifying an existing ACL (/E)
and affecting all contents of the directory (/T)
I'd like to do it all with shell
Hello
I've modified John Nielsen's code (see
http://aspn.activestate.com/ASPN/docs/ActivePython/2.4/pywin32/Windows_NT_Eventlog.html)
to read and summarize the eventlogs of dozens of
servers.
When the script (running on W2K) connects to one or
two of these NT servers, it exits without any
tracebac
11 matches
Mail list logo