Kristof Van Landschoot

Results 1 comments of Kristof Van Landschoot

@jandecaluwe I ran into a similar issue today. I fixed it by adding `import sys` `reload(sys)` `sys.setdefaultencoding('utf-8')` in project.py and in processors.py. This piece of code came up as a...