Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PY2.7: RunPython: Cannot open two workbooks, 0.9 #537

Closed
DougAJ4 opened this issue Aug 5, 2016 · 0 comments
Closed

PY2.7: RunPython: Cannot open two workbooks, 0.9 #537

DougAJ4 opened this issue Aug 5, 2016 · 0 comments
Labels
Milestone

Comments

@DougAJ4
Copy link

DougAJ4 commented Aug 5, 2016

Trying simple examples using callpython, and also the fibbonacci and simulation example files (lite versions) I get:
Traceback (most recent call last):

File "", line 1, in
File "d:\users\douga\documents\spread\xlwings\fibonacci\fibonacci.py", line 28, in xl_fibonacci
sht = xw.Book.caller().sheets[0]
File "C:\Users\douga\Anaconda2\lib\site-packages\xlwings\main.py", line 540, in caller
return cls(impl=app.books.open(fullname).impl)
File "C:\Users\douga\Anaconda2\lib\site-packages\xlwings\main.py", line 2687, in open
"Cannot open two workbooks named '%s', even if they are saved in different locations." % name
ValueError: Cannot open two workbooks named 'fibonacci.xlsm', even if they are saved in different locations.
Python 2.7 64 bit, xlwings Rel 0.9 installed from Anaconda, Excel 2016 32 bit and Windows 10 64 bit

@fzumstein fzumstein added the bug label Aug 5, 2016
@fzumstein fzumstein added this to the v0.9.1 milestone Aug 5, 2016
@fzumstein fzumstein changed the title Cannot open two workbooks, 0.9 PY2.7: RunPython: Cannot open two workbooks, 0.9 Aug 5, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants