Jump to content

Search the Community

Showing results for tags 'delphi fmx android python4delphi'.



More search options

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Delphi Questions and Answers
    • Algorithms, Data Structures and Class Design
    • VCL
    • FMX
    • RTL and Delphi Object Pascal
    • Databases
    • Network, Cloud and Web
    • Windows API
    • Cross-platform
    • Delphi IDE and APIs
    • General Help
    • Delphi Third-Party
  • C++Builder Questions and Answers
    • General Help
  • General Discussions
    • Embarcadero Lounge
    • Tips / Blogs / Tutorials / Videos
    • Job Opportunities / Coder for Hire
    • I made this
  • Software Development
    • Project Planning and -Management
    • Software Testing and Quality Assurance
  • Community
    • Community Management

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Delphi-Version

Found 1 result

  1. 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.
×