question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

hello,

Thank you for the post before.

What version of python need ?

    import urllib.request
ImportError: No module named request

I have version 2.7 I need install another verison

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
KonradITcommented, Mar 28, 2017

hi, as per the custom path for download:

gpCam.downloadLastMedia(custom_filename=“/home/blahblah/Videos/GoPro/”)

1reaction
KonradITcommented, Mar 28, 2017

you need python 3.6

Read more comments on GitHub >

github_iconTop Results From Across the Web

urllib.request — Extensible library for opening URLs — Python ...
The urllib.request module defines functions and classes which help in opening URLs (mostly HTTP) in a complex world — basic and digest authentication, ......
Read more >
Python's urllib.request for HTTP Requests - Real Python
The main representation of an HTTP message that you'll be interacting with when using urllib.request is the HTTPResponse object. The urllib.
Read more >
Python Urllib Module - GeeksforGeeks
urllib.request. This module helps to define functions and classes to open URLs (mostly HTTP). · urllib.parse. This module helps to define ...
Read more >
Python 3 Programming Tutorial - urllib module
Here is the first and easiest example of using urllib. We just need to import urllib.requests. From there, we assign the opening of...
Read more >
Python Internet Access Using Urllib.Request and Urlopen()
To get internet access using Python and fetching data from different websites, we use the Urllib.Request and the urlopen() function are readily ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found