pyscripter / python4delphi

Free components that wrap up Python into Delphi and Lazarus (FPC)
MIT License
906 stars 310 forks source link

Nothing works #417

Closed icinemagr closed 1 year ago

icinemagr commented 1 year ago

Error 193: Could not open Dll "python33.dll" Nothing works waste of time.

pyscripter commented 1 year ago

Which version of PyScripter have you installed? Have you python installed in your machine?

Did you pay attention to the note at the download site?

Before using PyScripter, you must ensure that there is a version of Python greater or equal to 3.7 installed on your Windows machine. If you do not have one installed, you can download one from http://www.python.org/.

The 64-bit version of PyScripter (x64) works only on 64-bit Windows and with 64-bit versions of Python. The 32-bit version (x86) of PyScripter works on both 32-bit and 64-bit Windows with 32-bit versions of Python.

pyscripter commented 1 year ago

See #356

icinemagr commented 1 year ago

I am using windows 2008 r2 server Delphi Sydney 10.4.2 Python 3.7.9 installed.

pyscripter commented 1 year ago

Is python 32 bit or 64 bit? Is your Delphi project 32 bit or 64 bit? They need to match.

icinemagr commented 1 year ago

Here is my Python ver

C:>python Python 3.7.9 (tags/v3.7.9:13c94747c7, Aug 17 2020, 18:58:18) [MSC v.1900 64 bit (AMD64)] on win32 Type "help", "copyright", "credits" or "license" for more information.

pyscripter commented 1 year ago

So it is 64 bits. Is your delphi project also 64 bits?

icinemagr commented 1 year ago

now it is WOrking!!!! i was trying to compile 32bit app. Thanks A lot!!!!!!!