![]() |
unusual box appears - Printable Version +- Python Forum (https://python-forum.io) +-- Forum: Python Coding (https://python-forum.io/forum-7.html) +--- Forum: General Coding Help (https://python-forum.io/forum-8.html) +--- Thread: unusual box appears (/thread-15299.html) |
unusual box appears - DavidinKorea - Jan-12-2019 I get a photo of a friend from Indonesia. Upon clicking this photos a dialong box popped up and several entries were "automatically written" in a milisecond and then the box closed. Hence, now any time I want to open a photo file and any type a box opens up and closes in a heartbeat and then nothing opens. I used a high speed video camera and took a screen shot" and then watched it in slow motion. The box said, "Error processing line 3 of C:\Program Files (x86)Gimpshop\Python\lib\images\pygtk.pth: So, I am not a programmer, far from it, and I would like to know what this "thing" is nd how to remove it from my computer. I feel it is up so no good, perhaps. Thanks for your help.
RE: unusual box appears - Larz60+ - Jan-12-2019 It looks like it's having an issue with the name: 'C-GNSQ #588 panel' I would be very suspicious of a file with a name like this on windows. see: https://support.microsoft.com/en-us/help/320081/you-cannot-delete-a-file-or-a-folder-on-an-ntfs-file-system-volume perhaps isolate it, and open with a file dump program to see if you can figure out contents before deleting. |