Using Python in Lazarus on Windows/Linux

From Lazarus wiki
Revision as of 22:21, 8 February 2015 by Alextp (talk | contribs)
Jump to navigationJump to search

Intro

I need to make app, cross platform, Win/Linux, which embeds Python engine. I tried Python4Delphi, but it doesn't compile and work on Linux x64. Same app must run on Win and Linux, must use portable Python 3 on Win and system Python 3 on Linux.

Result

Links

Work on Ubuntu x64

Python app Linux.png

Work on Windows7

Python app Windows.png