-
-
Notifications
You must be signed in to change notification settings - Fork 212
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pygubu-designer goes to sleep almost forever on Ubuntu 18.04 #240
Comments
Hi Thomas, thanks for trying pygubu. Please, paste here the three lines of version info. Some things to try:
Let me know. |
Other thing to try:
If there is any output, paste here to see if related to pygubu. Regards |
python: 3.6.9 on linux
pygubu: 0.10.9
pygubu-designer: 0.16
None of the suggestions resolved the problem.
…On Wed, Mar 31, 2021, 9:09 PM Alejandro Autalán ***@***.***> wrote:
Other thing to try:
-
Try running pygubu-designer with this command:
python -m pygubudesigner
# If does not start,
# hit Ctrl+C to stop python
If there is any output, paste here to see if related to pygubu.
Regards
Alejandro A.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#240 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACLDQ2LFK4ZBEFFCG2ZBDTLTGPBWFANCNFSM42F35U6Q>
.
|
Installed pygubu and pygubu-designer on Ubuntu 18.04 LTS on Jetson Nano. Installed as user so executable is in
$HOME/.local.bin
which is inPATH
. Typepygubu-designer
, get three lines of version info. Then nothing happens for at least three minutes, sometimes forever. Ranstrace
and found a semi-infinite list ofpoll
calls returning -1.For the record, running the app on a Raspberry Pi 4 opens the root window almost immediately. >_< o_O
Any theories on what's happening (or not happening) here?
The text was updated successfully, but these errors were encountered: