Message 1 of 17
Python SDK on Windows?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Following the instructions, I've downloaded the binaries, put them into site-packages, and I get this:
```
>>> from fbx import *
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: DLL load failed: The specified module could not be found.
```
I can tell it is correctly in `os.path`, because there is a different error if I move it. All three files are in the folder. I've tried it in python 3.10.1 and even dug out an old copy of 2.8 with the same result.
Anyone have any ideas?