Skip to content
This repository has been archived by the owner on Nov 5, 2020. It is now read-only.

FCS export broken #189

Closed
phidahl opened this issue Nov 10, 2017 · 3 comments
Closed

FCS export broken #189

phidahl opened this issue Nov 10, 2017 · 3 comments
Labels

Comments

@phidahl
Copy link
Contributor

phidahl commented Nov 10, 2017

I get this error message:

[Window Title]
Error

[Content]
Traceback (most recent call last):
File "shapeout\gui\export.py", line 138, in OnBrowse
File "shapeout\gui\export.py", line 168, in export
File "site-packages\dclab\rtdc_dataset\export.py", line 130, in fcs
File "site-packages\fcswrite\fcswrite.py", line 154, in write_fcs
UnicodeEncodeError: 'ascii' codec can't encode character u'\xb3' in position 2491: ordinal not in range(128)

[OK]

@phidahl phidahl added the bug label Nov 10, 2017
@paulmueller
Copy link
Member

paulmueller commented Nov 10, 2017

There is probably a non-ascii character in the header. I think I fixed it in fcswrite. Could you please test the latest commit?

https://ci.appveyor.com/project/paulmueller/ShapeOut/build/job/n3srgjrm5jxaw6db/artifacts

@phidahl
Copy link
Contributor Author

phidahl commented Nov 10, 2017 via email

@paulmueller
Copy link
Member

Sorry, I moved some io operations to pathlib which didn't get included in the installer. Please try again:
https://ci.appveyor.com/project/paulmueller/shapeout/build/1.0.785/job/7qsvnf7ab9d9kxk5

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants