issues Search Results · repo:pyscripter/python4delphi language:Pascal
Filter by
334 results
(56 ms)334 results
inpyscripter/python4delphi (press backspace or delete to remove)This was caused by the changes to use Py_InitializeFromConfig in ConfgigPEP587 (which is misspelled). This change was
made as part of commit 6afe08111fe099609a445e8b6346e0c03bdf9c18
Upon trying to initialize ...
fjames003
- 4
- Opened 18 days ago
- #495
Hello, I have discovered that the declarations of PPyDescrObject and its descendants are not aligned with the current
state of descrobject.h in Python 3.3+. The structure was extended in commit
https://github.com/python/cpython/commit/9d57481f043cb9b94bfc45c1ee041415d915cf8a ...
Fixed
jokusoftware
- 2
- Opened on Jan 7
- #493
I used your component for UniGUI and it worked fine for a while, probably, but after I installed Delphi 12, the program
stopped working and gave an error I created a component like the VCL component for ...
mdavodnia
- 12
- Opened on Dec 27, 2024
- #492
Hi I m using the Delphi XE2 compiler and python4delphi crashes with any example from the demo =(
2024-12-07_220134
I am use Python from https://github.com/adang1345/PythonWin7/tree/master Python 3.13.1 ...
Uefi1
- 6
- Opened on Dec 7, 2024
- #490
Gentlemen forgive me, I use Lazarus IDE, but I didn t get a response on the Lazarus Forum and Github AlexTP. I would be
very grateful for your help. The error is: ImportError:
/usr/lib/python3.11/lib-dynload/_contextvars.cpython-311-x86_64-linux-gnu.so: ...
arirod
- Opened on Dec 3, 2024
- #489
The pattern
PyErr_SetObject(PyExc_TypeError^, PyUnicodeFromString(
Format(rs_ErrInvalidArgs,
[ CreateComponent , rs_InvalidClass])));
is used in WrapDelphi and elsewhere. The problem ...
Fixed
pyscripter
- Opened on Sep 23, 2024
- #485
import numpy as np
import cv2
As long as the above two libraries are introduced, an error will be reported: Floating point division by zero
CodeNightOwl
- 1
- Opened on Aug 23, 2024
- #484
Hi in Delphi XE2 compiler I get an error: [DCC Error] PythonEngine.pas(4671): E2018 Record, object or class type
required In line: Paths := string(FPythonPath).Split([PathSep]);
Fixed
Uefi1
- 1
- Opened on Jul 21, 2024
- #483
Save the provided script into a Python file
script_content =
import pandas as pd import numpy as np import requests import time import logging
Set up logging
logging.basicConfig(level=logging.INFO) ...
geeabby254
- 1
- Opened on Jul 20, 2024
- #482
Recently PythonEngine.pas was modified to include obj.Free when Engine.PyErr_Occurred indicates an error. As a result,
the newly created object will be destroyed twice as Engine.Py_DECREF(Result) will ...
Fixed
LennertP
- Opened on Jul 18, 2024
- #481

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.