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

PySimpleGUI has changed business model #4

Open
Gikkman opened this issue Apr 24, 2024 · 8 comments · May be fixed by #6
Open

PySimpleGUI has changed business model #4

Gikkman opened this issue Apr 24, 2024 · 8 comments · May be fixed by #6

Comments

@Gikkman
Copy link

Gikkman commented Apr 24, 2024

I made a clean install recently, and the latest version of PySimpleGUI gives you 30 days of trial, and then you have to register an account to use it. So I suggest pinning the version in the requirements.txt to 4.59.0 ('cause they janked the more recent releases).

https://pypi.org/project/PySimpleGUI/ and https://pypi.org/project/PySimpleGUI/#history

@urza-lab
Copy link

As a non-commercial user, you can have a free license for one year with free renewal thereafter.

@Gikkman
Copy link
Author

Gikkman commented Jun 4, 2024

I know there's several people with very limited programming experience that use this project, and they won't necessarily know what to do, or if it is normal/expected. Its not directly a normal procedure when using small opensource projects like this. I am not saying you're wrong, you can get a free license. But I think it makes it challenging for inexperienced users.

@Malacath-92
Copy link

I've spent some of my freetime to rewrite all the GUI in Qt. If you wanna try it, it's on my branch here: https://github.com/Malacath-92/print-proxy-prep/tree/QtPort
image

@Malacath-92
Copy link

Malacath-92 commented Aug 30, 2024

Also just a note, I couldn't pin the old version for PySimpleGUI last I tried 'cause they purged their old versions from the pip repo.

@Malacath-92 Malacath-92 linked a pull request Sep 25, 2024 that will close this issue
@dyslxeic
Copy link

dyslxeic commented Oct 7, 2024

I've spent some of my freetime to rewrite all the GUI in Qt. If you wanna try it, it's on my branch here: https://github.com/Malacath-92/print-proxy-prep/tree/QtPort image

I tried using your forked version as for some reason the original version goes not responding whenever it tries to render, however for yours it did successfully crop the images, and create the image.cache however after this it failed and never created a print.json file.

here's the error details from cmd:
Error: Failed loading project... Resetting... Traceback (most recent call last): File "C:\Users\XXX\MTG Proxies\print-proxy-prep-QtPort\main.py", line 38, in <module> window = gui_qt.window_setup(app, print_dict, img_dict) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\XXX\MTG Proxies\print-proxy-prep-QtPort\gui_qt.py", line 1589, in window_setup application.set_window(window) File "C:\Users\XXX\MTG Proxies\print-proxy-prep-QtPort\gui_qt.py", line 61, in set_window window.restoreGeometry(self._window_geometry) ^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'PrintProxyPrepApplication' object has no attribute '_window_geometry'

@Malacath-92

@Malacath-92
Copy link

@dyslxeic I believe I have pushed a fix for this just now, however I can't test right now so if you wanna wait until I confirm I will get back to you tomorrow

@Malacath-92
Copy link

@dyslxeic this should definitely be fixed now

@dyslxeic
Copy link

dyslxeic commented Oct 13, 2024 via email

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

Successfully merging a pull request may close this issue.

4 participants