View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001731 | FreeCAD | Bug | public | 2014-09-04 12:52 | 2014-10-11 12:57 |
| Reporter | matthias | Assigned To | shoogen | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Platform | Windows 7 | ||||
| Product Version | 0.14 | ||||
| Fixed in Version | 0.15 | ||||
| Summary | 0001731: spreadsheet csv import/export - path with umlauts | ||||
| Description | csv import/export does not work if path contains german umlauts | ||||
| Steps To Reproduce | 1. Open FreeCAD 2. Press the "create new document" button 3. Switch to the Spreadsheet workbench 4. Press the "Add a Spreadsheet object to the active document" button 5. insert "test" in A1 6. expert spreadsheet as csv to a path with umlauts (e.g. "Spreadsheet.export(__objs__,"C:/tmp/töst/test.csv") 7. error message (see additional information), no file exportet import analogous | ||||
| Additional Information | Traceback (most recent call last): File "<string>", line 4, in <module> File "C:\Program Files\FreeCAD 0.14\Mod\Spreadsheet\Spreadsheet.py", line 1076, in export with pyopen(filename, 'wb') as csvfile: <type 'exceptions.IOError'>: (2, 'No such file or directory', 'C:/tmp/t\xc3\xb6st/test.csv') Stack Trace: Traceback (most recent call last): File "<string>", line 4, in <module> File "C:\Program Files\FreeCAD 0.14\Mod\Spreadsheet\Spreadsheet.py", line 1076, in export with pyopen(filename, 'wb') as csvfile: | ||||
| Tags | sys.getfilesystemencoding, unicode | ||||
| FreeCAD Information | |||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2014-09-04 12:52 | matthias | New Issue | |
| 2014-09-04 15:46 | shoogen | Relationship added | related to 0001027 |
| 2014-09-04 15:48 | shoogen | Tag Attached: sys.getfilesystemencoding | |
| 2014-09-04 15:48 | shoogen | Tag Attached: unicode | |
| 2014-09-22 09:48 | shoogen | Assigned To | => shoogen |
| 2014-09-22 09:48 | shoogen | Status | new => assigned |
| 2014-10-11 12:57 | shoogen | Status | assigned => closed |
| 2014-10-11 12:57 | shoogen | Resolution | open => fixed |
| 2014-10-11 12:57 | shoogen | Fixed in Version | => 0.15 |
FreeCAD