Jump to content

lmbelo

Members
  • Content Count

    2
  • Joined

  • Last visited

Community Reputation

2 Neutral
  1. lmbelo

    D4P_export_demo

    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. lmbelo

    Delphi 11.2 - Ubuntu Debugger error

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