Opened 8 years ago

Closed 8 years ago

#191 closed defect (invalid)

python subprocess.Popen()

Reported by: Silvan Scherrer Owned by:
Priority: critical Milestone:
Component: python Version:
Severity: low Keywords:
Cc:

Description

for some reason subprocess.Popen() or also subprocess.check_output() don't bring the stdout back. I attached a small testcase in here.

Attachments (1)

setupt.py (933 bytes ) - added by Silvan Scherrer 8 years ago.

Download all attachments as: .zip

Change History (3)

by Silvan Scherrer, 8 years ago

Attachment: setupt.py added

comment:1 by Silvan Scherrer, 8 years ago

might be the same as #136

comment:2 by Silvan Scherrer, 8 years ago

Resolution: invalid
Status: newclosed

ok this is clearly not a python issue. it's an issue of the called app. in this case it is pkg-config. and pkg-config works as it should, since we added a flush() when it ends.

Note: See TracTickets for help on using tickets.