Jump to content

ricardo chapingo

Members
  • Content Count

    2
  • Joined

  • Last visited

Everything posted by ricardo chapingo

  1. ricardo chapingo

    Python 3.7 embedded windows 11

    I changed from windows 10 pro to windows 11 pro. I get an error when i try to run Example 01 using python 3.7 embedded version on windows 11 pro. The error is: Error 127: could not map symbol "PyWideStringList_Append" Python could not be properly initialized. We must quit. what can I do to make it work?
  2. ricardo chapingo

    How to get a pandas dataframe in delphi

    Hello: i'm working with fuzzy match, my python code ends with a pandas data frame, the question is how can i to pass the data from the pandas dataframe to a delphi array? i have tried with this: for var V in VarPyIterate(MainModule.resultado) do begin ListBox1.Items.Add(V); (only get the dataframe headers) end;
×