Skip to content

Python Not Found Error

  • “Python not found” error on startup
  • “Python runtime missing” message
  • Backend fails to start
  • Workflows won’t execute

FeedFlux Desktop includes a bundled Python runtime. This error means the bundled Python wasn’t installed correctly or is missing.

  1. Go to Control Panel → Programs and Features
  2. Find FeedFlux Desktop
  3. Click Repair (or Uninstall/Reinstall)
  4. Follow repair wizard
  1. Uninstall FeedFlux Desktop completely
  2. Delete leftover files:
    • C:\Program Files\FeedFlux\
    • %AppData%\FeedFlux\
    • %LocalAppData%\FeedFlux\
  3. Download fresh installer from dashboard
  4. Install as administrator

The Python runtime should be at:

C:\Program Files\FeedFlux\resources\python\

If this folder is empty or missing:

  • Installation was incomplete
  • Antivirus may have removed files
  • Reinstall with antivirus temporarily disabled

Open Command Prompt and run:

Terminal window
"C:\Program Files\FeedFlux\resources\python\python.exe" --version

Should output something like: Python 3.11.x

If error, the Python installation is corrupted.

Some antivirus software quarantines Python executables:

  1. Check antivirus quarantine/history
  2. Restore any FeedFlux-related files
  3. Add FeedFlux folder to exceptions
  4. Reinstall if files were deleted