-
Error calling os. system() command neper using Python, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
If the Otherwise, the Neper command itself looks okay, so it must be a Python issue and hopefully there is someone out there to help... |
Beta Was this translation helpful? Give feedback.
-
@kshankar7 or @EMengiste - any thoughts on the above Python command? My use of the
EDIT: Is it the (seemingly) erroneous |
Beta Was this translation helpful? Give feedback.
@kshankar7 or @EMengiste - any thoughts on the above Python command?
My use of the
os
package in Python is limited, but a quick google search shows examples where the command has spaces:EDIT: Is it the (seemingly) erroneous
f
at the beginning of your command? i.e.,os.system(f'...')
?