On Wed, Apr 3, 2019, 11:15 PM illunara <cb.illun...@gmail.com> wrote:

> Hi everybody
> I follow this guide to convert a Qt's widget wrote in C++ into python
> https://github.com/eyllanesc/Qt5toPyQt5
>
> But i got error, told me that sipconfig is missing while running
> configure.py
> *import os, sipconfig, sys*
>
> What is this sipconfig and how can i get it?
>

sip is the C++ to Python binding generator used by PyQt. It is the
equivalent of shiboken for PySide

https://pypi.org/project/PyQt5-sip/

Thanks
>
> --
> 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 python_inside_maya+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/python_inside_maya/4f6dc024-8b05-48ab-bc78-928fa2800c71%40googlegroups.com
> <https://groups.google.com/d/msgid/python_inside_maya/4f6dc024-8b05-48ab-bc78-928fa2800c71%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 python_inside_maya+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/python_inside_maya/CAPGFgA03%3DGWR2FyQODgLDaUgNoKYFFcH9hPUPkdO6UU5sUoJUw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to