-
-
Notifications
You must be signed in to change notification settings - Fork 216
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
How to run pygubu application? #45
Comments
Hi dossan, Regards. |
It still does not work. I installed it successfully through Regards, |
Hello Luiz thanks for trying pygubu. Installing pygubu with pip as a normal user, the pygubu-designer script is located at
So you can add that path to your environment variables. Or open a console, and run pygubu-designer using this command:
Let me know if this helps you. |
Hey Alejandro, thank you very much for your attention! It worked. |
same thing happened to me, i already installed pygubu yet i cant find the designer |
Hello @Robotgeek1251, thanks for trying pygubu.
The designer is now in a separate package, please install the designer with:
and try again. Regards |
Hi, I installed pygubu-designer via "pip install pygubu-designer" but can't locate the designer on my computer :( |
In the
README.md
file of this repository, there's no specification on how to run thepygubu
application/GUI designer. There's just an example of an application created, I suppose, withpygubu
, and I was able to run it.On my mac OS X, I cannot simply type
pygubu
on the terminal and the GUI designer appears (like you did in the youtube video). I had to do a painful workaround.If I install
pygybu
usingpip3
with the following command:In my Python folder
site-packages
, I have mypygubu
folder (and I can therefore importpygubu
from theIDLE
), but that folder is simply this: https://github.com/alejandroautalan/pygubu/tree/master/pygubuWhich is actually a subfolder of this repository (and not all the repository).
I couldn't run the
pygubu
designer from that folder... there was not script to run it, or something similar.I decided to clone this whole repository, and I finally discover that under
/bin/
there's a script, which allows us to runpygubu
.This was very painful for me, and I hope you provide a complete guide on how to run the
pygubu
designer for various platforms, and not just for Ubuntu, where I suppose you can simply type magicallypygubu
from the terminal.Edit:
I had noticed that I can now run
pygubu
from the terminal by simply typingpygubu-designer
instead of simplypygubu
...The text was updated successfully, but these errors were encountered: