Opened 8 years ago

Closed 7 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)

Changed 8 years ago by Silvan Scherrer

Attachment: setupt.py added

comment:1 Changed 8 years ago by Silvan Scherrer

might be the same as #136

comment:2 Changed 7 years ago by Silvan Scherrer

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.