Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
1 vote
1 answer
50 views

I am trying to build a Python extension (module) with D and the pyd (https://github.com/ariovistus/pyd) and dub and ldc2 compiler on Windows. I have the following dub.sdl: name "hello" ...
0 votes
0 answers
63 views

I'm using PyInstaller to package my application into an executable. Due to licensing restrictions, I must dynamically link PySide6, so I’m using the default onedir mode instead of --onefile. My ...
0 votes
1 answer
124 views

So I am writing a python plugin for flow launcher, which has a dependency that uses C extensions compiled into pyd files (sorry if I said it wrong, I'm not super confident on what to call it / how to ...
0 votes
0 answers
60 views

Im facing a problem where i need to load a python dll (pyd) file from memory to be used as a module (basically i want to build a pyd-module-loader) Importlib has no loader that is suitable to load a ...
orah1998's user avatar
0 votes
0 answers
25 views

I have simple python project which represents basic inheritance tree. mypackage: __init__.py animal.py (class Animal) dog.py (class Dog inherited from Animal) I want to generate 'single' ...
0 votes
1 answer
205 views

My OS is Windows 10, I use G++ compiler, VS Code. I attempt to compile an example pybind11 file into a Python object. The C++ code looks as follows: #include <pybind11/pybind11.h> int add(int i,...
1 vote
0 answers
103 views

Overview I have a python script in a PyCharm project which requires the use of foo.pyd (import foo). When looking this problem up, I've found 2 solutions. Attempted Solutions The PYTHONPATH ...
1 vote
0 answers
74 views

I am currently working on a remote import system for numpy that uses the numpy folder in my sites-packages location being hosted on a web server. This is my current code: class Finder(importlib.abc....
1 vote
1 answer
1k views

I consume a Python package which currently uses C++ under the hood and which was only build for Python 3.8. The package content looks like this: my_package/ | |- __init__.py |- additional_code.py |- ...
0 votes
1 answer
142 views

I have a freenect.pyd file compiled from c programs however when I import the function and call dir(freenect) its output is just ['__doc__', '__file__', '__loader__', '__name__', '__package__', '...
hugo's user avatar
  • 31
-1 votes
1 answer
468 views

I am currently trying use pybind11 to connect my C++ code on my Windows 10 machine to my Python code. But when I open the cmake-gui it comiles successfully, but doesn't create the expected .pyd file. ...
0 votes
0 answers
424 views

I made a pretty nice scraping package in py (with init.py file and all), and id like to be able to use it without rewriting everything in a c# wpf project. Id also want to send it later to a friend, ...
0 votes
0 answers
470 views

I'm using spyder from Anaconda. I'm trying to import a pyd file but this message appeared: 'DLL load failed while importing _py_bbt_driver: No se puede encontrar el módulo especificado.'. How can I ...
7 votes
2 answers
3k views

On Windows, when we try to import a .pyd file, and a DLL that the .pyd depends on cannot be found, we get this traceback: Traceback (most recent call last): ... ImportError: DLL load failed: The ...
0 votes
0 answers
1k views

I compiled SimpleElastix for both Windows and Linux months ago. The SimpleElastix build process produced a .so file under Linux and a .pyd under Windows for use with Python. I was able to import ...
Gillespie's user avatar
  • 6,646

15 30 50 per page
1
2 3 4 5
...
7

AltStyle によって変換されたページ (->オリジナル) /