library.
Dana
On 2005-02-01, Dana Marcusanu <[EMAIL PROTECTED]> wrote:
> I am trying to use Python to get the data received at a specific port
(in
> use) on my computer.
What do you mean "in use"? You mean you want to evesdropt on
data that's being sent to an existing
Yes. It hangs at accept. I always end up doing end task because it never
passes the "accept" statement. When I set the port I use netstat (netstat
-bn) to get the ports that are in use. I use PythonWin 2.4. I am still
puzzled about the fact that it runs fine for you.
You are right about using the w
--- Tony Meyer <[EMAIL PROTECTED]> wrote:
> > I am trying to use Python to get the data received at a
> > specific port (in use) on my computer. I already tried below
> > code which seems to hang at the statement accepting
> > connections.
>
> Seems to hang, or does hang? Using print statemen
Hi to all,
I am trying to use Python to get the data received at a specific port (in
use) on my computer. I already tried below code which seems to hang at the
statement accepting connections. I don't know what else I can try. Any
suggestions will be welcome.
import socket, select, os
PORT = 200
Hello,
I am trying to convert an Excel SpreadSheet to Python. The formula in
Excel for one of the cells is =DDE("ser1","ser2","ser3"). The name of the
server is ser1, ser2 is the topic, and ser3 is an item.
I already tried using:
>>> import dde
>>> ddes = dde.CreateServer()
>>> ddes.Create("ser1