We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Python: Traceback (most recent call last): File "C:\Program Files\Blender Foundation\Blender 4.2\4.2\scripts\addons_core\bl_pkg\bl_extension_ops.py", line 1388, in execute cmd_batch = self.exec_command_iter(is_modal) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Program Files\Blender Foundation\Blender 4.2\4.2\scripts\addons_core\bl_pkg\bl_extension_ops.py", line 2452, in exec_command_iter self.exec_legacy(source_filepath) File "C:\Program Files\Blender Foundation\Blender 4.2\4.2\scripts\addons_core\bl_pkg\bl_extension_ops.py", line 2583, in exec_legacy bpy.types.PREFERENCES_OT_addon_install.execute(self, bpy.context) File "C:\Program Files\Blender Foundation\Blender 4.2\4.2\scripts\startup\bl_operators\userpref.py", line 821, in execute bpy.ops.preferences.addon_enable(module=mod.name) File "C:\Program Files\Blender Foundation\Blender 4.2\4.2\scripts\modules\bpy\ops.py", line 109, in call ret = _op_call(self.idname_py(), kw) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ RuntimeError: Error: invalid syntax (init.py, line 23) Modules Installed () from 'C:\Users\Asus\Downloads\fSpy-Blender-1.0.3.zip' into 'C:\Users\Asus\AppData\Roaming\Blender Foundation\Blender\4.2\scripts\addons'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Python: Traceback (most recent call last):
File "C:\Program Files\Blender Foundation\Blender 4.2\4.2\scripts\addons_core\bl_pkg\bl_extension_ops.py", line 1388, in execute
cmd_batch = self.exec_command_iter(is_modal)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Program Files\Blender Foundation\Blender 4.2\4.2\scripts\addons_core\bl_pkg\bl_extension_ops.py", line 2452, in exec_command_iter
self.exec_legacy(source_filepath)
File "C:\Program Files\Blender Foundation\Blender 4.2\4.2\scripts\addons_core\bl_pkg\bl_extension_ops.py", line 2583, in exec_legacy
bpy.types.PREFERENCES_OT_addon_install.execute(self, bpy.context)
File "C:\Program Files\Blender Foundation\Blender 4.2\4.2\scripts\startup\bl_operators\userpref.py", line 821, in execute
bpy.ops.preferences.addon_enable(module=mod.name)
File "C:\Program Files\Blender Foundation\Blender 4.2\4.2\scripts\modules\bpy\ops.py", line 109, in call
ret = _op_call(self.idname_py(), kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
RuntimeError: Error: invalid syntax (init.py, line 23)
Modules Installed () from 'C:\Users\Asus\Downloads\fSpy-Blender-1.0.3.zip' into 'C:\Users\Asus\AppData\Roaming\Blender Foundation\Blender\4.2\scripts\addons'
The text was updated successfully, but these errors were encountered: