Join our discord community

Please or Register to create posts and topics.

Fusion 9.0.13 Prism menu tab does nothing at all

PreviousPage 3 of 3

Sorry my fault, I forgot the first word: from PySide.QtCore import *

Thank you so much, Richard. Unfortunately I got:

Py2> from PySide.QtCore import *

Traceback (most recent call last):

File "<nofile>", line 1, in <module>

ImportError: DLL load failed: %1 ist keine zul�ssige Win32-Anwendung.


Then it's a problem with the python installation and not with Prism, but just to be sure you can remove the Prism integration by using the Prism Settings window and see if that changes anything.

It sounds like either Python, PySide or maybe Fusion is a 32bit version. But it's hard to tell from the distance what exactly the problem is.

I removed Fusion from the Prism-Settings and the error message is gone. I added it back and the error is back also.

I have a Python launcher and a Python 2.7.18(64-bit) installed. I'm on Win10(64bit) and I strongly doubt that my Fusion 9 is 32bit( Is there 32bit version at all?).

How can I check which version is PySide?

I returned to the project and Prism works great, but for the Fusion part I'll still need help.

C:\Users\mr>python
Python 2.7.18 (v2.7.18:8d21aa21f2, Apr 20 2020, 13:25:05) [MSC v.1500 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.

How can I check which version is PySide?

 

You can check the PySide version number like this:

import PySide
PySide.__version__

But if you just want to know if your PySide works with 64bit then you can just check if import PySide works fine in a 64bit python.

Thank you: Pyside version is 1.2.4

When I type 'import PySide' I got to a new line. No error this means PySide is 64bit?

I browsed the thread and I think this errors from the console are new:

Traceback (most recent call last):

File "C:\Users\mr\AppData\Roaming\Blackmagic Design\Fusion\Scripts\Prism\3 Project Browser.py", line 52, in <module>

import imageio # nopep8

File "C:/Prism\PythonLibs/CrossPlatform\imageio\__init__.py", line 22, in <module>

from .core import FormatManager, RETURN_BYTES

File "C:/Prism\PythonLibs/CrossPlatform\imageio\core\__init__.py", line 10, in <module>

from .util import Image, Array, Dict, asarray, image_as_uint, urlopen

File "C:/Prism\PythonLibs/CrossPlatform\imageio\core\util.py", line 24, in <module>

import numpy as np

File "C:/Prism\PythonLibs\Python27\numpy\__init__.py", line 142, in <module>

from . import add_newdocs

File "C:/Prism\PythonLibs\Python27\numpy\add_newdocs.py", line 13, in <module>

from numpy.lib import add_newdoc

File "C:/Prism\PythonLibs\Python27\numpy\lib\__init__.py", line 8, in <module>

from .type_check import *

File "C:/Prism\PythonLibs\Python27\numpy\lib\type_check.py", line 11, in <module>

import numpy.core.numeric as _nx

File "C:/Prism\PythonLibs\Python27\numpy\core\__init__.py", line 74, in <module>

from numpy.testing import _numpy_tester

ImportError: No module named testing

This is from Fusion17; same in Fusion9. Does this shed new light on the matter?

Thank you.

Martin

 

 

PreviousPage 3 of 3