-
-
Notifications
You must be signed in to change notification settings - Fork 510
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
Space in frozen python (name.exe) path causes error #1063
Comments
Can't seem to make this work. I would have the following changes expected to work (wrapping the whole string and the path in in Main:
Then call RunFronzePython like this:
|
did you try to just put the quotation on the part of the path that contains spaces? |
should have tried that too, yes. Double click the xlwings addin (password xlwings), then this is in Main module |
|
the issue is that it doesn't work with arguments. In your case, you should be able to resolve it by leaving the xlwings addin untouched and changing your call to this:
|
Some idea in how to make it work with Args? |
Ah ok I see what's going on, you're right, currently you have to hack it there. Yes, I'll probably have to separate out the args to make this work. Thanks for your help! |
You're welcome :). So is this still planned for the next release? |
If this helps I figured out that this mod works with args: |
yes, see release notes http://docs.xlwings.org/en/stable/whatsnew.html#v0-15-6-apr-29-2019. Post your VBA code and xlwings addin version if you have issues. |
Thanks a lot, Felix. It works fine after installing bas file! Best regards, |
OS (e.g. Windows 10 or macOS Sierra)
Windows 10
Versions of xlwings, Excel and Python (e.g. 0.11.8, Office 365, Python 3.7)
Latest xlwings v15.5
Describe your issue (incl. Traceback!)
# Your traceback here
Include a minimal code sample to reproduce the issue (and attach a sample workbook if required!)
The text was updated successfully, but these errors were encountered: