Skip to content
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

try to run from source #2

Closed
Aboghazala opened this issue Jul 6, 2019 · 3 comments
Closed

try to run from source #2

Aboghazala opened this issue Jul 6, 2019 · 3 comments

Comments

@Aboghazala
Copy link

hello,
i tried to run from source i have got this error

$ python main.py
Traceback (most recent call last):
  File "main.py", line 1, in <module>
    from .boilerplate_psg import boilerplate_
ModuleNotFoundError: No module named '__main__.boilerplate_psg'; '__main__' is not a package
@Aboghazala
Copy link
Author

Also i installed the version from pip

pip install PySimpleGUIDesigner

it runs ok but doesn't have the options you shows in your youtube video

image

@nngogol
Copy link
Owner

nngogol commented Jul 14, 2019

i tried to run from source i have got this error
I fixed today. Read readme.md for new examples :)


doesn't have the options you shows in your youtube video
That's because video is pretty old, but it doesn't mean, that it's useless - it means, that GUI for pysimpleguiDesigner has changed. It was written in Qt, but I rewrote it in PySimpleGUI, so in the video you see Qt GUI.

@nngogol
Copy link
Owner

nngogol commented Oct 27, 2019

Fixed. Try to download the source code or try running from pip
Update with:

pip install  PySimpleGUIDesigner --no-cache

Run:

PySimpleGUIDesigner

@nngogol nngogol closed this as completed Oct 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants