DarklightGames / io_scene_psk_psa

A Blender extension for importing and exporting Unreal PSK and PSA files
GNU General Public License v3.0
378 stars 24 forks source link

missing python dll 3.11?? #84

Closed resinate closed 6 months ago

resinate commented 6 months ago

installed version 6.2.0 says errors with python

image

resinate commented 6 months ago

also to note theres no mention of requiring python to be installed, might wanna add details on it

resinate commented 6 months ago

i saw the linux command to fix this, but i dont know how to fix this on windows 10 64 bit

cmbasnett commented 6 months ago

Python is included as a part of Blender, there is no need to do a separate install. This error seems to indicate that your Python is trying to link against Python 3.11 which is not right since Blender 4.0 uses 3.10. Were you messing with your Blender's Python install?

resinate commented 6 months ago

i just installed blender 4.0 from main site thats it

i did have python installed before hand working on h1emu h1z1 server stuff

i installed blender 4.0.2

EDIT: just fully uninstalled blender and reinstalled its a v4.0.2 thing, what version of blender is this plugin for?

cmbasnett commented 6 months ago

See the compatibility table here. I also have 4.0.2 installed as well and the add-on works just fine. I suspect something is going haywire with your Blender or system configuration that causes it to try to use Python 3.11.

Open the Python Console in 4.0.2 and make sure it reads out with the following:

PYTHON INTERACTIVE CONSOLE 3.10.13 (main, Sep 20 2023, 07:33:17) [MSC v.1928 64 bit (AMD64)]

Builtin Modules:       bpy, bpy.data, bpy.ops, bpy.props, bpy.types, bpy.context, bpy.utils, bgl, gpu, blf, mathutils
Convenience Imports:   from mathutils import *; from math import *
Convenience Variables: C = bpy.context, D = bpy.data
resinate commented 6 months ago

the issue is, cuz i have SVP installed which i use to watch all my movies on, i wont uninstall it

cmbasnett commented 6 months ago

Going to close this as this is not an issue with the add-on.