morevnaproject-org / papagayo-ng

Papagayo is a lip-syncing program designed to help you line up phonemes (mouth shapes) with the actual recorded sound of actors speaking. Papagayo makes it easy to lip sync animated characters by making the process very simple - just type in the words being spoken (or copy/paste them from the animation's script), then drag the words on top of the sound's waveform until they line up with the proper sounds.
236 stars 51 forks source link

Remove w9xpopen from installation #84

Closed ice0 closed 3 years ago

ice0 commented 3 years ago

https://stackoverflow.com/questions/1904724/py2exe-are-manifest-files-and-w9xpopen-exe-required-when-compiling-a-web-server

w9xpopen.exe is for windows 95/98, So If you don't use those you will not need it.
steveway commented 3 years ago

I believe since we are currently using PyInstaller to bundle the Windows version this is not applicable anymore.