You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when i am tring to run the app i got this Error massage, someone please understand something?
C:\Users\user\AppData\Local\Programs\Python\Python36-32\python.exe C:/Users/user/Desktop/stephanie-va-master/Index.py
initialised
modules retreived.
Traceback (most recent call last):
File "C:/Users/user/Desktop/stephanie-va-master/Index.py", line 2, in
from Stephanie.boot import Boot as Boot
File "C:\Users\user\Desktop\stephanie-va-master\Stephanie\boot.py", line 2, in
from activity import Activity
File "C:\Users\user\Desktop\stephanie-va-master\Stephanie\activity.py", line 5, in
from commander import Commander
File "C:\Users\user\Desktop\stephanie-va-master\Stephanie\commander.py", line 1, in
from AudioManager.audio_manager import AudioManager
File "C:\Users\user\Desktop\stephanie-va-master\Stephanie\AudioManager\audio_manager.py", line 4, in
from AudioManager.audio_getter import AudioGetter
File "C:\Users\user\Desktop\stephanie-va-master\Stephanie\AudioManager\audio_getter.py", line 3, in
from TextManager.speaker import Speaker
File "C:\Users\user\Desktop\stephanie-va-master\Stephanie\TextManager\speaker.py", line 2, in
import eyed3
File "C:\Users\user\AppData\Local\Programs\Python\Python36-32\lib\site-packages\eyed3_init_.py", line 32, in
from .utils.log import log # noqa: E402
File "C:\Users\user\AppData\Local\Programs\Python\Python36-32\lib\site-packages\eyed3\utils_init_.py", line 27, in
import magic
File "C:\Users\user\AppData\Local\Programs\Python\Python36-32\lib\site-packages\magic.py", line 159, in
libmagic = ctypes.CDLL(dll)
File "C:\Users\user\AppData\Local\Programs\Python\Python36-32\lib\ctypes_init_.py", line 348, in init
self._handle = _dlopen(self._name, mode)
OSError: [WinError 193] %1 is not a valid Win32 application
Process finished with exit code 1
The text was updated successfully, but these errors were encountered:
when i am tring to run the app i got this Error massage, someone please understand something?
C:\Users\user\AppData\Local\Programs\Python\Python36-32\python.exe C:/Users/user/Desktop/stephanie-va-master/Index.py
initialised
modules retreived.
Traceback (most recent call last):
File "C:/Users/user/Desktop/stephanie-va-master/Index.py", line 2, in
from Stephanie.boot import Boot as Boot
File "C:\Users\user\Desktop\stephanie-va-master\Stephanie\boot.py", line 2, in
from activity import Activity
File "C:\Users\user\Desktop\stephanie-va-master\Stephanie\activity.py", line 5, in
from commander import Commander
File "C:\Users\user\Desktop\stephanie-va-master\Stephanie\commander.py", line 1, in
from AudioManager.audio_manager import AudioManager
File "C:\Users\user\Desktop\stephanie-va-master\Stephanie\AudioManager\audio_manager.py", line 4, in
from AudioManager.audio_getter import AudioGetter
File "C:\Users\user\Desktop\stephanie-va-master\Stephanie\AudioManager\audio_getter.py", line 3, in
from TextManager.speaker import Speaker
File "C:\Users\user\Desktop\stephanie-va-master\Stephanie\TextManager\speaker.py", line 2, in
import eyed3
File "C:\Users\user\AppData\Local\Programs\Python\Python36-32\lib\site-packages\eyed3_init_.py", line 32, in
from .utils.log import log # noqa: E402
File "C:\Users\user\AppData\Local\Programs\Python\Python36-32\lib\site-packages\eyed3\utils_init_.py", line 27, in
import magic
File "C:\Users\user\AppData\Local\Programs\Python\Python36-32\lib\site-packages\magic.py", line 159, in
libmagic = ctypes.CDLL(dll)
File "C:\Users\user\AppData\Local\Programs\Python\Python36-32\lib\ctypes_init_.py", line 348, in init
self._handle = _dlopen(self._name, mode)
OSError: [WinError 193] %1 is not a valid Win32 application
Process finished with exit code 1
The text was updated successfully, but these errors were encountered: