You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ok, it seems I found the problem.
The latest version of Cython is Cython 0.13 and straight from the release notes comes this:
"bool is no longer a valid type name by default. The problem is that it's not clear whether bool should refer to the Python type or the C++ type, and expecting one and finding the other has already led to several hard-to-find bugs. Both types are available for importing: you can use from cpython cimport bool for the Python bool type, and from libcpp cimport bool for the C++ type. bool is still a valid object by default, so one can still write bool(x)." (http://wiki.cython.org/ReleaseNotes-0.13)
Hi, I have some problems in building py4s on Ubuntu Lucid Lynx LTS.
This is what I've done:
The building process fails and return this error:
Could you help me out?
The text was updated successfully, but these errors were encountered: