-
Notifications
You must be signed in to change notification settings - Fork 254
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"ImportError: No module named util" #210
Comments
Thanks for the report, I will check this issue soon. |
Hey @RCBurrito thanks for the report sadly I don't know how fix that issue in Unreal Engine 4.25 Unreal Engine use Python 2.7.x and my addon use
The import script of my addon load and run I read it possible to have the same result using
Here are my tests if anyone has any ideas. asset_import_script.py
run_unreal_import_script.py
|
I've been having this issue and I'm unsure on how to resolve it. I'm not the most experienced with python, so I'm sure this issue is pretty simple.
I'm trying to import a camera from blender to UE4.
I get this error when copying and pasting the import script from blender to UE4:
LogPython: Error: Traceback (most recent call last):
LogPython: Error: File "C:/Users/xxx/Downloads/ExportedFbx/ImportSequencerScript.py", line 8, in
LogPython: Error: import importlib.util
LogPython: Error: ImportError: No module named util
Not sure what information is needed but:
python version 3.13.1
UE4 version 4.25.4
Blender version 3.1.0
Blender Plugin version: "unrealengine_assets_exporter_4.3.10-blender_4.2"
The text was updated successfully, but these errors were encountered: