Skip to content

Instantly share code, notes, and snippets.

@nskrypnik
Created November 25, 2013 15:36
Show Gist options
  • Save nskrypnik/7643161 to your computer and use it in GitHub Desktop.
Save nskrypnik/7643161 to your computer and use it in GitHub Desktop.
-- cythonize ['/Users/nskrypnik/kivy-ios/tools/cythonize.py', './kivy/core/text/text_sdlttf.pyx']
cythonize: ./kivy/core/text/text_sdlttf.pyx
Error compiling Cython file:
------------------------------------------------------------
...
if ext.lower() == 'ttf':
fontobject = TTF_OpenFont(fontname, int(self.options['font_size']))
# fallback to search a system font
if fontobject == NULL:
s_error = <bytes>SDL_GetError()
^
------------------------------------------------------------
kivy/core/text/text_sdlttf.pyx:113:22: Cannot convert 'bytes' object to str implicitly. This is not portable to Py3.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment