Python38 issue
Andrew McCarthy (3688) 605 posts |
I mentioned on another thread that I can’t run the Toolbox “!TbxTest” application as it errors. Now that I have discovered a way to capture the errors in full, I have included them here:
I’ve re-installed Python to solve the issue; other applications such as Boing and YTSearch work. How do I add the missing module if that’s the issue? |
John Rickman (71) 646 posts |
Hello Andrew sorry you are having such trouble with the ToolBox test. If you wish you can download my test program and say what happens when you run it. link to !tbxeg: |
Andrew McCarthy (3688) 605 posts |
John, thank you, it did work last night. I returned to it this morning, and it gave the following error message:
On further investigation, clicking on TbxTest followed by tbxeg results in tbxeg working as expected; a green icon with an A appears on the icon bar, clicking it opens a window. PS. I like the Ying/yang artwork, nice touch. :) |
Andrew McCarthy (3688) 605 posts |
cont’d John, probably getting ahead of myself here, but I thought I’d try some of your “pytools” scripts to see if they might reveal something about my set-up. boot_py – asks for an SSD – cancelled the disc not found error message. show_py_vars reveals:
show_site_dir:
show_user_dir:
pip_list:
|
John Rickman (71) 646 posts |
Hi Andrew thanks for bug report – tbxeg should now work immediately;- link to !tbxeg:I will look into the tools tomorrow. |
Andrew McCarthy (3688) 605 posts |
Thanks, John, it worked. :) Thank you for the time you’ve spent on this. :) A final observation, a trivial thing; if you don’t quit tbxeg before performing a shutdown, it leaves the app on the icon bar with the shutdown dialogue on screen. EDIT: Happy Holiday, John! |
John Rickman (71) 646 posts |
f you don’t quit tbxeg before performing a shutdown, it leaves the app on the icon bar with the shutdown dialogue on screen. Looks as if it is not handling wimp Message_Quit. |
John Rickman (71) 646 posts |
using back versions of riscos-toolboxThe riscos-toolbox library has been updated to 0.2.0 from 0.1.0 Download from here: riscos-toolbox
The !TbxTest run file needs some modification to make it work. To be explained in a future post. |
Andrew McCarthy (3688) 605 posts |
Thank you for locating the old file.
!tbxeg is working again. :) |
Chris Johns (8262) 242 posts |
I’d half forgotton about this. Yes, riscos_toolbox 0.2.0 isn’t compatible with 0.1.0. I keep meaning to get around to sorting out the toolbox lib, which includes an update to the sample program. It’s all been a bit hectic lately! |