worldveil / dejavu

Audio fingerprinting and recognition in Python
MIT License
6.36k stars 1.43k forks source link

an unhandled win32 exception occurred in python.exe #70

Closed pete111 closed 9 years ago

pete111 commented 9 years ago

Hi guys,

when I run example.py error occures: an unhandled win32 exception occurred in python.exe

What is wrong?

worldveil commented 9 years ago

As stated here, Dejavu has only been tested on Unix systems.

It has to do with the use of the python multiprocessing library. If you'd like to dig in and fix you are welcome to submit a PR, but I have no plans to add Windows support.