Lightweight-Python-Wrappers icon indicating copy to clipboard operation
Lightweight-Python-Wrappers copied to clipboard

Lightweight Wrappers based on Python4Delphi to make it easy to import Python modules into Delphi components.

Results 12 Lightweight-Python-Wrappers issues
Sort by recently updated
recently updated
newest added

Hi I installed all components without any problem but when I try to use the Numpy component, I get the following compilation error and the cursor is placed on the...

What if I want import [lib](https://www.pullenti.ru/assets/docs/UnitextPython.zip) from the local folder ([can't find it](https://pypi.org/search/?q=Unitext))? Is it possible? [UnitextPython.zip](https://github.com/Embarcadero/Lightweight-Python-Wrappers/files/11817853/UnitextPython.zip)

Problem... We have the ability to install the components we've created so far but some recent experimentation has raised the issue of requiring a method to update PIP installed packages....

enhancement
question

Win64 If checked then components are presumably meant to autoinstall and import - they don't

invalid

pip 22 has a --report option that outputs a JSON record of what happened when installing - seems useful

This one adds to the discoveries made in #9 Some Goolgling indicates the following to be a rather huge problem. While Modules can be "installed" on Android they invariably contain...

invalid

Noticed on old Android Tablet 32 with 3GB RAM I was not getting any notifications at all so wrapped everything in try ... except and see I'm getting a PyModuleCheckInstallError...

bug

Just found this... https://github.com/beeware/Python-Apple-support Which sorta implies Delphi Python should also work?

question

This can be undesirable, particularly when testing I've managed to bodge in some hacky progress indication for my project so this is the first time I've spotted this anomoly. I...

Looking at PyPackage.Manager.Pip.pas and cross-referencing with PythonEnvironments' PyTools.ExecCmd.pas there are methods defined to capture IO but these are unused as everything calls the Run(AOutput) version It seems desirable to use...

enhancement