-
module.py:
om subprocess import Popen, PIPE
pid = Popen(['whoami'],stdout=PIPE,stderr=PIPE)
print pid.communicate()
main.py:
import module
Running module.py directly produces the desired result. Running main.py, however, produces the following on Python 2.5.1c1 (release25-maint, Apr 12 2007, 21:00:25), i.e., the version of Python that is included in Ubuntu Feisty Fawn...
2007-04-21 10:41:53 UTC in Python
-
rubys committed patchset 253 of module feedparser to the Universal Feed Parser CVS repository, changing 3 files.
2007-04-15 12:06:09 UTC in Universal Feed Parser
-
rubys committed revision 750 to the FeedValidator SVN repository, changing 2 files.
2007-04-06 18:40:28 UTC in FeedValidator
-
rubys committed revision 749 to the FeedValidator SVN repository, changing 16 files.
2007-04-02 15:45:49 UTC in FeedValidator
-
rubys committed revision 748 to the FeedValidator SVN repository, changing 2 files.
2007-03-31 11:15:32 UTC in FeedValidator
-
rubys committed revision 747 to the FeedValidator SVN repository, changing 12 files.
2007-03-29 10:27:14 UTC in FeedValidator
-
rubys committed revision 746 to the FeedValidator SVN repository, changing 5 files.
2007-03-26 23:53:49 UTC in FeedValidator
-
rubys committed patchset 252 of module feedparser to the Universal Feed Parser CVS repository, changing 2 files.
2007-03-26 21:35:53 UTC in Universal Feed Parser
-
rubys committed patchset 251 of module feedparser to the Universal Feed Parser CVS repository, changing 49 files.
2007-03-26 20:50:26 UTC in Universal Feed Parser
-
rubys committed revision 745 to the FeedValidator SVN repository, changing 2 files.
2007-03-25 11:33:25 UTC in FeedValidator