I haven't had much of an issue with file prompts lately, as most new content has things in the right places.
I have at least five or six runtimes, all of them external, and search is set to "shallow". Poser sometimes gets confused if I move a file that's part of a project I'm working on, but otherwise I don't have much of a problem with file prompts.Just for the record, the issues I have with Poser not finding files is related to using multiple external runtimes, and how that can confuse Poser. This is not related to contents with incorrect paths.
Browsers support multiple versions of HTML, some even used different engines for older pages. The browser simply reads the header, generally the first line, and decides which engine to use. Python files don't have a formal header, but that doesn't mean one can't be arranged in a comment or some other means. As I previously stated, that would be a kludge, but it would avoid the headaches of jumping to a whole new version and breaking everything.I am not sure Poser, or any program for that matter, could support more than 1 Python version. For once, how would it know which version the code is? This is why so many articles make a drama about upgrading - because the old code will stop working. It has happened twice to Poser already.
Does this have to do with python?
No, I think this is related to Rendo's new version number formatting, which conflicts with some scripts created by Netherworks. Snarlygribbly has released a script that circumvents this issue by changing the Poser verson number back to how SMS used to format it. However, I still have a couple of scripts that won't run even with this, like the Magnet Toy. I am not sure why it doesn't work, but it might be related to changes Rendo did in 11.2.
The error message for Runtime Rodent shows that it is a permissions problem. The script needs to modify a file (poserStartup.py) which is on the C drive, in the Program Files folder, which is a folder normally protected by UAC in Windows. Poser needs to be run as an Administrator at least once for this the script to modify the file. The script is not affected by the version number change.
I have tested Magnet Toy in Poser 11.2 and it runs fine for me, in a completely unmodified, fresh install of Poser. Whatever the problem is, it's not been *directly* affected by Rendo's changes. Perhaps it has been affected indirectly, by moving/changing Runtime locations?
Works fine for me