On Thu, Apr 4, 2019, 7:55 AM <em.lu...@gmail.com> wrote: > Hi Justin > I installed Python 3.4, and use Pip to get PyQt5 and sip(Same package as > you mention above) for convert a C++ Widget into PyQt's. I follow the guide > in the link, but when i tried to run the first line python confingure.py, > it told me the sipconfig's package is missing. > > I'm not sure what is this package is, or how to get it. Or if you have any > guide to convert a QT's widget to Pyqt, it would be awesome >
It's not really a problem with a Qt5 to PyQt tutorial. It's an issue with finding sip in your Python3 PYTHONPATH. I would recommend simplifying your approach and finding out why your installed sip isn't found. Run the python3 interpreter from the command line and try to import sip and sipconfig. Check your PYTHONPATH and make sure it's in the right place. Maybe you accidentally used a python2 pip. Post your install commands here if you want someone to check. > > -- > 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/22be878b-24e6-428a-91ee-ca79ac2c7122%40googlegroups.com > . > 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/CAPGFgA1HffVyvDNU_OaKgMHg6TmRQn8jppFoGw6CskFj6qM8Bw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.