pywinassistant icon indicating copy to clipboard operation
pywinassistant copied to clipboard

No module named 'core'

Open akumareutre opened this issue 10 months ago • 1 comments

Hello, I have this error do you have any issues of this ? Traceback (most recent call last): File "C:\Users\xxxx\Desktop\pywinassistant-Pre-Database\core\assistant.py", line 8, in <module> from core.voice import speaker, set_volume, set_subtitles ModuleNotFoundError: No module named 'core'

akumareutre avatar Apr 27 '24 19:04 akumareutre

Hey I'm not one of the devs but you should probably try running it like this: python3 -m core.assistant

made it work after making the Database folder manually and adding proper absolute paths for the media.

Its much slower than the demo though

saffie91 avatar May 01 '24 14:05 saffie91

I got it working you can look at my PR #9 for all the changes I did to have it running. For this issue I just removed the 'core.' part from the imports and moved driver to core

Razorbob avatar May 08 '24 20:05 Razorbob