Problem running bdfr with subprocess.Popen #569
-
Hello everyone, EDIT: I am running on Windows. Python Version is 3.10.0 and BDFR version is v2.5.1 The line I'm using to run it is this:
The Error I'm getting is this: If I execute
from my command line it works just fine I'm absolutely not set on this specific solution, so I'm definitely open to change it. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I am utterly confused, but I've accidentally got it to work Oo
(copied and changed from https://stackoverflow.com/questions/20140137/passing-variables-to-subprocess-popen ) I expected to fiddle around with that for a bit and expect the same "does not exist or cannot be found" error as a positive outcome, but this version works and downloads the files. If someone wants to tell my what was wrong with the first veriant, I'd be happy to know. |
Beta Was this translation helpful? Give feedback.
I am utterly confused, but I've accidentally got it to work Oo
I've used a bastardized version of some code to implement variable arguments while waiting:
(copied and changed from https://stackoverflow.com/questions/20140137/passing-variables-to-subprocess-popen )
I expected to fiddle around with that for a bit and expect the same "does not exist or cannot be found" error a…