ducky64 / labelmaker

Labelmaker using SVG templates and CSV data
GNU General Public License v2.0
8 stars 5 forks source link

Error on Ubuntu 14.04 LTS #3

Closed dadoprom closed 8 years ago

dadoprom commented 8 years ago

This error apreared on Ubuntu 14.04 (as well as on OSX with python3) working ok on ubuntu 16.04

python3 kp/kp-lepky-A4.svg kp/data1.csv test.svg File "kp/kp-lepky-A4.svg", line 1 <?xml version="1.0" encoding="UTF-8" standalone="no"?> ^ SyntaxError: invalid syntax

ducky64 commented 8 years ago

I don't think you ran the correct command. The first argument passed to Python needs to be the script to be run (in this case, labelmaker.py), not the files to pass into the program.

dadoprom commented 8 years ago

sorry, stupid me :D

dadoprom commented 8 years ago

Ok, under OSX, python3 everything works as expected! All good, even diacritic marks... which is great.