Felipe Corrêa da Silva Sanches

Results 104 comments of Felipe Corrêa da Silva Sanches

> @felipesanches ah, okay, do you have pyobjc installed? I did not! It should be listed on requirements.txt and setup.py ! After installing pyobjc, I got a different crash, though:...

it seems vanilla may have a bug...

https://pypi.org/project/vanilla/ "Vanilla works with Python 2.6 - 2.9 and PyPy." which then makes PageBotCocoa not compatible with python 3, it seems...

sure, but since PageBotCocoa depends on Vanilla, it means PageBotCocoa can't run with python 3.

oh! So I am not really sure what we're talking about. Sorry for the noise :-|

Most of the references are actually only unused-imports. So I am removing them all. In the few places were it is actually used I'm calling context.textBoxBaseLines and I moved the...

same with: * Examples/TYPETR/Bitcount/scripts-in-progress/BitcountAxes.py * Examples/TYPETR/Bitcount/scripts-in-progress/BitcountUsage.py

@petrvanblokland what's our strategy for loading fonts? Are the font files expected to be installed on the host system running pagebot? Or are they meant to be shipped with the...