neufx.blogg.se

Building python in visual studio 2017
Building python in visual studio 2017








building python in visual studio 2017

How to best configure the Visual Studio 2017 environment to work with the Python development constraints imposed by 3ds Max 2018? No matching distribution found for PySide2=5.11.2 It looks like they aren't compatible with Python 2.7, when trying to add the package, it shows Install PySide2 (5.11.2) as an option, but selecting it yields the following:Ĭould not find a version that satisfies the requirement PySide2=5.11.2 (from versions: ) This demo runs fine and displays the dialog when running from the 3ds script editor.įrom the Visual Studio side, I can't get the PySide2 packages to install. If you look at a python example provided by 3ds, for me it is in this folder:Ĭ:\Program Files\Autodesk\3ds Max 2018\scripts\PythonĪt the top of the file, it imports QtCore and QtWidgets from PySide2. The more specific or detailed problem I am having has to do with Qt and PySide2. Please note, 3ds Max using Python 2.7.12 for scripting. I'm trying to configure my visual studio (2017) development environment so it will allow me to debug Python scripts that are written for 3ds Max (2018).










Building python in visual studio 2017