Python Not Found Error
Symptoms
Section titled “Symptoms”- “Python not found” error on startup
- “Python runtime missing” message
- Backend fails to start
- Workflows won’t execute
Understanding the Issue
Section titled “Understanding the Issue”FeedFlux Desktop includes a bundled Python runtime. This error means the bundled Python wasn’t installed correctly or is missing.
1. Repair Installation
Section titled “1. Repair Installation”- Go to Control Panel → Programs and Features
- Find FeedFlux Desktop
- Click Repair (or Uninstall/Reinstall)
- Follow repair wizard
2. Reinstall FeedFlux
Section titled “2. Reinstall FeedFlux”- Uninstall FeedFlux Desktop completely
- Delete leftover files:
C:\Program Files\FeedFlux\%AppData%\FeedFlux\%LocalAppData%\FeedFlux\
- Download fresh installer from dashboard
- Install as administrator
3. Check Installation Path
Section titled “3. Check Installation Path”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
4. Manual Python Check
Section titled “4. Manual Python Check”Open Command Prompt and run:
"C:\Program Files\FeedFlux\resources\python\python.exe" --versionShould output something like: Python 3.11.x
If error, the Python installation is corrupted.
5. Antivirus Quarantine
Section titled “5. Antivirus Quarantine”Some antivirus software quarantines Python executables:
- Check antivirus quarantine/history
- Restore any FeedFlux-related files
- Add FeedFlux folder to exceptions
- Reinstall if files were deleted