pyscripter / python4delphi

Free components that wrap up Python into Delphi and Lazarus (FPC)
MIT License
895 stars 307 forks source link

cant't install #477

Closed bird00101011 closed 1 week ago

bird00101011 commented 1 week ago

Hint: (11030) Start of reading config file D:\fpcupdeluxe\fpc\bin\x86_64-win64\fpc.cfg Hint: (11031) End of reading config file D:\fpcupdeluxe\fpc\bin\x86_64-win64\fpc.cfg Free Pascal Compiler version 3.2.3-1394-g3d2b1f062e [2024/06/14] for x86_64 Copyright (c) 1993-2024 by Florian Klaempfl and others (1002) Target OS: Win64 for x64 (3104) Compiling p4dlaz.pas (3104) Compiling E:\repos\python4delphi\Source\PythonEngine.pas E:\repos\python4delphi\Source\PythonEngine.pas(3263,47) Warning: (4104) Implicit string type conversion from "AnsiString" to "UnicodeString" E:\repos\python4delphi\Source\PythonEngine.pas(4149,13) Note: (6058) Call to subroutine "function TPythonInterface.PyObject_TypeCheck(obj:PPyObject;t:PPyTypeObject):Boolean;" marked as inline is not inlined E:\repos\python4delphi\Source\PythonEngine.pas(4159,13) Note: (6058) Call to subroutine "function TPythonInterface.PyObject_TypeCheck(obj:PPyObject;t:PPyTypeObject):Boolean;" marked as inline is not inlined E:\repos\python4delphi\Source\PythonEngine.pas(4169,13) Note: (6058) Call to subroutine "function TPythonInterface.PyObject_TypeCheck(obj:PPyObject;t:PPyTypeObject):Boolean;" marked as inline is not inlined E:\repos\python4delphi\Source\PythonEngine.pas(4174,13) Note: (6058) Call to subroutine "function TPythonInterface.IsType(ob:PPyObject;obt:PPyTypeObject):Boolean;" marked as inline is not inlined E:\repos\python4delphi\Source\PythonEngine.pas(4179,13) Note: (6058) Call to subroutine "function TPythonInterface.PyObject_TypeCheck(obj:PPyObject;t:PPyTypeObject):Boolean;" marked as inline is not inlined E:\repos\python4delphi\Source\PythonEngine.pas(4184,13) Note: (6058) Call to subroutine "function TPythonInterface.IsType(ob:PPyObject;obt:PPyTypeObject):Boolean;" marked as inline is not inlined E:\repos\python4delphi\Source\PythonEngine.pas(4189,13) Note: (6058) Call to subroutine "function TPythonInterface.PyObject_TypeCheck(obj:PPyObject;t:PPyTypeObject):Boolean;" marked as inline is not inlined E:\repos\python4delphi\Source\PythonEngine.pas(4194,13) Note: (6058) Call to subroutine "function TPythonInterface.IsType(ob:PPyObject;obt:PPyTypeObject):Boolean;" marked as inline is not inlined E:\repos\python4delphi\Source\PythonEngine.pas(4204,13) Note: (6058) Call to subroutine "function TPythonInterface.IsType(ob:PPyObject;obt:PPyTypeObject):Boolean;" marked as inline is not inlined E:\repos\python4delphi\Source\PythonEngine.pas(4214,13) Note: (6058) Call to subroutine "function TPythonInterface.PyObject_TypeCheck(obj:PPyObject;t:PPyTypeObject):Boolean;" marked as inline is not inlined E:\repos\python4delphi\Source\PythonEngine.pas(4219,13) Note: (6058) Call to subroutine "function TPythonInterface.IsType(ob:PPyObject;obt:PPyTypeObject):Boolean;" marked as inline is not inlined E:\repos\python4delphi\Source\PythonEngine.pas(4224,13) Note: (6058) Call to subroutine "function TPythonInterface.PyObject_TypeCheck(obj:PPyObject;t:PPyTypeObject):Boolean;" marked as inline is not inlined E:\repos\python4delphi\Source\PythonEngine.pas(4229,13) Note: (6058) Call to subroutine "function TPythonInterface.IsType(ob:PPyObject;obt:PPyTypeObject):Boolean;" marked as inline is not inlined E:\repos\python4delphi\Source\PythonEngine.pas(4234,13) Note: (6058) Call to subroutine "function TPythonInterface.PyObject_TypeCheck(obj:PPyObject;t:PPyTypeObject):Boolean;" marked as inline is not inlined E:\repos\python4delphi\Source\PythonEngine.pas(4239,13) Note: (6058) Call to subroutine "function TPythonInterface.IsType(ob:PPyObject;obt:PPyTypeObject):Boolean;" marked as inline is not inlined E:\repos\python4delphi\Source\PythonEngine.pas(4260,13) Note: (6058) Call to subroutine "function TPythonInterface.PyObject_TypeCheck(obj:PPyObject;t:PPyTypeObject):Boolean;" marked as inline is not inlined E:\repos\python4delphi\Source\PythonEngine.pas(4265,13) Note: (6058) Call to subroutine "function TPythonInterface.IsType(ob:PPyObject;obt:PPyTypeObject):Boolean;" marked as inline is not inlined E:\repos\python4delphi\Source\PythonEngine.pas(4304,13) Note: (6058) Call to subroutine "function TPythonInterface.PyObject_TypeCheck(obj:PPyObject;t:PPyTypeObject):Boolean;" marked as inline is not inlined E:\repos\python4delphi\Source\PythonEngine.pas(4450,38) Note: (6058) Call to subroutine "operator :=(const source:Variant):LongInt;" marked as inline is not inlined E:\repos\python4delphi\Source\PythonEngine.pas(4465,44) Note: (6058) Call to subroutine "operator :=(const source:Variant):AnsiString;" marked as inline is not inlined E:\repos\python4delphi\Source\PythonEngine.pas(4472,44) Note: (6058) Call to subroutine "operator :=(const source:Variant):AnsiString;" marked as inline is not inlined E:\repos\python4delphi\Source\PythonEngine.pas(4671,26) Error: (3205) Illegal qualifier E:\repos\python4delphi\Source\PythonEngine.pas(4749,41) Hint: (5057) Local variable "Config" does not seem to be initialized E:\repos\python4delphi\Source\PythonEngine.pas(4759,52) Warning: (4105) Implicit string type conversion with potential data loss from "UnicodeString" to "AnsiString" E:\repos\python4delphi\Source\PythonEngine.pas(4763,51) Warning: (4105) Implicit string type conversion with potential data loss from "UnicodeString" to "AnsiString" E:\repos\python4delphi\Source\PythonEngine.pas(4885,16) Warning: (4104) Implicit string type conversion from "AnsiString" to "UnicodeString" E:\repos\python4delphi\Source\PythonEngine.pas(5233,22) Warning: (4105) Implicit string type conversion with potential data loss from "UnicodeString" to "AnsiString" E:\repos\python4delphi\Source\PythonEngine.pas(5234,22) Warning: (4105) Implicit string type conversion with potential data loss from "UnicodeString" to "AnsiString" E:\repos\python4delphi\Source\PythonEngine.pas(5245,18) Warning: (4104) Implicit string type conversion from "AnsiString" to "UnicodeString" E:\repos\python4delphi\Source\PythonEngine.pas(5251,19) Warning: (4104) Implicit string type conversion from "AnsiString" to "UnicodeString" E:\repos\python4delphi\Source\PythonEngine.pas(5308,31) Warning: (4105) Implicit string type conversion with potential data loss from "UnicodeString" to "AnsiString" E:\repos\python4delphi\Source\PythonEngine.pas(5309,31) Warning: (4105) Implicit string type conversion with potential data loss from "UnicodeString" to "AnsiString" E:\repos\python4delphi\Source\PythonEngine.pas(5319,25) Warning: (4105) Implicit string type conversion with potential data loss from "UnicodeString" to "AnsiString" E:\repos\python4delphi\Source\PythonEngine.pas(5377,73) Warning: (4104) Implicit string type conversion from "AnsiString" to "UnicodeString" E:\repos\python4delphi\Source\PythonEngine.pas(5377,64) Warning: (4104) Implicit string type conversion from "AnsiString" to "UnicodeString" E:\repos\python4delphi\Source\PythonEngine.pas(5379,81) Warning: (4104) Implicit string type conversion from "AnsiString" to "UnicodeString" E:\repos\python4delphi\Source\PythonEngine.pas(5379,72) Warning: (4104) Implicit string type conversion from "AnsiString" to "UnicodeString" E:\repos\python4delphi\Source\PythonEngine.pas(5381,76) Warning: (4104) Implicit string type conversion from "AnsiString" to "UnicodeString" E:\repos\python4delphi\Source\PythonEngine.pas(5381,67) Warning: (4104) Implicit string type conversion from "AnsiString" to "UnicodeString" E:\repos\python4delphi\Source\PythonEngine.pas(6192,47) Hint: (5057) Local variable "size" does not seem to be initialized E:\repos\python4delphi\Source\PythonEngine.pas(6192,41) Hint: (5057) Local variable "buffer" does not seem to be initialized E:\repos\python4delphi\Source\PythonEngine.pas(6209,21) Hint: (5094) Function result variable of a managed type does not seem to be initialized E:\repos\python4delphi\Source\PythonEngine.pas(6611,43) Hint: (5060) Function result variable does not seem to be initialized E:\repos\python4delphi\Source\PythonEngine.pas(7645,36) Hint: (4055) Conversion between ordinals and pointers is not portable E:\repos\python4delphi\Source\PythonEngine.pas(9218,52) Hint: (5091) Local variable "v" of a managed type does not seem to be initialized E:\repos\python4delphi\Source\PythonEngine.pas(9784,13) Warning: (4104) Implicit string type conversion from "AnsiString" to "UnicodeString" PythonEngine.pas(9909) Fatal: (10026) There were 1 errors compiling module, stopping Fatal: (1018) Compilation aborted Error: D:\fpcupdeluxe\fpc\bin\x86_64-win64\ppcx64.exe returned an error exitcode

bird00101011 commented 1 week ago

IDE: lazarus

image

compile fail.