-
Notifications
You must be signed in to change notification settings - Fork 531
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TraitError: The 'file_name' trait of a PolyDataWriter instance must be a unicode string ... #2513
Comments
we have traits >= 4.6, so would be good to see if this error still exists with 4.6 |
Ah, looks like this is a - writer = tvtk.PolyDataWriter(file_name=warped_surf)
+ writer = tvtk.PolyDataWriter(file_name=warped_surf.strpath) A similar fix should apply for the other case, as well. It looks like we're not testing with |
OTOH, it might be useful if future versions allow |
Summary
trying to update debian package for 1.0.1-97-g803982c21 . not yet sure if that is nohow specifics of my system (will try now in a clean chroot etc) with python-traits 4.6.0-1+b1. Note that issue subject reflects only one of the two failures
The text was updated successfully, but these errors were encountered: