BroHui / python-yeast

Tiny but linear growing unique id generator. (Python version)
MIT License
3 stars 0 forks source link

problem importing yeast #1

Closed jeremoquai closed 2 years ago

jeremoquai commented 2 years ago

hello

sorry for the newbie question

import yeast Traceback (most recent call last): File "", line 1, in File "C:\Users\Jeremie\Dropbox\perso\projects\python\winamax\yeast.py", line 47 print yeast() ^ SyntaxError: invalid syntax

what is going wrong ?

thanks !

BroHui commented 2 years ago

The tools was writen by Python2.7, and it seems you're running it by Python3.

jeremoquai commented 2 years ago

thanks @BroHui

not very familiar with Python versions : hard to re-write it for Python 3 ?

BroHui commented 2 years ago

You can git pull the lastest file, I've upgrade the main file to Python3.

jeremoquai commented 2 years ago

thanks lot !