Hi Felix,
Thanks for your continued great work on this project, xlwings has made my interactions with numerous spreadsheets a lot easier.
However, I've been trying to install the latest release on my win7 PC, but so far I have not been successful. The "OSError: currently only Windows and OSX are supported" is raised every time I run 'setup.py install':
Traceback (most recent call last): File "setup.py", line 23, in <module> raise OSError("currently only Windows and OSX are supported.") OSError: currently only Windows and OSX are supported.
I have tried to comment-out the exception handler (replaced with 'pass'), and then the installation runs to the point where it tries to copy the dll but cannot find the file:
byte-compiling C:\Users\u823003\Portable Python 2.7.6.1\App\Lib\site-packages\xlwings\_xlwindows.py to _xlwindows.pyc byte-compiling C:\Users\u823003\Portable Python 2.7.6.1\App\Lib\site-packages\xlwings\__init__.py to __init__.pyc
running install_data
error: can't copy 'xlwings32.dll': doesn't exist or not a regular file
I'd be grateful for your help with this. Many Thanks,
Louisa
Hi Felix,
Thanks for your continued great work on this project, xlwings has made my interactions with numerous spreadsheets a lot easier.
However, I've been trying to install the latest release on my win7 PC, but so far I have not been successful. The "OSError: currently only Windows and OSX are supported" is raised every time I run 'setup.py install':
Traceback (most recent call last): File "setup.py", line 23, in <module> raise OSError("currently only Windows and OSX are supported.") OSError: currently only Windows and OSX are supported.I have tried to comment-out the exception handler (replaced with 'pass'), and then the installation runs to the point where it tries to copy the dll but cannot find the file:
byte-compiling C:\Users\u823003\Portable Python 2.7.6.1\App\Lib\site-packages\xlwings\_xlwindows.py to _xlwindows.pyc byte-compiling C:\Users\u823003\Portable Python 2.7.6.1\App\Lib\site-packages\xlwings\__init__.py to __init__.pycrunning install_dataerror: can't copy 'xlwings32.dll': doesn't exist or not a regular fileI'd be grateful for your help with this. Many Thanks,
Louisa