Changes between Initial Version and Version 1 of Ticket #23612, comment 3
- Timestamp:
- Oct 7, 2014, 12:50:18 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23612, comment 3
initial v1 1 I think the problem is with line 18 3in loaddata.py. It's checking for `os.path.sep` which on Windows is `\`. Aren't we always supposed to use forward slashes `/` with Python on Windows? Changing `os.path.sep` to `/` allows the relative paths to work.1 I think the problem is with line 189 in loaddata.py. It's checking for `os.path.sep` which on Windows is `\`. Aren't we always supposed to use forward slashes `/` with Python on Windows? Changing `os.path.sep` to `/` allows the relative paths to work.