Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No module named 'playlists', running nose2 test for exaile. #15

Open
jeffreybarron opened this issue Apr 26, 2022 · 1 comment
Open

Comments

@jeffreybarron
Copy link

trying to create tests for exaile (a UNI Assessment) but I get this error when running nose2

Traceback (most recent call last):
File "/home/exaile/.local/bin/spydaap", line 5, in
from spydaap.cli import main
File "/home/exaile/.local/lib/python3.8/site-packages/spydaap/init.py", line 17, in
import playlists
ModuleNotFoundError: No module named 'playlists'

however the playlists.py module is in /home/exaile/.local/lib/python3.8/site-packages/spydaap/
please help

@egh
Copy link
Owner

egh commented Apr 28, 2022

Should perhaps be fixed in 2f14b23

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants