mjsull / Easyfig

Development version of Easyfig
88 stars 24 forks source link

Easyfig.py not running on windows 10 python 3.9.6 #57

Closed kkj15dk closed 1 year ago

kkj15dk commented 1 year ago

When trying to run easyfig from the command line, it throws an error. What is going on? Do i not have a compatible version of python?

image

the Easyfig folder is a folder with only Easyfig.py

mjsull commented 1 year ago

Hi,

Easyfig was written in Python 2.7 and won't work with Python 3.

You can try the the binary from here https://mjsull.github.io/Easyfig/files.html

Run it with python 2.7

I also have a python 3 version in devlopment here

https://raw.githubusercontent.com/mjsull/Easyfig/python3/Easyfig.py