Fix circular import issue by renaming daemon.py to fixture_daemon.py
- Rename daemon.py to fixture_daemon.py to avoid naming conflict with python-daemon package - Update PyInstaller spec file to reference the new filename - This resolves the circular import error that was preventing the executable from running