munshkr / flok

Web-based P2P collaborative editor for live coding sounds and images
https://flok.cc
GNU General Public License v3.0
255 stars 39 forks source link

No module named 'FoxDot.lib' #50

Closed diegomolinaquintero closed 4 years ago

diegomolinaquintero commented 4 years ago

I am a novice and it is probably my mistake but when I follow the instructions to run foxdot I get this Traceback (most recent call last): File "", line 1, in File "/Users/XXXX/FoxDot/init.py", line 120, in from .lib import * ModuleNotFoundError: No module named 'FoxDot.lib'

Which version of Python do you recommend?

munshkr commented 4 years ago

Currently Flok tries to run FoxDot using python3, but it appears you don't have FoxDot installed there. Can you try running pip3 install FoxDot?

Nonetheless, I think the REPL should use python by default, and if a user wants to specify a different Python executable, you should be able to set it as an extra option. I'll see if I can change that.

diegomolinaquintero commented 4 years ago

Ya soluciones , era un descuido ... Estaba ejecutando el flok Rep -t foxdot por fuera de la carpeta de.foxdot , cuando la ejecute adentro funciono perfecto en Mac ... Lo probé en arch Linux y todo funcionó perfecto . Tengo una inquietud los que usan hydra no pueden escuchar nada a menos que ejecuten foxdot ? O hay otra forma

munshkr commented 4 years ago

Genial! Sí, cualquier usuario que quiera escuchar el sonido, tiene que levantar FoxDot (y ejecutar SuperCollider). No hace streaming de audio ni síntesis en el browser.