VisualPinball / VisualPinball.Engine.Mpf

Mission Pinball Framework support for VPE
MIT License
0 stars 1 forks source link

Search for mpf in user path #17

Closed arthurkehrwald closed 6 days ago

arthurkehrwald commented 2 months ago

Currently, the MPF Spawner only looks for mpf.exe in the directories stored in the system PATH variable. If Python is installed at user level, which is the default setting in the Python installer, the Python scripts directory will be added to the user PATH and the MPF Spawner is unable to find mpf.exe. This pull request solves issue #15 by searching the user PATH variable as well.