On 2 Giu, 17:54, Dennis Lee Bieber <[EMAIL PROTECTED]> wrote:
> On Mon, 2 Jun 2008 00:32:33 -0700 (PDT), gianluca <[EMAIL PROTECTED]>
> declaimed the following in comp.lang.python:
>
> > Hy, I've a problem with may python library generated with swig from C
> > code. I works and I can access all function but a  simèple function
> > that print a string don't work's.
> > The function is like this:
> > int PrintTEST()
> > {
> >      printf("TEST ");
> >      return 1;
> > }
>
> > If I call the function (myDLL.PrintTEST() ) the function print only
> > the returned value, not the string "TEST". Could anybody help me?
>
>         Are you running from a command shell?
>
>         If you are testing from inside something like IDLE (or PythonWin, or
> pretty much any other GUI development system) you may not have a stdout
> for display by C code...
>
>         The return value would be printed by the Python interpreter in
> interactive mode...
> --
>         Wulfraed        Dennis Lee Bieber               KD6MOG
>         [EMAIL PROTECTED]              [EMAIL PROTECTED]
>                 HTTP://wlfraed.home.netcom.com/
>         (Bestiaria Support Staff:               [EMAIL PROTECTED])
>                 HTTP://www.bestiaria.com/

Hy,
the problem exists both in command shell and in IDLE. The  value is
correct  returned in both envirnment.

gianluca
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to