declarativewidgets icon indicating copy to clipboard operation
declarativewidgets copied to clipboard

Use os.path.join properly in setup.py

Open rs2 opened this issue 9 years ago • 1 comments

Else fails on Windows:

     with open(os.path.join(HERE, 'urth/widgets/ext/_version.py')) as f:
 FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Users\\foobar\\AppData\\Local\\Temp\\pip-temp-build\\urth/widgets/ext/_version.py'

https://github.com/jupyter-incubator/declarativewidgets/blob/master/setup.py#L13

Leave this to me, I'll test and submit a PR.

rs2 avatar Aug 24 '16 09:08 rs2

@rs2 Cool... thanks. I'll keep an eye out for the PR.

lbustelo avatar Aug 24 '16 14:08 lbustelo