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

Cannot find DelphiVCL.pyd #36

Closed
ahmedmohiduet opened this issue Sep 29, 2022 · 2 comments
Closed

Cannot find DelphiVCL.pyd #36

ahmedmohiduet opened this issue Sep 29, 2022 · 2 comments
Assignees
Labels
invalid This doesn't seem right

Comments

@ahmedmohiduet
Copy link

I am facing error while running sample python3 hellodelphivcl.py:

Traceback (most recent call last):
  File "hellodelphivcl.py", line 1, in <module>
    from delphivcl import *
  File "/home/mohi/.local/lib/python3.8/site-packages/delphivcl/__init__.py", line 22, in <module>
    package = new_import()
  File "/home/mohi/.local/lib/python3.8/site-packages/delphivcl/__init__.py", line 15, in new_import
    ld = loader.create_module(spec)
ImportError: /home/mohi/.local/lib/python3.8/site-packages/delphivcl/DelphiVCL.pyd: cannot open shared object file: No such file or directory

Any clues?

@lmbelo
Copy link
Member

lmbelo commented Oct 11, 2022

Which platform are you using? The VCL library only works on Windows. Try the FMX library instead.

@lmbelo lmbelo self-assigned this Oct 11, 2022
@lmbelo lmbelo added the Awaiting Feedback Waiting for feedback from submitter or others. label Oct 11, 2022
@ahmedmohiduet
Copy link
Author

Got it. I am running Ubuntu 20.04.

@lmbelo lmbelo added invalid This doesn't seem right and removed Awaiting Feedback Waiting for feedback from submitter or others. labels Oct 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

2 participants