libpsf
libpsf copied to clipboard
The psf filename cannot be specified as a unicode string
Using a unicode string throws the following error, converting the path to a string works.
Not sure if unicode file names are required
ArgumentError: Python argument types in
PSFDataSet.__init__(PSFDataSet, unicode)
did not match C++ signature:
__init__(_object* self, std::string filename)