On 04/12/2025 18:25, Em wrote:

> in Win10/Python 3.13 my program runs as well as can be expected. However, on
> my new computer Win11/Python 3.14.1 there is a peculiarity.
> 
> On the new machine, when I click on the file name, it immediately dumps out.

What exactly does "dumps out" mean? A blue screen of death?
Or just the program exits? Do you get an error message?
If you are not running it from an OS command prompt try
that and see if it prints anything.

As a first guess, changes in OS causing errors
are often down to paths or permissions changes.
Is the default/target/working directory the
same in each case? Are the permissions of
those directories the same?

-- 
Alan G
Author of the Learn to Program web site
http://www.alan-g.me.uk/
http://www.amazon.com/author/alan_gauld
Follow my photo-blog on Flickr at:
http://www.flickr.com/photos/alangauldphotos



-- 
https://mail.python.org/mailman3//lists/python-list.python.org

Reply via email to