Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using the DelphiVCL4Python library in Python Integerpreter causes ide to crash. #415

Closed
fansxs opened this issue Mar 15, 2023 · 5 comments
Closed

Comments

@fansxs
Copy link

fansxs commented Mar 15, 2023

In Python Interpreter, like this:

import delphivcl as vcl
btn = vcl.Button(None)
btn.Caption = 'hello world'

Then the ide doesn't respond.

Test environment: windows7 x64 and windows10 x64
PyScripter version: 4.0.0.6 x64
Python version: 3.9 x64

@pyscripter
Copy link
Owner

This could be a PyScripter issue. Please update PyScripter to the latest version and report back if the error persists.

@fansxs
Copy link
Author

fansxs commented Mar 15, 2023

I updated to 4.2.5.0 and have the same problem.

@pyscripter
Copy link
Owner

@lmbelo Is this a delphivcl or a PyScripter issue?

@pyscripter
Copy link
Owner

@fansxs For the Windows 7 see also pyscripter/pyscripter#1200.

Please try the update in that issue.

@fansxs
Copy link
Author

fansxs commented Mar 15, 2023

ok, submit it to that issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants