-
-
Notifications
You must be signed in to change notification settings - Fork 324
Closed
Labels
Description
Hello,
Just starting with Python4Delphi, even trying to run the simple Demo 1 I get the same error in two computers:
Computer 1: Delphi 10.3.3 Rio, Python 3.7.2 32bits (Official Distribution), Compiling with Target platform Win 32 bits
Computer 2: Delphi 10.3.1 Berlin, Python 3.7.1 64 bits (Anaconda), Compiling with Target platform Win 64 bits
The app is compiling, but the message when running is: "Error 127: could not map symbol PyIter_Check"
(it presents this message in the start, then informs that cannot continue and closes)
Trying Google I found nothing related to this error, just a few mentions to this function in some Python docs, but not related to Delphi.
Thanks and regards!