QtPyVCP Documents
22 Dec 2020 15:43 - 22 Dec 2020 16:05 #192824
by aleksamc
QtPyVCP Documents was created by aleksamc
I try to move through your documents
get error on page
After the installation in Help > About Plugins I got error for one plugin:
Cannot load library /usr/lib/x86_64-linux-gnu/qt5/plugins/designer/libpyqt5_py3.so: (libpython3.5m.so.1.0: cannot open shared object file: No such file or directory)
get error on page
~/Downloads/qtpyvcp/docs$ sudo make html
sphinx-build -b html -d build/doctrees source build/html
Running Sphinx v1.8.5
[qtpyvcp][INFO] Logging to /root/qtpyvcp.log (logger.py:97)
Extension error:
Could not import extension sphinx_gitstamp (exception: No module named sphinx_gitstamp)
make: *** [Makefile:53: html] Error 2
After the installation in Help > About Plugins I got error for one plugin:
Cannot load library /usr/lib/x86_64-linux-gnu/qt5/plugins/designer/libpyqt5_py3.so: (libpython3.5m.so.1.0: cannot open shared object file: No such file or directory)
Last edit: 22 Dec 2020 16:05 by aleksamc.
Please Log in or Create an account to join the conversation.
22 Dec 2020 15:48 - 22 Dec 2020 15:56 #192827
by KCJ
Replied by KCJ on topic QtPyVCP Documents
You need to install the sphinx-gitstamp extension:
Cheers,
Kurt
EDIT: I have updated the docs to include the install command. Should be up shortly.
Thanks for pointing out that something was missing!
pip install git+https://github.com/KurtJacobson/sphinx-gitstamp@MoreInfo
Cheers,
Kurt
EDIT: I have updated the docs to include the install command. Should be up shortly.
Thanks for pointing out that something was missing!
Last edit: 22 Dec 2020 15:56 by KCJ.
Please Log in or Create an account to join the conversation.
22 Dec 2020 16:13 #192832
by aleksamc
Replied by aleksamc on topic QtPyVCP Documents
I get new error when run "make html"
Also after all installation I receive errorI installed pyqt5 from source as written
on page QtDesigner Plugins
I try to install it on Debian 10)))
~/Downloads/qtpyvcp/docs$ sudo make html
[sudo] password for alex:
sphinx-build -b html -d build/doctrees source build/html
Running Sphinx v1.8.5
[qtpyvcp][INFO] Logging to /root/qtpyvcp.log (logger.py:97)
Extension error:
Could not import extension notfound.extension (exception: No module named notfound.extension)
make: *** [Makefile:53: html] Error 2
Also after all installation I receive error
After the installation in Help > About Plugins I got error for one plugin:
Cannot load library /usr/lib/x86_64-linux-gnu/qt5/plugins/designer/libpyqt5_py3.so: (libpython3.5m.so.1.0: cannot open shared object file: No such file or directory)
I try to install it on Debian 10)))
Please Log in or Create an account to join the conversation.
22 Dec 2020 16:22 #192833
by KCJ
Replied by KCJ on topic QtPyVCP Documents
You do not need to be building the docs as sudo. This might be cause the wrong python interpreter to be used and it can't import the sphinx plugins.
If you check in the `/usr/lib/x86_64-linux-gnu/qt5/plugins/designer/` location is the .so file indeed there?
If not you will need to copy it over manually, or run the install script
If you check in the `/usr/lib/x86_64-linux-gnu/qt5/plugins/designer/` location is the .so file indeed there?
If not you will need to copy it over manually, or run the install script
Please Log in or Create an account to join the conversation.
22 Dec 2020 16:33 #192835
by aleksamc
No, without sudo same problem.
I don't see in that folder this file: libpython3.5m.so.1.0
But libpyqt5_py3.so is present.
Replied by aleksamc on topic QtPyVCP Documents
You do not need to be building the docs as sudo. This might be cause the wrong python interpreter to be used and it can't import the sphinx plugins.
No, without sudo same problem.
I don't see in that folder this file: libpython3.5m.so.1.0
But libpyqt5_py3.so is present.
Please Log in or Create an account to join the conversation.
11 Jan 2021 06:53 - 11 Jan 2021 20:12 #194854
by aleksamc
Replied by aleksamc on topic QtPyVCP Documents
Please add some tutorial for how to use images and how to set image to button.
I have problems with inserting image in my thread
I have problems with inserting image in my thread
Last edit: 11 Jan 2021 20:12 by aleksamc.
Please Log in or Create an account to join the conversation.
Time to create page: 0.084 seconds