You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tried to install your code onte RedHat Linux 8. All installation steps (through Anaconda) run smooth, but when i tried to start - I got this error message
python Refrapick.py
Traceback (most recent call last):
File "Refrapick.py", line 1851, in
app = Refrapick()
File "Refrapick.py", line 35, in init
self.iconbitmap("%s/images/ico_refrapy.ico"%getcwd())
File "/apps/anaconda3/envs/refrapy/lib/python3.8/tkinter/init.py", line 2080, in wm_iconbitmap
return self.tk.call('wm', 'iconbitmap', self._w, bitmap)
_tkinter.TclError: bitmap "/home/_apps/Refrapy/Refrapy/images/ico_refrapy.ico" not defined
Do you have any idea how to resolve it?
Best regards,
Pavel
The text was updated successfully, but these errors were encountered:
Hi,
This fix worked for me too on Ubuntu 20.04 by changing all the instances of .iconbitmap and using a .xbm file which I converted using ImageMagic. There was an error of "TclError: image "pyimage5" doesn't exist" when I run the code with Spyder. So avoid it if you are on Ubuntu.
Ola, meu amigos! Como vai?
I've tried to install your code onte RedHat Linux 8. All installation steps (through Anaconda) run smooth, but when i tried to start - I got this error message
python Refrapick.py
Traceback (most recent call last):
File "Refrapick.py", line 1851, in
app = Refrapick()
File "Refrapick.py", line 35, in init
self.iconbitmap("%s/images/ico_refrapy.ico"%getcwd())
File "/apps/anaconda3/envs/refrapy/lib/python3.8/tkinter/init.py", line 2080, in wm_iconbitmap
return self.tk.call('wm', 'iconbitmap', self._w, bitmap)
_tkinter.TclError: bitmap "/home/_apps/Refrapy/Refrapy/images/ico_refrapy.ico" not defined
Do you have any idea how to resolve it?
Best regards,
Pavel
The text was updated successfully, but these errors were encountered: