accessibleapps / accessible_output2

Output speech and braille using a variety of screen-reading solutions
MIT License
20 stars 18 forks source link

fixed: an application frozen with cx_Freeze couldn't find the libraries #2

Closed soundmud closed 4 years ago

soundmud commented 4 years ago

cx_Freeze creates "lib/accessible_output2/lib/" but accessible_output2 searches "accessible_output2/lib/".

Tested on Windows 10 with Python 3.8.