Skip to content

Plotting and Mesh Access #1139

Answered by akaszynski
marj44 asked this question in Q&A
May 26, 2022 · 1 comments · 3 replies
Discussion options

You must be logged in to vote

Looks like you're unable to download the external example file for some reason.

We're basically using requests (REST) to "download" the file. My guess is that you're unable to call out from your computer for some reason. Can you run the following for me?

import urllib.request
urllib.request.urlretrieve("http://www.lancsngfl.ac.uk/cmsmanual/download/file/barnaby-1.bmp", "barnaby-1.bmp")

This should download a simple bmp locally. If this fails, there's something blocking external downloads within your network.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@marj44
Comment options

@akaszynski
Comment options

@germa89
Comment options

Answer selected by germa89
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants