Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: execute sequence
Post: RE: execute sequence

I tried subprocess, but its not running mycmd = ("externalprogramm", "/home/inforeq.txt") process = sp.Popen(mycmd, stdout=sp.PIPE, stderr=sp.PIPE) out, err = process.communicate()
baolevani General Coding Help 2 3,091 Apr-14-2017, 03:01 PM
    Thread: execute sequence
Post: execute sequence

Hello Python World, I need to utilize following sequence in python 2.6 Run external program=>Read input from txt.file=>Write output to csv.file. Please help me with this task, thanks!
baolevani General Coding Help 2 3,091 Apr-14-2017, 01:40 PM
    Thread: input-external program-output
Post: input-external program-output

Hi All, How can I call an external program in python, feed .txt file and retrieve the output. Thanks!
baolevani General Coding Help 2 3,947 Feb-24-2017, 02:22 PM
    Thread: exclude hyphen
Post: exclude hyphen

Hi, I need some help with formatting. I am exporting data in cvs file and need to exclude hyphen and add zero in front, for example "5-" should be exported asĀ "05" Any suggestion is appreciated, th...
baolevani News and Discussions 1 3,123 Feb-20-2017, 05:27 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020