How can I monitor the HTTP connections my windows xp system makes with
python?
I'm running a program that makes requests to websites over HTTP, I know this
by using a program like wireshark. I'd basically like to have a python
program know when this other program makes these requests and be able t
"Johnny" <[EMAIL PROTECTED]> wrote
I was wanting (as a project for learning) to be able to make
a menu program for executing various programs on my hard drive.
OK, As a first project thats good. I'd start with a text based menu
then rtry to convert it to a GUI later maybe.
Can you call on E
I am a python beginner. Actually a
beginner to any kind of programming.
I was wanting (as a project for learning) to be able to make a menu
program for executing various programs on my hard drive.
My question is
Can you call on EXE files from python?
I know you can open "txt" or make "data
<[EMAIL PROTECTED]> wrote
Sorry but I'm confused.
I made a little script to whom I wish to pass some pasted(with
middle
click(x11 style)) multi-row text. But if I pass say 99 rows it
crashes with no
error it exits to bash. Any ideas why?
Do you mean you are trying to paste a long piece of t
Hi list!
I made a little script to whom I wish to pass some pasted(with middle
click(x11 style)) multi-row text. But if I pass say 99 rows it crashes with no
error it exits to bash. Any ideas why?
from sys import exit
a=0
while True:
s=raw_input()
a+=1
if s=="finish":
print "