In article , encore1
@cox.net says...
>
> I'm attempting to run winpdb-reborn, version 2.0.0.1, under MinGW. My
> first problem is that if I enter winpdb in the directory
> containing , winpdb can't find rpdb2.py. I assume this is due
> to some path problem, but I don't know how to fix it.
>
I'm attempting to run winpdb-reborn, version 2.0.0.1, under MinGW. My
first problem is that if I enter winpdb in the directory
containing , winpdb can't find rpdb2.py. I assume this is due
to some path problem, but I don't know how to fix it.
My second problem occurs when I run winpdb from the
In article ,
__pete...@web.de says...
>
> Dick Holmes wrote:
>
> > https://occovid19.ochealthinfo.com/coronavirus-in-oc
>
> > I'm trying to
> > communicate using a continuing dialog between two
> > processes on the same system.
>
> I think
In article ,
__pete...@web.de says...
>
> Dick Holmes wrote:
>
> > https://occovid19.ochealthinfo.com/coronavirus-in-oc
>
> > I'm trying to
> > communicate using a continuing dialog between two
> > processes on the same system.
>
> I think
https://occovid19.ochealthinfo.com/coronavirus-in-oc I'm trying to
communicate using a continuing dialog between two
processes on the same system. I've looked at various mechanisms and the
class that seems to fit my needs is Popen in the subprocess module, but
I can't seem to get more than a si
_tkinter. Despite this report, Python works for non-tkinter
applications. Is there a magical formula for configuring tkinter during
or after a build??
TIA!
--
Dick Holmes
--
https://mail.python.org/mailman/listinfo/python-list
I am attempting to write a Python program that will interact with
a (non-Python) process. The programs will run under MinGW. The
process can use stdin/stdout commands and responses and can work
with pipes. The problem I'm having is that I can't find any
way in Python to have a continuing dialog wi
On Thu, 10 Mar 2011 21:56:52 +0100, Alexander Kapps
wrote:
>Can you post your code please (if it's too long, strip it down to
>the smallest program which still shows the problem.)
First, thanks to MRAB for showing me how to get the wheel working.
In the following code (Windows only), rolling