If you are going to use Python 3 then you probably want to use PySide2/Qt5
https://stackoverflow.com/q/47362751/496445

In your sublime python setting or your per-project settings, you have to
make sure your pythonpath is set correctly. If you are installing packages
to your system python location, then you will probably already be picking
them up correctly simply by pointing at that python executable in your
Sublime settings.

Justin

On Sat, Sep 8, 2018, 4:44 PM kiteh <kiteh.0...@gmail.com> wrote:

> Hello,
>
> I am currently using Sublime Text 3. Managed to get the 'python' module
> working by installing in the latest 3.7.0 but I have issues getting PySide
> module to work.
>
> I chanced upon 'Pyside' under the Package Control, installed it with no
> issues.
> However as soon as I tried to import in as a module 'from PySide import
> QtGui' I keep getting the error that no PySide found.
>
> Am I missing something here?
>
> Am trying to create PyQt Gui creation to do some testings/ learning..
> Using windows 10, python 3.7..
>
> --
> 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/d800b6a9-5373-49f6-8236-4281c8e55ba3%40googlegroups.com
> <https://groups.google.com/d/msgid/python_inside_maya/d800b6a9-5373-49f6-8236-4281c8e55ba3%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/CAPGFgA05kJAvE49KN6s60PWRL01bL11CjVt-xOwFYGsN3r%3DnYg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to