-2

I installed Python 2.7 on my Windows laptop. When I run the test command

python -c 'from... evernote client...`

it says from is invalid.

What am I doing wrong?

ChrisGPT was on strike
  • 127,765
  • 105
  • 273
  • 257

1 Answers1

0

Found the answer after many trys - once I am in the python console I don't need the first work python and I don't need -c. All I had to do is remove the quote marks around the statement and it worked fine.