pyliblo
pyliblo copied to clipboard
liblo.Server() crashes
Hey, I have a problem creating the server.
server = liblo.Server(9001)
the script ends the execution exactly on this line, without giving me any error. I tried encapsulating it in a try except without any success.
What may cause it?