Как установить Delphi 4 Python? Ошибка ImportError: не удалось загрузить DLL при импорте DelphiVCL: указанный модуль не Python

Программы на Python
Anonymous
Как установить Delphi 4 Python? Ошибка ImportError: не удалось загрузить DLL при импорте DelphiVCL: указанный модуль не

Сообщение Anonymous »

Я пытался выполнить действия, описанные в руководстве по embarcadero, например:

Код: Выделить всё

pip install delphivcl
Collecting delphivcl
Using cached delphivcl-0.1.24-cp311-cp311-win_amd64.whl
Installing collected packages: delphivcl
Successfully installed delphivcl-0.1.24

Python 3.11.0 (main, Oct 24 2022, 18:26:48) [MSC v.1933 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> from delphivcl import *
Traceback (most recent call last):
File "", line 1, in 
File "C:\Program Files\Python311\Lib\site-packages\delphivcl\__init__.py", line 22, in 
package = new_import()
^^^^^^^^^^^^
File "C:\Program Files\Python311\Lib\site-packages\delphivcl\__init__.py", line 15, in new_import
ld = loader.create_module(spec)
^^^^^^^^^^^^^^^^^^^^^^^^^^
ImportError: DLL load failed while importing DelphiVCL: The specified module could not be found.
В чем проблема?

Подробнее здесь: https://stackoverflow.com/questions/746 ... porting-de

Вернуться в «Python»