Hi,

I'm having an issue with a UnicodeDecodeError. I have an academic licence
for the proprietary version of Pymol, however, when I go to install the
licence file, I get the below error message.
I'm very new to Pymol and I don't really have any coding experience (I'm
from a biology background). I'm just looking for a quick fix for this
problem. Is there some way to change the codec, which is what I see
suggested online, but I don't honestly understand them.

Thanks in advance,

Seán


 PyMOL(TM) 2.2.3 - Incentive Product
 Copyright (C) Schrodinger, LLC

 This Executable Build integrates and extends Open-Source PyMOL.
 Detected OpenGL version 4.5. Shaders available.
 Detected GLSL version 4.50.
 OpenGL graphics engine:
  GL_VENDOR:   Intel
  GL_RENDERER: Intel(R) HD Graphics 515
  GL_VERSION:  4.5.0 - Build 24.20.100.6286

 Setting: precomputed_lighting set to on.
 Detected 4 CPU cores.  Enabled multithreaded rendering.



Traceback (most recent call last):
  File "C:\ProgramData\PyMOL\lib\site-packages\pmg_qt\lic_dialog.py",
line 38, in browse
    licensing.install_license_file(fname)
  File "C:\ProgramData\PyMOL\lib\site-packages\pymol\licensing.py",
line 128, in install_license_file
    return install_license_key(open(filename, 'rb').read())
  File "C:\ProgramData\PyMOL\lib\site-packages\pymol\licensing.py",
line 92, in install_license_key
    licfile = get_license_filename_user()
  File "C:\ProgramData\PyMOL\lib\site-packages\pymol\licensing.py",
line 75, in get_license_filename_user
    filename = os.path.expanduser(filename)
  File "C:\ProgramData\PyMOL\lib\ntpath.py", line 311, in expanduser
    return userhome + path[i:]
: 'utf8' codec can't decode byte 0xe1 in position 11: invalid continuation byte
_______________________________________________
PyMOL-users mailing list
Archives: http://www.mail-archive.com/pymol-users@lists.sourceforge.net
Unsubscribe: 
https://sourceforge.net/projects/pymol/lists/pymol-users/unsubscribe

Reply via email to