Jump to content

Walid Alg

Members
  • Content Count

    4
  • Joined

  • Last visited

Community Reputation

0 Neutral
  1. Walid Alg

    P4D Android error

    It worked, Thank you somuch
  2. Walid Alg

    P4D Android error

    This message "Python is not properly initialized." Sure: "What does it mean? Is it because the Python librarys were not loaded in the deployment, or does it have another meaning?"
  3. Walid Alg

    P4D Android error

    Thank you, today i tested
  4. Walid Alg

    P4D Android error

    Hey, every one. I used this project the library in the Delphi environment for Android: https://github.com/pyscripter/python4delphi/tree/master/Demos/FMX/SimpleDemo When I set the autoLoad property of the PythonEngine component to true, the application doesn't open or run on the phone. However, if I set it to false, the application runs, but I get the message: "Python is not properly initialized." I wrote the following code: PythonEngine.autoLoad := true; or PythonEngine.LoadDllInExtensionModule; But I still get the same message. I also use: PythonEngine.LoadDLL; The application crashes and exits immediately. My delphi Version is 12 and my Phone Android version is 8. I would appreciate your help.
×