This is my first week using Linux (Ubuntu 18.04 LTS) and Python 2.7 and am 
already bumping into a problem similar to that reported. In my case I open JPG 
files of variable size, but in this case they are no more than 3Mb.
    I also create 3 processes to split the execution on a list that can get 
very large when the project is finished, I do not believe this is the problem, 
because the software runs fine on Windows 7 and Windows 10 and even with the 
error message the images are presented.

   The following is part of the code:


Error in Python 2.7 executing by IDE PyCharm.

##############  CODE  ##########################

import webbrowser

shutil.move(src, dst)
webbrowser.open(dst)

(eog:4466): EOG-CRITICAL **: 06:49:00.874:
eog_list_store_get_pos_by_image: assertion 'EOG_IS_IMAGE (image)' failed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to eog in Ubuntu.
https://bugs.launchpad.net/bugs/1114012

Title:
  EOG-CRITICAL **: eog_list_store_length: assertion `EOG_IS_LIST_STORE
  (store)' failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/eog/+bug/1114012/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

Reply via email to