Skip to content

Install fails on windows 7 - 64 bit : "OSError: currently only Windows and OSX are supported." #160

@LouNo277

Description

@LouNo277

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions