Site icon Python GUI

Tutorial: Learn How To Install DelphiVCL And Build Windows Apps With Python

black surfer practicing extreme sport above ocean wave

Photo by Emma Li on Pexels.com

There are two ways for you to install DelphiVCL: By directly copying the module to your local/system path, or install it via pip.

1. Copy to Your Local or System Path

  1. Download the DelphiVCL.pyd module Beta Release 0.01– Beta preview – 2021-18-01, and extract according to your Python version and bit. 
  2. You will need to place the DelphiVCL.pyd to your default path for your Python packages/libraries. For example:
[crayon-6623311804eee849600994/]

Or

[crayon-6623311804f1a181072342/]

if you use Anaconda Distributions.

2. Install via pip (Updated in Jan 14, 2022)

Run easy-install by pip in your Command Prompt, using the following command:

[crayon-6623311804f1c876829786/]

(Update: This release version is out on Jan 14, 2022. Check the DelphiVCL home page for more information.)

The installation progress in your Command Prompt:

The next task is, test your installation (will be demonstrated in the next article).

Watch this comprehensive introduction to Python GUI Development with DelphiVCL library video by Jim McKeeth:


Check out DelphiVCL which easily allows you to build GUIs for Windows using Python.

Check out Python4Delphi which easily allows you to build Python GUIs for Windows using Delphi.


References & further readings

[1] PyPI (Python Package Index). (2023). 

DelphiVCL for Python. Python Software Foundation. pypi.org/project/delphivcl

[2] PythonGUI.org. (2021). 

DelphiVCL for Python Beta Release. PythonGUI.org. pythongui.org/downloads/DelphiVCL/0.01/DelphiVCL-0.01.7z

Exit mobile version