ChristianBarette

Results 5 comments of ChristianBarette

I have started to translate in Python3 thanks to 2to3 and Pylint but I am stucked by "import pcf" not found : src/filters.py:import pcf src/filters.py: pcf.edge(image.size, image.tobytes())) Could you tell...

As I have found that pcf.so is a compilation result of pcf.c file, I have change the make file with python3.8 . before install: src/pcf.so src/pcf.so: pcf.c gcc -Ofast -fPIC...

Hi, I plan to use a subset of Imago (ie the command : python3.8 imago -S image.jpg), so my conversion will not be complete but relative. Today the compilation is...

Hi, I understand why the passage of parameters from Python to C (calling pcf.edge in edge_detection, in filters.py) fires the following error : UnicodeDecodeError: 'utf-8' codec can't decode byte 0x9c...

Third solution to wrap imago in a virtual machine with python2.7 (or 3.6) with virtualenv. I have tried it, it is OK.