pyscripter / python4delphi

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

Running Demos from Delphi-12 #446

Closed Andyk1234 closed 7 months ago

Andyk1234 commented 7 months ago

Installed the latest Delphi 12 and P4D and have issues with the demo projects.

Python version is 3.10.2

The simple ones, Demo1-5 seem to work

Demo06.exe raised exception class EPyAttributeError with message 'AttributeError: U'.

Demo 7-9 produces Project Demo07.exe raised exception class EPyAttributeError with message 'AttributeError: Unknown attribute "OffsetBy"'.

Demo11

Project ThrdDemo.exe raised exception class EPyOverflowError with message 'OverflowError: Python int too large to convert to C long'.

I gave up after that.

pyscripter commented 7 months ago

There was a change that had affected some of the older demos. This is now fixed. Please try again.