libpsf icon indicating copy to clipboard operation
libpsf copied to clipboard

The psf filename cannot be specified as a unicode string

Open michaelnt opened this issue 13 years ago • 0 comments

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)

michaelnt avatar Jan 07 '12 18:01 michaelnt