Terry Hancock wrote:
> On Thursday 23 June 2005 01:19 am, Paul Watson wrote:
>
>>"Gregory Piñero" <[EMAIL PROTECTED]> wrote in message
>>news:[EMAIL PROTECTED]
>>os.system(r'"C:\Program Files\Mozilla Firefox\firefox.exe"' + '
>>"www.blendedtechnologies.com"')
>>
> You don't have any spaces betwee
On Thursday 23 June 2005 01:19 am, Paul Watson wrote:
> "Gregory Piñero" <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]
> os.system(r'"C:\Program Files\Mozilla Firefox\firefox.exe"' + '
> "www.blendedtechnologies.com"')
>
> The goal is to have firefox open to that website.
You don
Thanks to everyone for all the help! After careful consideration I
decided to go with os.startfile(url)
It works just great!
Here's my program in case anyone's interested. 5 points if you can
guess what it does ;-)
"""Take a filepath from stdin and translate to the corresponding url and
open
If firefox is not your default browser,
os.system(r'"cd c:\Program Files\Mozilla Firefox & firefox "' +
'"www.blendertechnologies.com"')
works for me.
--
http://mail.python.org/mailman/listinfo/python-list
On Thu, 23 Jun 2005 00:02:55 -0400, Gregory Piñero
<[EMAIL PROTECTED]> wrote:
>Hi guys,
>
>I'm trying to run this statement:
>
>os.system(r'"C:\Program Files\Mozilla Firefox\firefox.exe"' + '
>"www.blendedtechnologies.com"')
>
>The goal is to have firefox open to that website.
>
>When I type r'"C:
[Michael P. Soulier]
| On 23/06/05 Tim Golden said:
|
| > This is only half an answer, but I personally find faffing
| > about with the double-quote / double-backslash stuff between
| > Python and Windows a pain in the neck, so where I can I avoid it.
|
| Indeed. I believe this is why Python has
On 23/06/05 Tim Golden said:
> This is only half an answer, but I personally find faffing
> about with the double-quote / double-backslash stuff between
> Python and Windows a pain in the neck, so where I can I avoid it.
Indeed. I believe this is why Python has os.sep.
Mike
--
Michael P. Soul
Le Thu, 23 Jun 2005 01:19:11 -0500, Paul Watson a écrit :
> "Gregory Piñero" <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]
> Hi guys,
>
> I'm trying to run this statement:
>
> os.system(r'"C:\Program Files\Mozilla Firefox\firefox.exe"' + '
> "www.blendedtechnologies.com"')
>
> The
"Gregory Piñero" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
Hi guys,
I'm trying to run this statement:
os.system(r'"C:\Program Files\Mozilla Firefox\firefox.exe"' + '
"www.blendedtechnologies.com"')
The goal is to have firefox open to that website.
When I type r'"C:\Program Fi
[Gregory Piñero]
|
| I'm trying to run this statement:
|
| os.system(r'"C:\Program Files\Mozilla Firefox\firefox.exe"' + '
| "www.blendedtechnologies.com"')
|
| The goal is to have firefox open to that website.
|
| When I type r'"C:\Program Files\Mozilla Firefox\firefox.exe"' + '
| "www.blended
10 matches
Mail list logo