pbiggar / texbuild

Continuously build latex files in the background
http://stackoverflow.com/questions/1240037/recommended-build-system-for-latex/1394702#1394702
9 stars 3 forks source link

texbuild gives printing error #2

Closed onaret closed 6 years ago

onaret commented 6 years ago

When I run texbuild on a file.tex

texbuild file.tex

It output

File "/usr/bin/texbuild", line 45 print str(time.strftime("%H:%M:%S")) + " - " + message ^ SyntaxError: invalid syntax

pbiggar commented 6 years ago

I would guess you're using python3. This was written in python 2, and print is one of the things that has changed.

onaret commented 6 years ago

Thank you for your help. I forgot about this issue. I haven' t used texbuild in the end but it is obviously what was wrong.