Delphi4PythonExporter icon indicating copy to clipboard operation
Delphi4PythonExporter copied to clipboard

Issue with Delphi Tokyo 10.2

Open GaborC64 opened this issue 6 months ago • 0 comments

I cannot install the Delphi4PythonExporter in Delphi Tokyo 10.2.

  • After opening Delphi4PythonExporter-main\Packages\Delphi10Tokyo\dclDelphi4PythonExperts.dproj
  • In the Project Manager, right click dclDelphi4PythonExperts
  • Install
  • There are errors:

In PythonTools.IOTAUtils Code tab, error is at: LStream.CopyFrom(LOleStream);

If I change to LStream.CopyFrom(LOleStream,0); then another error message pops up: [dcc32 Fatal Error] PythonTools.Model.Producer.Application.pas(7): F2613 Unit 'PythonTools.Model.Producer' not found.

Thanks for your help.

GaborC64 avatar Jun 13 '25 19:06 GaborC64