Programming with PyQt (Python 3, Qt 5) on a Mac Book: JGRPGTools 002

preview_player
Показать описание

I've lost my laptop so I'm using a macbook. Yes, you can do PyQt programming on OS X too.

If you like the video, be sure to click "Like" so YouTube can share it with others.

Subscribe to get our latest videos.

Share the video on Facebook, Twitter, or email.

Leave any comments below. We love to talk with our viewers!

My Playlists:

I try to keep the channel kid-friendly.

If you have games you want me to try, give me a comment. If you have ideas for how I can improve my videos, likewise.

Thank you!
Рекомендации по теме
Комментарии
Автор

James... you need to edit out your distracting startup debugging. I suggest also having an outline to present from... people prefer not seeing "experiments" and want to see what the title says.

awardblvr
Автор

ive install pyqt using sudo make and make and followed the install insturctions but everything says that there is no module named PyQt5 ??

Tobi-reqs
Автор

Until I type "make install" everything was going well :/

sip-4.19.3$ python3
Python 3.6.1 (v3.6.1:69c0db5050, Mar 21 2017, 01:21:04)
[GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> make install
File "<stdin>", line 1
make install
^
SyntaxError: invalid syntax

thisnyper
Автор

installing on OSX is much easier than installing on Windows

ChrisBullock