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
This issue may be Windows-specific. During MolViewer.start(), the error above pops up. It seemd that the OS cannot find a file for a command dir for its shell, but it fails.
This can be fixed quickly by adding shell=True for subprocess.Popen
This issue may be Windows-specific. During MolViewer.start(), the error above pops up. It seemd that the OS cannot find a file for a command
dir
for its shell, but it fails.This can be fixed quickly by adding
shell=True
for subprocess.Popenself._process = subprocess.Popen([exe, "-R"] + list(args), shell=True)
I hope this helps. I really appreciate your project ;-)
The text was updated successfully, but these errors were encountered: