python-vlc icon indicating copy to clipboard operation
python-vlc copied to clipboard

Windows11 cannot read .exe file created by pyinstaller

Open rocco99 opened this issue 3 years ago • 1 comments

I get this error after creating a .exe file of my script with pyinstaller: pyinstaller ran without errors. script runs ok in vs code console.

Installed modules in my code: TK, pillow, python vlc

file ......./vlc.py", line 8565, in AttributeError: type object 'Position' has no attribute 'Bottom' [5668] Failed to execute script 'vlc' due to unhandled exception!

rocco99 avatar Jan 27 '22 15:01 rocco99

Which version of vlc.py is this? Please show a few more lines of the stack traceback.

There is no .Bottom attribute reference on line 8565 of the current one in ./generated/3.0/vlc.py. Also, Position enum attributes are all lower case, like Position.bottom.

mrJean1 avatar Jan 27 '22 15:01 mrJean1