الفريق العربي للهندسة العكسية
Delphi help (Python ) - نسخة قابلة للطباعة

+- الفريق العربي للهندسة العكسية (https://www.at4re.net/f)
+-- قسم : منتديات الهندسة العكسية - Reverse Engineering Forums (https://www.at4re.net/f/forum-4.html)
+--- قسم : الأسئلة والإستفسارات، حلول المشاكل و تبادل الخبرات - Expert Exchange Newbie Questions Answers (https://www.at4re.net/f/forum-36.html)
+--- الموضوع : Delphi help (Python ) (/thread-2555.html)



Delphi help (Python ) - taitor - 09-02-2021

Hello all ! Can someone tell me how can I use Python script on delphi 
thanks !!
Have a good day


RE: Delphi help (Python ) - ashrafonlinenow - 09-02-2021

https://blogs.embarcadero.com/learn-how-to-run-a-simple-python-script-in-delphi-application-using-easy-python4delphi-sample-app/


RE: Delphi help (Python ) - taitor - 10-02-2021

(09-02-2021, 04:26 PM)ashrafonlinenow كتب : https://blogs.embarcadero.com/learn-how-to-run-a-simple-python-script-in-delphi-application-using-easy-python4delphi-sample-app/

Completable with Delphi 10.3 community edition ?


RE: Delphi help (Python ) - ashrafonlinenow - 10-02-2021

Delphi & C++BuilderAll the above parts of Python4Delphi are supported under the following platforms:
  • Windows 32 bits
  • Windows 64 bits
  • MacOS (Delphi only)
  • Linux
Only unicode versions of Delphi are supported (Delphi 2009 or later). WrapDephi uses extended RTTI if available. Also note that, with the exception of TPythonGUIInputOutput which is Vcl dependent, the Python4Delphi components are non visual and can be used in Console, Vcl or Fmx projects.

Python4Delphi