Search code examples
pythonpython-watchdog

How do I add watchdog to my python executable


I am using Python 3.4 on Windows and have tried both py2exe and cx_freeze. When I try to use the instructions on:

http://www.py2exe.org/index.cgi/ExeWithEggs

I get an error message saying that path is undefined. In the hack section below I don't know how to perform step 3. Do I just manually copy past all of the individual .py files into the source directory? Wasn't sure what data_files represented.

Both scripts say that I have a number of missing modules related to the watchdog package.


Solution

  • This looks to be a problem with python 3.4. When I switched to python 2.7.10 everything worked as it should.