Changes between Initial Version and Version 1 of Ticket #23612, comment 3


Ignore:
Timestamp:
Oct 7, 2014, 12:50:18 PM (10 years ago)
Author:
Brandon Taylor

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23612, comment 3

    initial v1  
    1 I think the problem is with line 183 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.
     1I 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.
Back to Top