mjsull / Easyfig

Development version of Easyfig
91 stars 24 forks source link

Issue running Easyfig on MacOS Sonoma 14.5 #69

Open cms72 opened 4 months ago

cms72 commented 4 months ago

I am using the most recent version of Easyfig, 3.0.0, and am getting the following errors when I try to generate blastn results


Traceback (most recent call last):
  File "/Users/cmsia/miniconda3/lib/python3.12/tkinter/__init__.py", line 1967, in __call__
    return self.func(*args)
           ^^^^^^^^^^^^^^^^
  File "/Users/cmsia/Downloads/Easyfig-master/Easyfig.py", line 9880, in genBlast
    for letter in string.uppercase:
                  ^^^^^^^^^^^^^^^^
AttributeError: module 'string' has no attribute 'uppercase'```