PythonEnvironments icon indicating copy to clipboard operation
PythonEnvironments copied to clipboard

Components to simplify the deployment for Python environments for Delphi applications using Python4Delphi.

Results 25 PythonEnvironments issues
Sort by recently updated
recently updated
newest added

I notice that the versions of Python included with this package have been superceeded e.h. 3.9 is currently at 14 while 12 is included - might be an idea to...

bug
enhancement

It appears to be impossible to get PIP installed via GetPIP BEFORE installing packages As GetPIP should install the latest version of PIP it is desirable to have this rather...

enhancement

Title says it all - the onReady event is never triggered

bug

I've been having problems with Embedded on Linux (told you about this before) - specifically Pip failing owing to no SSL support (and the machine has SSL of course) Anyway...

enhancement

The JSON file provided as FilePath may contain invalid entries that don't point to files and directories on the target system. When processing the individual entries Prepare's Anonymous method should...

question

Looking at this... https://packaging.python.org/en/latest/guides/hosting-your-own-index/ It appears that if I install some of the modules that mis-behave (Mac for testing - PSUtil needs compiling) under 'proper' Python where compilation is avialable...

I'm new with Python, so I installed the packages from GetIt in Delphi 12.2 - ran fine. First try to run Demo01.exe in Windows 64 Bit... "Error 87: Could not...

--------------------------- Error --------------------------- Registration procedure, [email protected] in package C:\xxx\dclP4DEnvironment280.bpl raised exception class EAccessViolation: Access violation at address 65EF8344 in module 'rtl280.bpl'. Write of address 70022E3D. why?

### environment - windows 10 - embarcadero 12.2 ### PyEmbeddedEnvironment's property - Scanner AutoScan true - Scanner DeleteEmbeddable true ### manually - unzip min-python3-windows-3.11.2-amd64 .zip ### python 3.11 - Setting...

help wanted