Python -m FoxDot not working

Hello fellow FoxDotters!

I am currently facing a problem with running FoxDot using SuperCollider.
Tried downloading both Python ver. 2 & 3 but I’m keep getting this error message:

Also I cannot find the ’ foxdot.scd file (FoxDot | Live Coding with Python and SuperCollider)’

Please help a beginner!

Thank you :slight_smile:

Hello,

The last command: “python -m FoxDot” must be typed into a terminal.

Yes you’ll need to open the “terminal” application and run python -m FoxDot there. Have you run pip install FoxDot already from the terminal?

Yep!

Kyuris-MacBook-Pro:~ Kyuri$ pip install FoxDot

Requirement already satisfied: FoxDot in /Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages (0.8.3)

Kyuris-MacBook-Pro:~ Kyuri$

I’ve set the directory in Terminal using cd with path to the FoxDot folder e.g. cd /Users/xxx/FoxDot/ and it works again.