henjo / libpsf

PSF simulation data c++ library
GNU Lesser General Public License v3.0
26 stars 23 forks source link

The psf filename cannot be specified as a unicode string #6

Open michaelnt opened 12 years ago

michaelnt commented 12 years ago

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)