Changes between Initial Version and Version 1 of Ticket #14116, comment 3
- Timestamp:
- 06/14/13 14:21:14 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #14116, comment 3
initial v1 17 17 18 18 sage/geometry/polymake/polymake.pyx:247:92: default encoding required for conversion from 'char const *' to 'str object' 19 19 }}} 20 This is presumably related to your comment about getting rid of `std::string cpp_string = <string><char*>python_string` stuff; the Cython in Sage is now 5.19. 21 {{{ 20 22 Error compiling Cython file: 21 23 ------------------------------------------------------------ … … 32 34 sage/geometry/polymake/polymake.pyx:268:67: Cannot assign type 'iterator' to 'vector[Rational]' 33 35 }}} 36 No idea, though the message seems like it would be clear to someone who knew Cython.