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

Cannot install. Get error file not found ..Packages\EXEC. try to build sub packages. get incompatible tpes error.see Screenshot attached. ![DELPHIENVRONMENTS](https://github.com/Embarcadero/PythonEnvironments/assets/37050319/3890300f-ada1-4a99-af16-111ca1c5823d)

bug

when i attempt to build package dclP4DEnvironmentProject.bpl It gives me errors: [Exec Error] EXEC(1): Invalid syntax. [Exec Error] The command "..\reg_env.bat 22.0 "K:\PythonEnvironments-main\packages\..\" " exited with code 1. followed by...

Awaiting Feedback

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

Hello ... https://github.com/Embarcadero/PythonEnviroments/tree/main/samples/environments/deploy/sample_06_SimpleAndroid is giving me these errors ... Is something missing? `Build started 17 Jun 2023 08:53:37. __________________________________________________ Project "D:\Delphi\PythonEnviroments\samples\environments\deploy\sample_06_SimpleAndroid\SimpleAndroid.dproj" (Make target(s)): Target CreateProjectDirectories: Creating directory ".\Android64\Debug\". Target BuildVersionResource:...

bug

Attempting to build dclP4DEnvironmentProject with Windows 64 bit I get: [dcc64 Fatal Error] dclP4DEnvironmentProject.dpk(35): E2202 Required package 'designide' not found I cannot find this package.

help wanted

I have problem to build my project. I am using delphi 2010. when i try to build my project this error shows up. "F1026 File not found: 'System.SysUtils.dcu' I've tried...

question

I just read an interesting piece of documentation on Steam - https://partner.steamgames.com/doc/store/application/platforms It specifically requires that... com.apple.security.cs.disable-library-validation (allows loading the Steamworks SDK library and overlay library) com.apple.security.cs.allow-dyld-environment-variables (enables the overlay...

question

Put a PythonEngine and PythonEnvironment39 on a form with a memo + button Set PythonEnvironment to e.g. c:\temp\python (making sure you create it first) ``` procedure TForm3.Button1Click(Sender: TObject); begin if...

bug

The IDE plugin sets PYTHONENVIRONMENTDIR but it appears to do so without checking which version of Delphi the user has This is a problem ONLY if the user has multiple...

invalid

It looks like you've used some Delphi 11 specific feature in Tools Compiling under 10.4.1 (I was testing) or 10.4.2 fully patched (switched when 10.4.1 didn't work) this happens... >...

bug