9 Apr
2015
9 Apr
'15
6:58 a.m.
It's Python 3.3.0. In the file c:\Python33\include\fileutils.h there's only the following two fopen functions: PyAPI_FUNC(FILE *) _Py_wfopen( const wchar_t *path, const wchar_t *mode); PyAPI_FUNC(FILE*) _Py_fopen( PyObject *path, const char *mode); It appears there's only a wide char version for Windows. Mark. -- View this message in context: http://boost.2283326.n4.nabble.com/Fwd-Boost-Python-build-error-in-1-58-RC1-... Sent from the Boost - Dev mailing list archive at Nabble.com.