I was configuring my PFP3N for the 777, I followed all the steps indicated, I installed python, I installed the commands with the promp, I put the profile on mobiflight using the beta and following the steps in the instructions, but when I start the game I keep receiving an error message as attached, would you know how to help me? Thanks
#Python error
1 messages · Page 1 of 1 (latest)
Have you installed the latest version of the beta released today? #announcements message
yes
i've also tried the profile for the Ifly737, still the same error
I would suggest going back through all of the steps for setting up python.
Already done it, you recommend a specific version of Python?
I use the latest
Please activate debug logging and share the logs here.
How to share logs from MobiFlight when requesting support.
Hi you need to reproduce the error, so that the python error is shown on the pfp3n, then take the logging and share it.
I need the logging from the error situation.
Alright
your missing the following packages
Error 08/30/2025 21:18:23 ScriptRunner - Necessary Python package not installed: '[SimConnect, 0.4]'```
you need to run this command pip install gql websockets simconnect --upgrade --no-warn-script-location
see the guide here https://docs.mobiflight.com/guides/installing-python/
Installing Python for use with MobiFlight.
I've already tried several times, this is the result
what does the console show when you run the command
apologies didnt see the message above
that looks ok to me. one of the more experienced community members might have a better idea
no problem, ill wait! amazing support!
Are you running the latest Beta that came out today version 10.5.3.12?
OK, I see you are.
Any special python setup? Could you check whether several python versions are installed? (via installed programs and in command-line py --list).
Also check whether pyenv is installed via pyenv version. With pyenv it is currently a bit complicated, so it is fine if it is not installed and the command results in an error.
"pyenv" is not recognized as an internal or external command,
operable program, or batch file.
Is there anything a I can do?
try this pip3.13 install gql websockets simconnect --upgrade --no-warn-script-location