<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Python SDK on Windows? in FBX Forum</title>
    <link>https://forums.autodesk.com/t5/fbx-forum/python-sdk-on-windows/m-p/11246979#M419</link>
    <description>This is a completely insane way to distribute a Python package!&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 20 Jun 2022 19:15:39 GMT</pubDate>
    <dc:creator>autodeskWH8HX</dc:creator>
    <dc:date>2022-06-20T19:15:39Z</dc:date>
    <item>
      <title>Python SDK on Windows?</title>
      <link>https://forums.autodesk.com/t5/fbx-forum/python-sdk-on-windows/m-p/10926894#M410</link>
      <description>&lt;P&gt;Following the instructions, I've downloaded the binaries, put them into site-packages, and I get this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;```&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt; from fbx import *&lt;BR /&gt;Traceback (most recent call last):&lt;BR /&gt;File "&amp;lt;stdin&amp;gt;", line 1, in &amp;lt;module&amp;gt;&lt;BR /&gt;ImportError: DLL load failed: The specified module could not be found.&lt;/P&gt;&lt;P&gt;```&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can tell it is correctly in `os.path`, because there is a different error if I move it.&amp;nbsp; All three files are in the folder.&amp;nbsp; I've tried it in python 3.10.1 and even dug out an old copy of 2.8 with the same result.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyone have any ideas?&lt;/P&gt;</description>
      <pubDate>Thu, 03 Feb 2022 19:04:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fbx-forum/python-sdk-on-windows/m-p/10926894#M410</guid>
      <dc:creator>autodeskWH8HX</dc:creator>
      <dc:date>2022-02-03T19:04:44Z</dc:date>
    </item>
    <item>
      <title>Re: Python SDK on Windows?</title>
      <link>https://forums.autodesk.com/t5/fbx-forum/python-sdk-on-windows/m-p/10927066#M411</link>
      <description>&lt;P&gt;The OS X installer only lets you choose a disk, and then does not show you a path, or tell you what you installed.&amp;nbsp; It also does not work with the system python!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is anyone else even able to use this?&lt;/P&gt;</description>
      <pubDate>Thu, 03 Feb 2022 20:13:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fbx-forum/python-sdk-on-windows/m-p/10927066#M411</guid>
      <dc:creator>autodeskWH8HX</dc:creator>
      <dc:date>2022-02-03T20:13:13Z</dc:date>
    </item>
    <item>
      <title>Re: Python SDK on Windows?</title>
      <link>https://forums.autodesk.com/t5/fbx-forum/python-sdk-on-windows/m-p/10972695#M412</link>
      <description>&lt;P&gt;The binary python bindings are built with and for Python 3.7.6. It is possible that 3.10.1 (and certainly 2.8) are not compatible and fail to load the dll. An alternative solution is to get the sip sources and build the Python bindings directly with your desired Python version.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Feb 2022 20:54:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fbx-forum/python-sdk-on-windows/m-p/10972695#M412</guid>
      <dc:creator>regalir</dc:creator>
      <dc:date>2022-02-25T20:54:46Z</dc:date>
    </item>
    <item>
      <title>Re: Python SDK on Windows?</title>
      <link>https://forums.autodesk.com/t5/fbx-forum/python-sdk-on-windows/m-p/10972709#M413</link>
      <description>&lt;P&gt;On MacOS, the python Binding will be installed in: /Applications/Autodesk/FBX Python SDK/2020.x.x (where x are minor and point version numbers). From there, if you don't like the location, you can move the whole folder wherever you like or just copy the lib/Python38_x64 content to the site-packages of your Python interpreter.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Feb 2022 21:01:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fbx-forum/python-sdk-on-windows/m-p/10972709#M413</guid>
      <dc:creator>regalir</dc:creator>
      <dc:date>2022-02-25T21:01:34Z</dc:date>
    </item>
    <item>
      <title>Re: Python SDK on Windows?</title>
      <link>https://forums.autodesk.com/t5/fbx-forum/python-sdk-on-windows/m-p/11206141#M414</link>
      <description>&lt;P&gt;I'd like to give this topic a nudge.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've gotten a little farther than the OP.&amp;nbsp; I have a clean Windows 10 VM.&amp;nbsp; I have installed&amp;nbsp;&lt;STRONG&gt;Python 3.7.6&lt;/STRONG&gt;&amp;nbsp;and the&amp;nbsp;&lt;STRONG&gt;FBX Python SDK v2020.2&lt;/STRONG&gt;.&amp;nbsp; I copied the two &lt;STRONG&gt;.pyd&lt;/STRONG&gt; files from&amp;nbsp;&lt;STRONG&gt;C:\Program Files\Autodesk\FBX\FBX Python SDK\2020.2\lib\Python37_x64\&lt;/STRONG&gt; to&amp;nbsp;&lt;STRONG&gt;C:\Program Files\Python37\Lib\site-packages\fbx\&lt;/STRONG&gt;&lt;SPAN&gt;.&amp;nbsp; I created an empty&amp;nbsp;&lt;STRONG&gt;__init__.py&lt;/STRONG&gt; file in the&amp;nbsp;&lt;STRONG&gt;site-packages\fbx\&lt;/STRONG&gt; folder.&amp;nbsp; I put a copy of&amp;nbsp;&lt;STRONG&gt;FbxCommon&lt;/STRONG&gt;&lt;STRONG&gt;.py&lt;/STRONG&gt; directly in the&amp;nbsp;&lt;STRONG&gt;site-packages\&lt;/STRONG&gt;&amp;nbsp; folder.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;When I try to run one of the example programs, I get this result:&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="general"&gt;C:...&amp;gt; python "C:\Program Files\Autodesk\FBX\FBX Python SDK\2020.2\samples\ExportScene01\ExportScene01.py"
Traceback (most recent call last):
  File "C:\Program Files\Autodesk\FBX\FBX Python SDK\2020.2\samples\ExportScene01\ExportScene01.py", line 395, in &amp;lt;module&amp;gt;
    (lSdkManager, lScene) = FbxCommon.InitializeSdkObjects()
  File "C:\Program Files\Python37\lib\site-packages\FbxCommon.py", line 7, in InitializeSdkObjects
    lSdkManager = FbxManager.Create()
NameError: name 'FbxManager' is not defined&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I cannot get past the "&lt;STRONG&gt;name 'FbxManager' is not defined&lt;/STRONG&gt;" error.&amp;nbsp; I have tried different versions of the &lt;STRONG&gt;FBX Python SDK&lt;/STRONG&gt;, and different versions of Python.&amp;nbsp; I originally tried on MacOS and switched to Windows when I couldn't get it to run there.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anyone have a foolproof step-by-step procedure to install and run the &lt;STRONG&gt;FBX Python SDK&lt;/STRONG&gt;?&amp;nbsp; Because I'm feeling rather like a fool at this point.&lt;/P&gt;</description>
      <pubDate>Tue, 31 May 2022 21:44:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fbx-forum/python-sdk-on-windows/m-p/11206141#M414</guid>
      <dc:creator>ellery</dc:creator>
      <dc:date>2022-05-31T21:44:36Z</dc:date>
    </item>
    <item>
      <title>Re: Python SDK on Windows?</title>
      <link>https://forums.autodesk.com/t5/fbx-forum/python-sdk-on-windows/m-p/11207664#M415</link>
      <description>A quick update: I tried this on Linux (Ubuntu 20.04.4) and got the same result. I feel like there is just one key step I'm missing...</description>
      <pubDate>Wed, 01 Jun 2022 13:14:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fbx-forum/python-sdk-on-windows/m-p/11207664#M415</guid>
      <dc:creator>ellery</dc:creator>
      <dc:date>2022-06-01T13:14:42Z</dc:date>
    </item>
    <item>
      <title>Re: Python SDK on Windows?</title>
      <link>https://forums.autodesk.com/t5/fbx-forum/python-sdk-on-windows/m-p/11246504#M416</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;have you tried to just copy the three files (fbx.pyd, fbxsip.pid and FbxCommon.py) directly in ....\Lib\site-packages ?&lt;/P&gt;
&lt;P&gt;This is actually how the samples have been configured to run if you want to copy the FBX python stuff into the site-packages. Alternatively, you can just add the ...\2020.2\lib\Python37_x64 folder to the path variable directly in the sample/your scripts code:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE class="language-markup"&gt;&lt;CODE&gt;"""
   Copyright (C) 2017 Autodesk, Inc.
   All rights reserved.

   Use of this software is subject to the terms of the Autodesk license agreement
   provided at the time of installation or download, or which otherwise accompanies
   this software in either electronic or hard copy form.
 
"""

import sys
sys.path.append("C:/temp/pysdk/2020.2/lib/Python37_x64")

SAMPLE_FILENAME  = "ExportScene01.fbx"&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 20 Jun 2022 15:05:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fbx-forum/python-sdk-on-windows/m-p/11246504#M416</guid>
      <dc:creator>regalir</dc:creator>
      <dc:date>2022-06-20T15:05:39Z</dc:date>
    </item>
    <item>
      <title>Re: Python SDK on Windows?</title>
      <link>https://forums.autodesk.com/t5/fbx-forum/python-sdk-on-windows/m-p/11246824#M417</link>
      <description>&lt;P&gt;Yes, indeed it does work to copy the 3 files (&lt;STRONG&gt;fbx.pyd&lt;/STRONG&gt;, &lt;STRONG&gt;FbxCommon.py&lt;/STRONG&gt;, &lt;STRONG&gt;fbxsip.pyd&lt;/STRONG&gt;) directly to the &lt;STRONG&gt;Python Lib/site-packages&lt;/STRONG&gt; directory.&amp;nbsp; I thought I had tested this permutation.&amp;nbsp; But maybe I had first tried putting the files into L&lt;STRONG&gt;ib/site-packages/fbx&lt;/STRONG&gt;, and when that failed I copied the 3 files from &lt;STRONG&gt;Lib/site-packages/fbx&lt;/STRONG&gt; up one level, but did not remove the original copy.&amp;nbsp; Apparently, the presence of the &lt;STRONG&gt;Lib/site-packages/fbx&lt;/STRONG&gt; files prevents it from working.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just to be clear:&lt;/P&gt;&lt;P&gt;FAIL:&lt;/P&gt;&lt;LI-CODE lang="general"&gt;c:\my\python\dir\Lib
└───site-packages
    :
    ├───fbx
    │   ├───fbx.pyd
    │   ├───FbxCommon.py
    │   └───fbxsip.pyd
    :
    ├───fbx.pyd
    ├───FbxCommon.py
    └───fbxsip.pyd&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SUCCESS:&lt;/P&gt;&lt;LI-CODE lang="general"&gt;c:\my\python\dir\Lib
└───site-packages
    :
    ├───fbx.pyd
    ├───FbxCommon.py
    └───fbxsip.pyd&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't recall what led me to put the files into an &lt;STRONG&gt;fbx&lt;/STRONG&gt; subdirectory.&amp;nbsp; It may have been something in the docs or it may have been an instinct on my part to organize it like other Python packages.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks, &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/1650435"&gt;@regalir&lt;/a&gt;!&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jun 2022 17:33:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fbx-forum/python-sdk-on-windows/m-p/11246824#M417</guid>
      <dc:creator>ellery</dc:creator>
      <dc:date>2022-06-20T17:33:51Z</dc:date>
    </item>
    <item>
      <title>Re: Python SDK on Windows?</title>
      <link>https://forums.autodesk.com/t5/fbx-forum/python-sdk-on-windows/m-p/11246928#M418</link>
      <description>&lt;P&gt;It is possible that what confused python is the folder named &lt;STRONG&gt;fbx&lt;/STRONG&gt; and the fbx.pyd file. If I remember correctly, fbx.pyd cannot be renamed. Maybe, changing the folder name to something else and using an __init__.py file could work too?&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jun 2022 18:39:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fbx-forum/python-sdk-on-windows/m-p/11246928#M418</guid>
      <dc:creator>regalir</dc:creator>
      <dc:date>2022-06-20T18:39:29Z</dc:date>
    </item>
    <item>
      <title>Re: Python SDK on Windows?</title>
      <link>https://forums.autodesk.com/t5/fbx-forum/python-sdk-on-windows/m-p/11246979#M419</link>
      <description>This is a completely insane way to distribute a Python package!&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 20 Jun 2022 19:15:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fbx-forum/python-sdk-on-windows/m-p/11246979#M419</guid>
      <dc:creator>autodeskWH8HX</dc:creator>
      <dc:date>2022-06-20T19:15:39Z</dc:date>
    </item>
    <item>
      <title>Re: Python SDK on Windows?</title>
      <link>https://forums.autodesk.com/t5/fbx-forum/python-sdk-on-windows/m-p/11247035#M420</link>
      <description>&lt;P&gt;To be fair, since the beginning when we started making the Python bindings, we never pretended to ship a Python Package. In fact, you cannot even use pip to find/update the FBX Python bindings.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The code is originally stored in the {FBXPYTHON}/lib/Python37_x64 (or _x86) and copying the files to the {PYTHON}/Libs/site-packages is suggested because site-packages is one of the locations Python search for the modules by default. But, as you certainly know, modules can be put anywhere that best suits your configuration as long as you properly tell Python where to find them. This is the approach we took!&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jun 2022 19:52:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fbx-forum/python-sdk-on-windows/m-p/11247035#M420</guid>
      <dc:creator>regalir</dc:creator>
      <dc:date>2022-06-20T19:52:06Z</dc:date>
    </item>
    <item>
      <title>Re: Python SDK on Windows?</title>
      <link>https://forums.autodesk.com/t5/fbx-forum/python-sdk-on-windows/m-p/11249618#M421</link>
      <description>It would be better if you did not publish it, you have wasted countless&lt;BR /&gt;hours of Python developer's time. I'd personally already lost a week&lt;BR /&gt;before I opened this thread, and I'm still not even convinced it works on&lt;BR /&gt;anyone's machine at all, let alone that I can get it working on anything I&lt;BR /&gt;own.&lt;BR /&gt;&lt;BR /&gt;Do you understand? This would be a great tool for some FBX processing that&lt;BR /&gt;I needed to do, but not only did it not work, I completely wasted all the&lt;BR /&gt;time I invested in it because I had to give up!&lt;BR /&gt;&lt;BR /&gt;I think that if you reached out to your local Python group, they would tell&lt;BR /&gt;you this is silly, you should either take the afternoon to package it&lt;BR /&gt;properly or take it down so that nobody tries to use it.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 21 Jun 2022 19:57:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fbx-forum/python-sdk-on-windows/m-p/11249618#M421</guid>
      <dc:creator>autodeskWH8HX</dc:creator>
      <dc:date>2022-06-21T19:57:39Z</dc:date>
    </item>
    <item>
      <title>Re: Python SDK on Windows?</title>
      <link>https://forums.autodesk.com/t5/fbx-forum/python-sdk-on-windows/m-p/11249653#M422</link>
      <description>&lt;P&gt;I would have to agree with @&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;autodeskWH8HX.&lt;/SPAN&gt;&amp;nbsp; I also invested a significant amount of time trying to get it to work, then more time checking before posting, so as not to waste others' time.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;As FBX is a foundational technology and is not an open standard, Autodesk needs to support developers if they want to see its continued use.&amp;nbsp; A &lt;STRONG&gt;pip-installable package&lt;/STRONG&gt; would be a great start!&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jun 2022 20:18:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fbx-forum/python-sdk-on-windows/m-p/11249653#M422</guid>
      <dc:creator>ellery</dc:creator>
      <dc:date>2022-06-21T20:18:47Z</dc:date>
    </item>
    <item>
      <title>Re: Python SDK on Windows?</title>
      <link>https://forums.autodesk.com/t5/fbx-forum/python-sdk-on-windows/m-p/11785841#M423</link>
      <description>&lt;P&gt;I am going on two weeks trying to get all this to work. Everytime I go to auto desk it is like different files are there. I currently have tried numerous different Python versions. I have vs 2019, so was attempting to use those sdk and python sdk files. As of now, if this is a workable item, someone show us. I install the Main SDK, no environment variables are made, I install the Python sdk for the fbx, and again, no environment variables, the bindings file requires Sip. There, that is 1.5 of my 2 weeks right there. Keep being told to go to some river site and download it. Yet every attempt to get it working fails, download the latest 6.7.7, that don't work. When I do a pip install sip, it installs 6.7.7, and no source *.sip files anywhere. No sip.exe. The one I get from the river site is a version 4.5 I think, the last working version 4, now no longer supported. That gives me a folder that actually has a configure.py file, the 6.7.7. Nope, bunch of files and no way to build it. As of now after two weeks, If I delete and uninstall everything and start over, I keep getting shot down at the sip stuff. Cannot complete the bindings without it. I have tried sever version 3.* versions of python, no 2s. SIck of this and truly believe Autodesk doesn't want anyone to get this work.&lt;/P&gt;&lt;P&gt;RS&lt;/P&gt;</description>
      <pubDate>Mon, 27 Feb 2023 21:54:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fbx-forum/python-sdk-on-windows/m-p/11785841#M423</guid>
      <dc:creator>robear99</dc:creator>
      <dc:date>2023-02-27T21:54:57Z</dc:date>
    </item>
    <item>
      <title>Re: Python SDK on Windows?</title>
      <link>https://forums.autodesk.com/t5/fbx-forum/python-sdk-on-windows/m-p/11786332#M424</link>
      <description>&lt;P&gt;Here's what worked for me, and I tried it in a fresh copy of Windows 10 to be sure there weren't other factors at play.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Install &lt;STRONG&gt;Python 3.7&lt;/STRONG&gt;&lt;UL&gt;&lt;LI&gt;I installed &lt;STRONG&gt;Python 3.7.9&lt;/STRONG&gt;, because that's the last release of 3.7 that comes with an installer (&lt;DIV&gt;&lt;A href="https://www.python.org/ftp/python/3.7.9/python-3.7.9-amd64.exe" target="_blank" rel="noopener"&gt;https://www.python.org/ftp/python/3.7.9/python-3.7.9-amd64.exe&lt;/A&gt;)&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;I installed it "for all users", in the default location:&amp;nbsp; &lt;STRONG&gt;C:\Program Files\Python37&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Install the &lt;STRONG&gt;FBX Python SDK 2020.3.2&lt;/STRONG&gt; (&lt;DIV&gt;&lt;A href="https://www.autodesk.com/content/dam/autodesk/www/adn/fbx/2020-3-2/fbx202032_fbxpythonsdk_win.exe" target="_blank" rel="noopener"&gt;https://www.autodesk.com/content/dam/autodesk/www/adn/fbx/2020-3-2/fbx202032_fbxpythonsdk_win.exe&lt;/A&gt;)&lt;/DIV&gt;&lt;UL&gt;&lt;LI&gt;I installed it in the default location:&amp;nbsp; &lt;STRONG&gt;C:\Program Files\Autodesk\FBX\FBX Python SDK&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Copy the 3 files from the FBX Python SDK &lt;STRONG&gt;lib&lt;/STRONG&gt; dir&lt;UL&gt;&lt;LI&gt;From dir: &lt;STRONG&gt;C:\Program Files\Autodesk\FBX\FBX Python SDK\2020.3.2\lib\Python37_x64&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;To dir: &lt;STRONG&gt;C:\Program Files\Python37\Lib\site-packages&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;The 3 files:&amp;nbsp; &lt;STRONG&gt;fbx.pyd&lt;/STRONG&gt;, &lt;STRONG&gt;FbxCommon.py&lt;/STRONG&gt;, &lt;STRONG&gt;fbxsip.pyd&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Install the &lt;STRONG&gt;Visual C++ Redistributable for Visual Studio 2015&lt;/STRONG&gt; (&lt;DIV&gt;&lt;A href="https://www.microsoft.com/en-us/download/details.aspx?id=48145" target="_blank" rel="noopener"&gt;https://www.microsoft.com/en-us/download/details.aspx?id=48145&lt;/A&gt;)&lt;/DIV&gt;&lt;UL&gt;&lt;LI&gt;Without this, I was getting the error:&amp;nbsp; "&lt;EM&gt;ImportError: DLL load failed: The specified module could not be found.&lt;/EM&gt;"&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;And, yes, I spent way too much time figuring this out.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2023 03:08:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fbx-forum/python-sdk-on-windows/m-p/11786332#M424</guid>
      <dc:creator>ellery</dc:creator>
      <dc:date>2023-02-28T03:08:29Z</dc:date>
    </item>
    <item>
      <title>Re: Python SDK on Windows?</title>
      <link>https://forums.autodesk.com/t5/fbx-forum/python-sdk-on-windows/m-p/12079067#M426</link>
      <description>&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That works for me. I've had terrible problems on my computer, your steps work for me thank you&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jul 2023 15:20:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fbx-forum/python-sdk-on-windows/m-p/12079067#M426</guid>
      <dc:creator>andrestronic12</dc:creator>
      <dc:date>2023-07-04T15:20:13Z</dc:date>
    </item>
    <item>
      <title>Re: Python SDK on Windows?</title>
      <link>https://forums.autodesk.com/t5/fbx-forum/python-sdk-on-windows/m-p/12903915#M427</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My goal has been to build using "python install -r requirements.txt". My particular use-case is deploying a web app, on Vercel. Good news, this is actually the easiest way! Vercel uses Python 3.12 and spins up a Linux server. So, in my requirements.txt file, I have:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;fbxsdkpy&lt;/SPAN&gt;&lt;SPAN&gt; @ &lt;/SPAN&gt;&lt;SPAN&gt;&lt;A href="https://gitlab.inria.fr/api/v4/projects/18692/packages/pypi/files/b69fbe69fe954e29462a4f79689193abdf81778dfc81b10f8503bd874f8dd28c/fbxsdkpy-2020.1.post2-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl#sha256=b69fbe69fe954e29462a4f79689193abdf81778dfc81b10f8503bd874f8dd28c" target="_blank" rel="noopener"&gt;https://gitlab.inria.fr/api/v4/projects/18692/packages/pypi/files/b69fbe69fe954e29462a4f79689193abdf81778dfc81b10f8503bd874f8dd28c/fbxsdkpy-2020.1.post2-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl#sha256=b69fbe69fe954e29462a4f79689193abdf81778dfc81b10f8503bd874f8dd28c&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN&gt; ; python_version&lt;/SPAN&gt;&lt;SPAN&gt;==&lt;/SPAN&gt;&lt;SPAN&gt;'3.12'&lt;/SPAN&gt;&lt;SPAN&gt; and (sys_platform==&lt;/SPAN&gt;&lt;SPAN&gt;'linux'&lt;/SPAN&gt;&lt;SPAN&gt; or sys_platform==&lt;/SPAN&gt;&lt;SPAN&gt;'linux2'&lt;/SPAN&gt;&lt;SPAN&gt; or sys_platform==&lt;/SPAN&gt;&lt;SPAN&gt;'linux3'&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can learn more here: &lt;A href="https://github.com/git-kinetix/fbxsdk_python" target="_blank" rel="noopener"&gt;https://github.com/git-kinetix/fbxsdk_python&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The package name "fbxsdkpy" differs, but the "import fbx" Python command will function the same in your code.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;At the connected Gitlab pypi directory, there are several wheel files, for various Python versions, for Linux and for Windows amd64. I have tested all of the wheels and the tar.gz versions as well and unfortunately, I have only succeeded using the 3.12 Linux wheel.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Therefore, if you want to be able to install the packages from scratch on each deployment using a requirements.txt file, for deploying to the web as well as running locally inside of a virtual environment, I recommend running on Linux with Python 3.12. I have accomplished this as a Windows user by running WSL2 (Windows Subsystem for Linux).&lt;BR /&gt;&lt;BR /&gt;It is not required that all of my packages be build from the requirements.txt file for my local machine. So, I have also used the Windows installation method clarified by &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/368928"&gt;@ellery&lt;/a&gt; in order to be able to use the FBX SDK for Python when launching my Django server in localhost from the Windows side. It is annoying that it cannot build from a pip package on the fly. It is also annoying that the WSL side requires Python 3.12, while the Windows side requires Python 3.10. Managing this is fine using pyenv.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jul 2024 22:52:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fbx-forum/python-sdk-on-windows/m-p/12903915#M427</guid>
      <dc:creator>claytonsrobot</dc:creator>
      <dc:date>2024-07-17T22:52:25Z</dc:date>
    </item>
  </channel>
</rss>

