I tried to replace official Python dll with the one built with MinGW
and it works. The problem is, that port is very old and so far it
seems that official support for building Python under MinGW is nowhere
near.
I really don't want to use MSVC, so if there's any other way around
this, please, let
On Nov 17, 6:51 am, "Gabriel Genellina"
wrote:
>
> The code below now reads from the pipe everything that has been written --
> except from Python :(
Thanks a lot for the fine code! So far I don't know why it fails to
print from Python - I'll post here any news I get...
--
http://mail.python.
En Mon, 16 Nov 2009 18:04:21 -0300, Ecir Hana
escribió:
On Nov 16, 7:21 pm, "Gabriel Genellina"
wrote:
En Mon, 16 Nov 2009 14:17:52 -0300, Ecir Hana
escribió:
>> I'm trying to write a simple Win32 app, which may run some Python
>> scripts. Since it is a Windows GUI app, I would like to re
On Nov 16, 7:21 pm, "Gabriel Genellina"
wrote:
> En Mon, 16 Nov 2009 14:17:52 -0300, Ecir Hana
> escribió:
>
> >> I'm trying to write a simple Win32 app, which may run some Python
> >> scripts. Since it is a Windows GUI app, I would like to redirect all
> >> output (Python print, C printf, fpri
En Mon, 16 Nov 2009 14:17:52 -0300, Ecir Hana
escribió:
I'm trying to write a simple Win32 app, which may run some Python
scripts. Since it is a Windows GUI app, I would like to redirect all
output (Python print, C printf, fprinf stderr, ...) to a text area
inside the app. In other words, I'm
On Nov 15, 5:28 pm, Ecir Hana wrote:
> Hello,
>
> I'm trying to write a simple Win32 app, which may run some Python
> scripts. Since it is a Windows GUI app, I would like to redirect all
> output (Python print, C printf, fprinf stderr, ...) to a text area
> inside the app. In other words, I'm tryi
Hello,
I'm trying to write a simple Win32 app, which may run some Python
scripts. Since it is a Windows GUI app, I would like to redirect all
output (Python print, C printf, fprinf stderr, ...) to a text area
inside the app. In other words, I'm trying to log all the output from
the app (C, Python)