anoopsankar / Trakt2Letterboxd

Script to export your movies from Trakt to Letterboxd
Apache License 2.0
60 stars 15 forks source link

Errors? #3

Closed janewhitaker closed 6 years ago

janewhitaker commented 6 years ago

image

Hi there! I have very limited/no knowledge of coding/python and I'm getting this error. Is there any way to fix this? I'm running it on Mac OS (10.13.2).

anoopsankar commented 6 years ago

Do you have python installed? What is the command that you are using to run the script?

janewhitaker commented 6 years ago

I do have python installed. I copy pasted the file into the terminal in attempt to get the right directory because when I ran 'python Trakt2Letterboxd.py' it gave me this error:

screen shot 2018-01-18 at 17 43 21
anoopsankar commented 6 years ago

Nope!.. It will not work if you copy paste the file on the terminal.

Follow these steps verbatim on the terminal:

git clone https://github.com/anoopsankar/Trakt2Letterboxd.git
cd Trakt2Letterboxd/
python Trakt2Letterboxd.py

Then follow instructions on the screen.

janewhitaker commented 6 years ago

This worked, thanks!