pnegre / python-whiteboard

Linux whiteboard in python
http://wiki.github.com/pnegre/python-whiteboard/
GNU General Public License v2.0
117 stars 23 forks source link

Archlinux #15

Closed loglyy closed 8 years ago

loglyy commented 8 years ago

Hi, I'm a french teacher and I want to use python-whiteboard. I've tried to install it on archlinux. Problem is that the program do not start up. Do you have a solution? I've seen that someone have tried to make a PKGBUILD but this one is not the good one. Thnaks for your help.

pnegre commented 8 years ago

Try to start the program from the command line and paste the error messages here...

loglyy commented 8 years ago

Hi, Thanks for the reply. Here is the error message of the command line. I've already try to put parentheses but I don't know if I did it the right way.

[logly@yoga213 ~]$ /usr/bin/python-whiteboard File "/usr/bin/python-whiteboard", line 11 print "Can't find " + STUFFDIR ^ SyntaxError: Missing parentheses in call to 'print'

pnegre commented 8 years ago

That's because this program is not compatible with "python3". You need python2 to run it. I don't use archlinux, so I cannot give much directions. Try this: http://stackoverflow.com/questions/15400985/how-to-completely-replace-python-3-with-python-2-in-arch-linux

loglyy commented 8 years ago

It was the good solution. Thanks a lot.