Hello Ark, This is not supported out-of-the-box right now, however you may be able...
Hello Ark, This feature is not currently in ExcelPython but I don't believe it would...
Hi Florin, Yes I am aware of this problem - unfortunately there is little that can...
Hi Florin, Yes I am aware of this problem - unfortunately there is little that can...
+1 I have exactly the same setup as Anonymous/2015-03-02 Would be really good if...
Hi John, Thanks very much for your appreciative comments! So you should be able to...
Hi Derp, You could try using the ExcelPython add-in. That basically writes the VBA...
Hi Michael, You're absolutely right, in fact one of the things which has been on...
yes the code should be Set result = PyCall(methods, "prixing", PyTuple(CodeEAN))...
Well its a string so it should work all I can think of is that the string is too...
Sorry I meant to say "there's NO special 'magic' behind them..."
I'm afraid I don't know how to fix this, it's the kind of thing that you would expect...
I see... it is indeed a strange error all I can think of is maybe you accidentally...
Thanks very much for the appreciation! I think your problem is more to do with Excel...
I see your problem especially in the second case, I will have to think about that....
I see your problem especially in the second case, I will have to think about that....
I see your problem especially in the second case, I will have to think about that....
Yes, that is the nice thing about v2 compared with v1, that internally it is exactly...
Yes, that is the nice thing about v2 compared with v1, that internally it is exactly...
Yes, that is the nice thing about v2 compared with v1, that internally it is exactly...
Hi Doug, I have just installed Anaconda, and I am having no trouble at all mixing...
Hi Dani, FYI release v2.0.2 of ExcelPython should deal with dictionary return values...
Nice to know something works with no problems! From the discussion forums one gets...
Hi Eric, Did you try out what I wrote in the GitHub issue? Don't know if you got...
Ok so the mystery deepens because the Python search paths are identical (the one...
Yes sorry you need to do import sys first.
Doug, you know what actually it's strange that you're having trouble loading the...
Doug, you know what actually it's strange that you're having trouble loading the...
Doug, you know what actually it's strange that you're having trouble loading the...
Hello Eric, V2 is currently undergoing active development so right now there are...
Yes that's right, it is because of that. It is not yet clear to me why the Python...
Hello Eric, V2 is currently undergoing active development so right now there are...
Hi Doug, yes sorry about that - I have been off for 3 weeks, and just before leaving...
Please take a look at the github site, docs folder. The documentation for v2 is still...
Ok, so you can't save a dictionary value in a cell so you need to represent it somehow....
Excellent thanks for that. Can you explain better what you mean by "receive any container...
Excellent thanks for that. Can you explain better what you mean by "receive any container...
Home
are you sure that main is always defined in python? I believe that main is actually...
are you sure that main is always defined in python? I believe that main is actually...
Hi Cheung, In theory it should work, please note though that if you want to use bit...
Home
Home
Hi rss, No it does not need to be in the system folder, Excel.exe just needs to be...
Hi, there was indeed a mistake, it needed an extra setting ArchitecturesInstallIn64BitMode=x64...
Ok I must have made a mistake in the installer I will check tomorrow morning.
Hello, I have integrated these discussions into a tutorial, which I have put on the...
Hi Richard, the reason why the arrays are (N,1) is very simple: ranges are always...
Hi Stefan, I believe your problem is similar to Richard's below. You can make it...
Hi Richard, the reason why the arrays are (N,1) is very simple: ranges are always...
Hi Stefan, One of the nice things (in my opinion, though as its creator I am obviously...
Hi Stefan, One of the nice things (in my opinion, though as its creator I am obviously...
Hi Stefan, One of the nice things (in my opinion, though as its creator I am obviously...
Hi Stefan, One of the nice things (in my opinion, though as its creator I am obviously...
Hi Stefan, Please post an example of something you are trying to do which is not...
Not that I know of, besides ExcelPython does not dynamically define UDFs as it is...
Hi Doug, Thanks for your question, out of curiosity what have you identified as the...
I am afraid I don't have a solution for you. 64-bit and 32-bit code cannot exist...
Set d = PyDict("n", PyList("22", "42", "12"), "c", PyList("a", "b", "c")) Set d_iter...
Hi, I gave the example in my post just above yours (2014-03-19). It's the second...
That is strange, and, unfortunately very hard to debug... All I can think of is if...
Hi Matt, Thanks for the screenshot. This confirms that the DLLs fundamentally finds...
ExcelPython.dll
Are you sure Python installs the DLLs in system32?
Hi Matt, No problem at all, evidently the horse isn't quite dead. The problem is...
Btw I see you're using it for finance too :) I bet 80% of the ppl who downloaded...
Ok so the reason is simple but subtle. The value contained in capPrice is of type...
ah yes sorry i was replying to the automatic sourceforge e-mails i didn't see that...
Hi Doug, Very happy to help you but could u provide some more details? Perhaps copy...
Hi, Those DLLs are not the problem, those always seem to be missing. The issue seems...
Hi I have just uploaded version 1.0.2 which has two new functions for iterating over...
This is a bit tricky so I probably need to write a tutorial for this. Basically the...
Hi Christopher. At present there aren't any functions to facilitate iterator use...
Hi Christopher. At present there aren't any function to facilitate iterator use though...
The line globals()[moduleName + "_" + functionName] = ... gives you a clue... the...
Might this help? The key is you need to write them into myscript.py's global dictionary....
By the way, you shouldn't rely on PyExec "b=5" ?PyVar(PyEval ("b")) 5 to work in...
Hi Al, I believe this is not so much an issue with ExcelPython as how the eval and...
Hi Eric, I am not that familiar with VirtualEnv so I couldn't say, however in theory...
Actually you know what Igor, could you send me a screenshot of the first error you...
I am guessing this is because ExcelPython initializes Python in the DllMain function....
I am guessing this is because ExcelPython initializes Python in the DllMain function....
I myself use Anaconda Python, in theory it should require no special setup, in practice...
I myself use Anaconda Python, in theory it should require no special setup, in practice...
I myself use Anaconda Python, in theory it should require no special setup, in practice...
I myself use Anaconda Python, in theory it should require no special setup, in practice...
I myself use Anaconda Python, in theory it should require no special setup, in practice...
I myself use Anaconda Python, in theory it should require no special setup, in practice...
I myself use Anaconda Python, in theory it should require no special setup, in practice...
I see, well I've never seen that one before. I'll investigate on Monday. Thanks,...
Hi, 1) I tried the following in the VBA immediate window ?PyVar(PyEval("u'abc\xe9def'"))...
If you want a quick fix to get the DLLs you can try opening the installer exe with...
Quick reply, will take a closer look when I have a moment: 1) that header file is...
Tom, FYI I've uploaded a 64-bit installer. Regards, Eric.
Yeah I guess, but it sounds like a lot of effort :D Plus I like people bugging me,...
Hi, thanks for the question. I'll give you a quick answer then a longer explanation....
Hi, thanks for the question. I'll give you a quick answer then a longer explanation....
Hi, thanks for the question. I'll give you a quick answer then a longer explanation....
Hi, thanks for the question. I'll give you a quick answer then a longer explanation....
Hi, thanks for the question. I'll give you a quick answer then a longer explanation....