[Tutor] Monitoring HTTP connections?

2008-09-27 Thread xbmuncher
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

Re: [Tutor] accessing files, (EXE files) Making EXE files from Python

2008-09-27 Thread Alan Gauld
"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

[Tutor] accessing files, (EXE files) Making EXE files from Python

2008-09-27 Thread Johnny
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

Re: [Tutor] paste question

2008-09-27 Thread Alan Gauld
<[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

[Tutor] paste question

2008-09-27 Thread cuciferus
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 "