DelphiVCL4Python
DelphiVCL4Python copied to clipboard
Delphi's VCL library as a Python module for building Windows GUI
 
Hi. I tried making a LinkLabel, but seems like it doesn't exist yet. My code: ``` self.myLabel = LinkLabel(self) self.myLabel.Parent = self self.myLabel.Caption = "Hello World!" self.myLabel.Font.Size = 85 self.myLabel.Width...
`ImportError: DLL load failed while importing DelphiVCL: The specified module could not be found.` When I try `>>> from delphivcl import *`
As far as I understand, delphivcl works only with standard components. Is there a way to make it work with additional or 3rd party components? Thank you.
This is an amazing project, Hope to support crossvcl framework : )
See https://github.com/pyscripter/pyscripter/issues/1286 inside there is a program that does problems I suspect it is the package