mherrmann / fbs-tutorial

Tutorial for creating Python/Qt GUIs with fbs
https://build-system.fman.io
GNU General Public License v3.0
1.95k stars 161 forks source link

two minor improvements #22

Closed katakombi closed 5 years ago

katakombi commented 5 years ago

Thanks, otherwise great tut!

mherrmann commented 5 years ago

Hi, I didn't know you had to pip install wheel. What happens when you don't?

And I believe the tutorial says that you need to install fpm (which is what requires ruby etc.):

On Linux, the installer command requires that you have fpm. You can for instance follow these instructions to install it.

katakombi commented 5 years ago

I got a bunch of errors on pip install fbs PyQt5==5.9.2 PyInstaller==3.4 which did not say much to me. After searching I figured wheel was missing, installed it and it worked. Sorry, I don't have the output any more.

Okay, I was being a bit inprecise: You'll get the error before you read you'll need to have it installed :) I got the feeling you could possibly add ruby/ruby-gem/npm locally and wouldn't need to point to the external howto which does a system-wide install.

mherrmann commented 5 years ago

Good points, and I integrated them. Thanks!