I am trying to use the fill command to draw a box around an object in
an image. I can get the box drawn, but there seems to be a side
effect. The fill command is adding white lines to the top and
sometimes right side of my axes plots. I am using small images,
124x200, and after the fill command
On Dec 17, 10:59 am, Christian Heimes wrote:
> Rominsky schrieb:
>
> > I am trying to use dir to generate a list of methods, variables, etc.
> > I would like to be able to go through the list and seperate the
> > objects by type using the type() command, but the dir comma
I am trying to use dir to generate a list of methods, variables, etc.
I would like to be able to go through the list and seperate the
objects by type using the type() command, but the dir command returns
a list of strings. When I ask for the type of an element, the answer
is always string. How do
On Dec 17, 1:21 pm, Jean-Paul Calderone wrote:
> On Wed, 17 Dec 2008 11:52:17 -0800 (PST), Rominsky
> wrote:
> >On Dec 17, 10:59 am, Christian Heimes wrote:
> >> Rominsky schrieb:
>
> >> > I am trying to use dir to generate a list of methods, variables, et
On Oct 30, 11:09 pm, Peng Yu wrote:
> I need to integrate shell program with python. I'm wondering if there
> is a way get the output of the shell program called by os.system().
> Thank you!
popen should do what your after. There are several modules that have
a popen method including os and subp