-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Hello, thanks a lot for the tutorials!
I followed the tutorials and everything seemed to be working until the end. All prints printed the correct directories but when I run the script "text_qrmaker" inside TD to create the qr code based on the table DAT It doesnt generate the qr code and TD give me this errors, which have my machine directory for python libraries.
Traceback (most recent call last): File "</base_qrcode/text_qrmaker:op('/base_qrcode/text_qrmaker').run()>", line 1 td.Error: File "/base_qrcode/text_qrmaker", line 7 File "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/qrcode/main.py", line 11, in make File "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/qrcode/main.py", line 289, in make_image r = previousimport(*args, **kw) ModuleNotFoundError: No module named 'qrcode.image.pil' Results of run operation resulted in exception. Value:type:textDAT path:/base_qrcode/text_qrmaker Type:<class 'td.textDAT'>.
I rechecked other scripts and if the files are on the correct folders and everything seems to be correct. Any thoughts?
Touch designer 64-bit build 2019.33020
Macbook pro OSX 10.13.6
Thanks in advance
Marcelo