This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author astrand
Recipients
Date 2004-11-07.16:18:50
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=344921

I don't have a "c:\program files" directory on my system,
since it's a Swedish version of Windows. I've tested with
"c:\program\internet explorer\iexplore.exe" instead, but
cannot reproduce the problem: Not with subprocess with 2.4
or 2.3, and not with os.popen3 either. For example, I've tried:

w, r, x = os.popen3('"c:\\program\\internet
explorer\iexplore.exe" www.abc.se')

Please test and see if you can reproduce the problem with
Internet Explorer. 

As far as I know, it should be safe to install 2.4b1 without
trashing the 2.3 installation. 
History
Date User Action Args
2007-08-23 14:27:10adminlinkissue1057048 messages
2007-08-23 14:27:10admincreate