August 16, 201510 yr I'm trying to update my NOAA Weather plugin.... from the guy "joan" over at the Org It was working fine but a few days ago my weather was frozen on a certain theme. Raining at any airport I go to. I wanted to update to 2.2a revision. Tried that and python no longer sees my scripts. The NOAA stuff is here - any ideas? Here is my noaweather folder location: B:\X-Plane 10\Resources\plugins\PythonScripts\noaweather The PI_noaaWeather.py exists here: B:\X-Plane 10\Resources\plugins\PythonScripts | My Liveries | FAA ZMP | PPL ASEL | | Windows 11 | MSI Z690 Tomahawk | 12700K 4.7GHz | MSI RTX 4080 | 64GB 6000 MHz DDR5 | 500GB Samsung 860 Evo SSD | 2x 2TB Samsung 970 Evo M.2 | EVGA 850W Gold | Corsair 5000X | HP G2 (VR) / LG 27" 1440p |
August 16, 201510 yr Did you remove all the old noaa files before copying in the new ones? Do you see the Python Interface in the plugin menu with XP running?
August 17, 201510 yr Author I tried this but didn't work I also noticed a bunch of errors when I pull up the Python log in XP I also tried reinstalling Python I'm lost hehe | My Liveries | FAA ZMP | PPL ASEL | | Windows 11 | MSI Z690 Tomahawk | 12700K 4.7GHz | MSI RTX 4080 | 64GB 6000 MHz DDR5 | 500GB Samsung 860 Evo SSD | 2x 2TB Samsung 970 Evo M.2 | EVGA 850W Gold | Corsair 5000X | HP G2 (VR) / LG 27" 1440p |
August 17, 201510 yr It would help if you showed us your Log.txt and any PythonInterface*.txt files inside PythonScripts folder (if there are any). Regards, Radek
August 18, 201510 yr Author Here's my main XP10 log: https://www.dropbox.com/s/yneu03ule6qqrcw/Log.txt?dl=0 Here's the python interface script log: https://www.dropbox.com/s/u3009km6t4s81xw/PythonInterfaceLog.txt?dl=0 | My Liveries | FAA ZMP | PPL ASEL | | Windows 11 | MSI Z690 Tomahawk | 12700K 4.7GHz | MSI RTX 4080 | 64GB 6000 MHz DDR5 | 500GB Samsung 860 Evo SSD | 2x 2TB Samsung 970 Evo M.2 | EVGA 850W Gold | Corsair 5000X | HP G2 (VR) / LG 27" 1440p |
August 18, 201510 yr I would uninstall all Python stuff from Windows and then delete the c:\Python27 folder. (It sounds like you may have both the 32-bit and 64-bit versions installed, but you only need the 64-bit) Reinstall it using the latest V2.7.10 X64 installer: https://www.python.org/ftp/python/2.7.10/python-2.7.10.amd64.msi From your X-Plane plugins\PythonScripts folder remove the 2 noaa files (py & pyc) and also the corresponding subfolder. Before installing the noaa plugin files, make sure the Python Interface plugin is loading cirrectly in X-Plane, you should see a Python control menu in the listed plugins, even if no scripts are running. Once you're satisfied Python is loading okay, pop the noaa stuff back in the PythonScripts folder.
August 19, 201510 yr Author I would uninstall all Python stuff from Windows and then delete the c:\Python27 folder. (It sounds like you may have both the 32-bit and 64-bit versions installed, but you only need the 64-bit) Reinstall it using the latest V2.7.10 X64 installer: https://www.python.org/ftp/python/2.7.10/python-2.7.10.amd64.msi Thanks that seemed to finally work... A uninstall and fresh install. | My Liveries | FAA ZMP | PPL ASEL | | Windows 11 | MSI Z690 Tomahawk | 12700K 4.7GHz | MSI RTX 4080 | 64GB 6000 MHz DDR5 | 500GB Samsung 860 Evo SSD | 2x 2TB Samsung 970 Evo M.2 | EVGA 850W Gold | Corsair 5000X | HP G2 (VR) / LG 27" 1440p |
Create an account or sign in to comment