I am using Windows 11 with Spyder

I am trying to run this: python dna.py ./databases/small.csv 
./sequences/1.txt

That works when I run it inside an Ubuntu shell.

Inside Spyder I get:
python dna.py ./databases/small.csv ./sequences/1.txt
           ^
SyntaxError: invalid syntax

When I modify the path to match the Windows convention I get the same error:
python dna.py \databases\small.csv \sequences\1.txt
           ^
SyntaxError: invalid syntax

What does Spyder want from me? How can I get it to take arguments, 
specifically traverse outside root directory to fetch the required files?

-- 
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/ef3cad7e-9381-434a-a6c3-3e346ae89332n%40googlegroups.com.

Reply via email to