error message:

# Result: Traceback (most recent call last):

File "<string>", line 8, in <module>

ImportError: DLL load failed: The specified module could not be found.



Op wo 26 apr. 2017 om 15:24 schreef Remco Consten <rcons...@gmail.com>:

> Hi,
>
> I'm trying to import the QtWebKit inside nuke but I keep getting error
> messages that the DLL could not be loaded.
> This only seems to be the case with the webkit, other PySide imports like:
> QtCore,QTGui etc. seem to be fine.
>
> Script I'm running:
>
> import nuke
>
> import nukescripts
>
> from nukescripts import panels
>
>
> import PySide
>
> from PySide.QtGui import *
>
> from PySide.QtCore import *
>
> from PySide.QtWebKit import *
>
>
> Anyone?
>
> Thanks,
> Remco Consten
>
_______________________________________________
Nuke-python mailing list
Nuke-python@support.thefoundry.co.uk, http://forums.thefoundry.co.uk/
http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python

Reply via email to