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

OSError: [WinError 193] %1 is not a valid Win32 application #38

Open
rubyakerman opened this issue Apr 8, 2018 · 0 comments
Open

OSError: [WinError 193] %1 is not a valid Win32 application #38

rubyakerman opened this issue Apr 8, 2018 · 0 comments

Comments

@rubyakerman
Copy link

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

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

1 participant