Changes between Version 1 and Version 2 of Ticket #4433, comment 2


Ignore:
Timestamp:
Mar 31, 2021, 8:57:05 PM (5 years ago)
Author:
Greg Couch

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4433, comment 2

    v1 v2  
    1 Turns out bug was a side effect of using the Shell tool.  The linux code was importing {{{__main__}}} to get the localized application names, but the __main__ module was changed by the Shell tool.  Changed the code to import ChimeraX_main.
     1Turns out bug was a side effect of using the Shell tool.  The linux code was importing {{{__main__}}} to get the localized application names, but the {{{__main__}}} module was changed by the Shell tool.  Changed the code to import ChimeraX_main.