Jump to content

lmbelo

Members
  • Content Count

    2
  • Joined

  • Last visited

Posts posted by lmbelo


  1. I'm here to assist you :)

    Check your issues on GitHub.

     

    delphivcl and delphifmx are extension modules, but we don't use Cython or distutils to compile it, because they are not C/C++. Therefore we share the final binaries onto the root folder.

     

    You only need to copy the delphivcl/fmx folder to your final distribution folder. Using the pyinstaller script makes it easier.


  2. The LLDB seems to require a Python distribution compiled with the "--enable-shared" flag. The regular APT Python distribution doesn't use the dynamically linked interpreter. However, Installing python3.x-dev and libpython3.x-dev should be enough for this case.

     

    Make sure to install the same versions.

    • Like 2
×