dexter added the comment:
for example, there are some of shared libs, all these libs have a function
named getList() exported. and getList() will return a list of names which also
as a function name been exported.
shared lib A
export getList() -> return ["aaa", "bbb&quo
Change by dexter :
--
title: PyMethodDef does NOT have any field contains context in embedded C ->
PyMethodDef does NOT have any fields contain context in embedded C
___
Python tracker
<https://bugs.python.org/issu
New submission from dexter :
I am trying to create app embedded python as interpreter, and I use
PyImport_AppendInittab to import some helper functions to python. on website
the example is excellent when you already know how many functions we want to
import. but when my functions are based
Dexter Ramos added the comment:
Thank you Mr. Erick Smith. Now I know. I also tried to find the hard way like
this:
finding nemo-
[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 1, 2, 3, 4] --->index
[4, 1, 2, 5, 7, 4, 2, 8, 9, 5, 3, 2, 4, 6] --->origina
New submission from Dexter Ramos :
The output should have no duplicates but it has. When I added another "5" on
the list it goes okay and is still okay if I add more. But when there is only
two 5's it won't do its job.
--
components: Windows
files: app.py
m
Dexter added the comment:
Sadly due to the secure environment I'm unable to attach the log. The exact
error is:
"You must be an Administrator to remove this application. To remove this
application you can log on as an Administrator, or contact your technical
support group for
New submission from Dexter :
When installing Python 3.7 from the Windows Installer in a restricted
environment the installer appears to ignore the InstallLauncherAllUsers=0 and
Include_launcher=0 flags if the launcher is already present from a previous
install.
I am on a machine where the