URL as input -> "IOError: [Errno 2] The system cannot find the path specified"
Gilles Ganault
nospam at nospam.com
Fri Oct 24 13:56:04 EDT 2008
More information about the Python-list mailing list
Fri Oct 24 13:56:04 EDT 2008
- Previous message (by thread): OS 10.5 build 64 bits
- Next message (by thread): URL as input -> "IOError: [Errno 2] The system cannot find the path specified"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hello I'm trying to use urllib to download web pages with the GET method, but Python 2.5.1 on Windows turns the URL into something funny: ======== url = "amazon.fr/search/index.php?url=search" [...] IOError: [Errno 2] The system cannot find the path specified: 'amazon.fr\\search\\index.php?url=search' f = urllib.urlopen(url) ======== Any idea why it does this? Thank you.
- Previous message (by thread): OS 10.5 build 64 bits
- Next message (by thread): URL as input -> "IOError: [Errno 2] The system cannot find the path specified"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list