pyscripter

Results 222 comments of pyscripter

After some reflection, I concluded that isatty should stay (so that pip is happy), but it is more appropriate to return False. This sorts out this issue, and prevent pip...

@mce2 It took quite a while... The solution is similar to what you originally suggested. It also makes sure that fNamedParams is cleared asap and before the python method is...

For reference https://quality.embarcadero.com/browse/RSP-23147?filter=-2 This apparently has been fixed in Delphi Alexandria. It is worth finding out what was changed.

Here running macros before/after iterations works well. ![image](https://github.com/pyscripter/XLRisk/assets/1311616/2a221fa0-ca9c-46e6-9186-4a85640e54ed) ![image](https://github.com/pyscripter/XLRisk/assets/1311616/410d47cf-678a-496c-a9f6-f5e3c4ad1a47) The error most likely occurs in your macro. You can press the debug button to see where the error occurs.

Cannot reproduce. I am using Delphi 12.1 and python 3.12.2 from python.org, Using Demo01 with PythonEngine1.UseLastKnownVersion set to True. ![image](https://github.com/pyscripter/python4delphi/assets/1311616/632812a3-4945-4787-81cb-630e1c903e67) Your script also runs fine. Sounds like a python/pandas installation...

@comdora As I said above, it appears to be a python/pandas installation issue. It is not related to the Delphi version, since we are using the same version. If you...

I have installed python 3.12.3 to make sure we are using the same python version and it still works fine here. We are using the same Delphi, python and P4D...

Thanks for getting back to me. Yes the test looks good. Unknown schemes should be left untouched.

Thank you. Please also reopen my other issue #211.

https://github.com/openlawlibrary/pygls/commit/19033c94beb8ca37511d771cac6c0d064205dce0 never made it to the main branch, and after more than a year there is no progress in resolving this. I guess all it would take is: ```python def...