Open deanvry opened 5 years ago
I haven't used the script a long time.
A. did you install python-imaging? (via apt or pip)?
B. did you supply a .snb file to the script? it doesn't look like that from the code you sent.
C. try to force the usage of python 2 (edit the first line to #!/usr/bin/python2
or run python2 snbopen.py file.snb
)
I have same issue. I changed line 7 to
from PIL import Image
I still have spotty results, but it sorta works for me now.
OS: Linux Mint 19.2 Tina x86_64 Linux: 4.15.0-54-generic Python: 3.6.8 S-Note version: Samsung Galaxy Ace 3 TMemo
First Error Code: $ ~/snbopen.py
Is this just a typo? So i renamed "Image" with "image" then its resulting error: $ ./Programs/snbopen/snbopen.py Memo_20181204_093758338.snb
Thanks.