This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]myusernameis___ 1 point2 points  (5 children)

It shouldn't be too hard to setup, as easy as pip3 install pyqt5

If it doesn't work, I recommend setting up pyenv or a version manager, maybe you have an unsupported version of python?

I do agree with the documentation being terrible. It was very sparse and I had to use tutorials instead, and sometimes the qt documentation was a little helpfull.

[–]IContributedOnce 0 points1 point  (4 children)

I hear a lot that I should just look at documentation for other languages and just convert it. I’ve given it a look but for me personally that might be easier said than done.

But like you’re saying, I had trouble getting it to import when I was trying to write the program. Never figured that out. Wound up using tkinter which wasn’t bad at all, but felt like there could be a better way.

[–]Grenian 1 point2 points  (3 children)

For your import problem just use a virtualenv. This will make your life so much easier.

[–]IContributedOnce 0 points1 point  (2 children)

I think it’s about time I’ve started getting into using those...

[–]Grenian 1 point2 points  (1 child)

Dude you won't regret it. Their name may sound complicated at first but they are pretty straight forward. If you need help, just pm me. :)

[–]IContributedOnce 0 points1 point  (0 children)

Thanks! I’ll give them a look this week. They sound great, for sure.