Re: [Tutor] server / client program

2014-07-01 Thread Alan Gauld
On 01/07/14 01:12, Ant Parris wrote: Hi, I am new to python and i am stuck on a lab I am working on. below is the lab instructions for creating a server and client program. 1) Both server and client program run continually 2) until no me ssage is coming in the server. It means if a client hits t

Re: [Tutor] server / client program

2014-06-30 Thread Danny Yoo
On Mon, Jun 30, 2014 at 5:12 PM, Ant Parris wrote: > Hi, I am new to python and i am stuck on a lab I am working on. below is the > lab instructions for creating a server and client program. > > 1) Both server and client program run continually > 2) until no message is coming in the server. It mea

[Tutor] server / client program

2014-06-30 Thread Ant Parris
Hi, I am new to python and i am stuck on a lab I am working on. below is the lab instructions for creating a server and client program. 1) Both server and client program run continually 2) until no message is coming in the server. It means if a client hits the return key with no text 3) Then bot

Re: [Tutor] server used in python

2011-03-29 Thread Japhy Bartlett
I think tornado (http://tornadoweb.org) is one of the easiest server / frameworks to learn and work with. On Tue, Mar 29, 2011 at 4:21 AM, Alan Gauld wrote: > > "ema francis" wrote > >> I am learnning python for  3 months from now. I wanted to know how and >> what >> *server* is used in python w

Re: [Tutor] server used in python

2011-03-29 Thread Alan Gauld
"ema francis" wrote I am learnning python for 3 months from now. I wanted to know how and what *server* is used in python web development?Looking for your help Python is "blessed" with very many web development frameworks. For basic CGI programming you can use the basic weeb server th

Re: [Tutor] server used in python

2011-03-28 Thread James Thornton
On Mon, Mar 28, 2011 at 3:27 AM, ema francis wrote: > I am learnning python for  3 months from now. I wanted to know how and what > server is used in python web development?Looking for your help When you're developing a Python Web application, most people use a development server that automa

Re: [Tutor] server used in python

2011-03-28 Thread Steven D'Aprano
ema francis wrote: I am learnning python for 3 months from now. I wanted to know how and what *server* is used in python web development?Looking for your help There are several. I suggest you start with CherryPy: www.cherrypy.org/ -- Steven __

[Tutor] server used in python

2011-03-28 Thread ema francis
I am learnning python for 3 months from now. I wanted to know how and what *server* is used in python web development?Looking for your help ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: http://mail.python.org

Re: [Tutor] Server

2010-11-08 Thread Chris King
On 11/8/2010 8:20 PM, Alan Gauld wrote: "Chris King" wrote I think Corey means the firewall on your PC if you have one. It could be blocking outgoing traffic to uncommon port numbers or somesuch. The firewall pops up and I click allow. It has nothing to do with the firewall at all. Did yo

Re: [Tutor] Server

2010-11-08 Thread Luke Paireepinart
On Mon, Nov 8, 2010 at 3:53 PM, Chris King wrote: >  On 11/5/2010 8:10 PM, Alan Gauld wrote: >> >> "Chris King" wrote >> If you are using Windows, turn off the built-in firewall. That's what fixed my problems. ~Corey >> >>> also, it is on the same network, so the server shouldn't b

Re: [Tutor] Server

2010-11-08 Thread Alan Gauld
"Chris King" wrote I think Corey means the firewall on your PC if you have one. It could be blocking outgoing traffic to uncommon port numbers or somesuch. The firewall pops up and I click allow. It has nothing to do with the firewall at all. Did you find any other errors at all? OK, de

Re: [Tutor] Server

2010-11-08 Thread Chris King
On 11/5/2010 8:10 PM, Alan Gauld wrote: "Chris King" wrote If you are using Windows, turn off the built-in firewall. That's what fixed my problems. ~Corey also, it is on the same network, so the server shouldn't be a problem I think Corey means the firewall on your PC if you have one.

Re: [Tutor] Server

2010-11-05 Thread Alan Gauld
"Chris King" wrote If you are using Windows, turn off the built-in firewall. That's what fixed my problems. ~Corey also, it is on the same network, so the server shouldn't be a problem I think Corey means the firewall on your PC if you have one. It could be blocking outgoing traffic to u

Re: [Tutor] Server

2010-11-05 Thread Corey Richardson
On 11/5/2010 3:18 PM, Chris King wrote: On 11/4/2010 9:46 PM, Corey Richardson wrote: On 11/4/2010 8:43 PM, Chris King wrote: Dear Tutors, May server and client programs aren't working. They basically simplify socket and SocketServer. Run them directly to test them. They do work loc

Re: [Tutor] Server

2010-11-05 Thread Chris King
On 11/4/2010 9:46 PM, Corey Richardson wrote: On 11/4/2010 8:43 PM, Chris King wrote: Dear Tutors, May server and client programs aren't working. They basically simplify socket and SocketServer. Run them directly to test them. They do work locally. They don't work from one computer to

Re: [Tutor] Server

2010-11-04 Thread Steven D'Aprano
Chris King wrote: Dear Tutors, May server and client programs aren't working. They basically simplify socket and SocketServer. Run them directly to test them. They do work locally. They don't work from one computer to the next on the same network. Please Help. It's probably a network is

[Tutor] Server

2010-11-04 Thread Chris King
Dear Tutors, May server and client programs aren't working. They basically simplify socket and SocketServer. Run them directly to test them. They do work locally. They don't work from one computer to the next on the same network. Please Help. Sincerely, Me, Myself, and I P.S. How to

[Tutor] server push

2006-08-17 Thread anil maran
Hi guys i was wondering if someone has successfuly used server push for apps such as meebo etc using webpy if so can you share some guidelines on using them I have a continuously running python webserver and a website, if there is a new mail or message, how do i ping and let the website or the u