0

I just downloaded Python4Delphi from getIt and after it finished installing, it opened the demos for me.

When I run the demos, I just keep getting errors:

Error 87: Could not open Dll "python33.dll"

Python could not be properly initialized. We must quit.

My getIt installation of Python4Delphi was successful without any issues. So why does the Demos not work?

3
  • Maybe your PATH environment variable has grown too long, so that newly added entries are beyond the max allowed length? Commented Mar 22, 2024 at 14:34
  • @TomBrunberg How can I check? Commented Mar 22, 2024 at 14:38
  • It depends on your OS. If Win10, then the total length of the whole PATH record is about 32k (I don't have the exact value at hand now) and individual paths are limited to 260 chars, unless you have changed your system settings. For details, visit another StackExchange site: https://superuser.com/ and search for max path length and you will get plenty of good Q/A. Commented Mar 22, 2024 at 15:20

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.