fbs-tutorial icon indicating copy to clipboard operation
fbs-tutorial copied to clipboard

Looks like work fine with python3.7

Open codeskyblue opened this issue 5 years ago • 2 comments

tested in Mac, it looks fine.

codeskyblue avatar Sep 25 '20 03:09 codeskyblue

Me too Use Python 3.7.7(compile from source by pyenv tool)

PYTHON_CONFIGURE_OPTS="--enable-shared" CFLAGS="-I$(brew --prefix openssl)/include" LDFLAGS="-L$(brew --prefix openssl)/lib" pyenv install 3.7.7

works fine with fbs.

ferstar avatar Jan 21 '21 23:01 ferstar

how to use it for later PyQt5 versions? like PyQt5==5.15.4

ChetanAmrao avatar May 06 '21 12:05 ChetanAmrao