Hello, 

I wanted to find some information about QWebView and so I found this topic.
I simply want to have google page inside my maya 2012 x64.

I installed this version of PySide 
http://technically3d.blogspot.fr/2012/05/pyside-x64-471-for-maya-2012.html

And this version of PyQt http://nathanhorne.com/?p=451

However when I tried your code I already have a error on this line "from 
PySide.QtWebKit import QWebView"

Python answer me with this error

# Error: Error in  maya.utils._guiExceptHook:
#   File "C:\Program 
Files\Autodesk\Maya2012\Python\lib\site-packages\maya\utils.py", line 282, in 
formatGuiException
#     exceptionMsg = unicode(exceptionObject.args[0])
# UnicodeDecodeError: 'ascii' codec can't decode byte 0xe9 in position 24: 
ordinal not in range(128)
# 
# Original exception was:
# Traceback (most recent call last):
#   File "<maya console>", line 3, in <module>
# ImportError: DLL load failed: La procédure spécifiée est introuvable. #

I also tried "from PyQt4.QtWebKit import*"
And I have this answer 

# Error: Error in  maya.utils._guiExceptHook:
#   File "C:\Program 
Files\Autodesk\Maya2012\Python\lib\site-packages\maya\utils.py", line 282, in 
formatGuiException
#     exceptionMsg = unicode(exceptionObject.args[0])
# UnicodeDecodeError: 'ascii' codec can't decode byte 0xe9 in position 24: 
ordinal not in range(128)
# 
# Original exception was:
# Traceback (most recent call last):
#   File "<maya console>", line 2, in <module>
# ImportError: DLL load failed: La procédure spécifiée est introuvable. # 

What does that mean ? 

-- 
You received this message because you are subscribed to the Google Groups 
"Python Programming for Autodesk Maya" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/python_inside_maya/788a0892-bf45-4bf3-938a-4cb766a6f867%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to