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 orsenthil
Recipients georg.brandl, hmo, orsenthil, pitrou
Date 2009-10-05.09:48:16
SpamBayes Score 6.9944035e-05
Marked as misclassified No
Message-id <1254736100.64.0.371523914974.issue7024@psf.upfronthosting.co.za>
In-reply-to
Content
This bug is bit a tricky case.

Harshad: You might try the "work-around" suggested by Antoine. But that
is just a work-around. not a fix. Add an entry to gconf-editor like any
other. ( google).

The actual bug seems to be with gnome-open which is unable to handle ftp
urls.

$ gnome-open http://www.google.com
02:44 PM:senthil@:~/python/trunk/Lib
$ gnome-open ftp://ftp.freebsd.org
Error showing url: The specified location is not mounted

Google for (gnome-open + bug + ftp) you will be given the list of bugs.

In my case, I think the user-installed firefox has taken the control of
the ftp mimetype and in your case, gnome-open is the default and it is
failing with ftp.

As per suggestion just work-around it with ftp handlers and it should
do. May check with ubuntuforums for suggestions too.

There is a no problem with the webbrowser.py and I am closing this bug
as Invalid.
History
Date User Action Args
2009-10-05 09:48:20orsenthilsetrecipients: + orsenthil, georg.brandl, pitrou, hmo
2009-10-05 09:48:20orsenthilsetmessageid: <1254736100.64.0.371523914974.issue7024@psf.upfronthosting.co.za>
2009-10-05 09:48:17orsenthillinkissue7024 messages
2009-10-05 09:48:16orsenthilcreate