-
Notifications
You must be signed in to change notification settings - Fork 334
Cannot run python3 code from the command line #170
Comments
Seconding thing running on python3.5.
|
A workaround is to use virtualenv
|
I try to use python3.3 , but i get following warning: (process:11443): Pango-CRITICAL **: 16:38:25.373: pango_cairo_show_layout: assertion 'PANGO_IS_LAYOUT (layout)' failed (process:11443): Pango-CRITICAL **: 16:38:25.373: pango_cairo_show_layout: assertion 'PANGO_IS_LAYOUT (layout)' failed (process:11443): Pango-CRITICAL **: 16:38:25.373: pango_cairo_show_layout: assertion 'PANGO_IS_LAYOUT (layout)' failed (process:11443): Pango-CRITICAL **: 16:38:25.373: pango_cairo_show_layout: assertion 'PANGO_IS_LAYOUT (layout)' failed` |
@YuntaoTan I'm certainly not an expert on this project - however with those errors I would check that you have the libpango and libcairo2 OS libraries installed. |
There is no argument in the documentation that allows you to specify a different command other than
python
to run the code, so this will always run Python 2.7 instead of Python 3.x.The text was updated successfully, but these errors were encountered: