-
Notifications
You must be signed in to change notification settings - Fork 8
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
Comments
As a non-commercial user, you can have a free license for one year with free renewal thereafter. |
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. |
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 |
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. |
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: |
@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 |
@dyslxeic this should definitely be fixed now |
Thanks, working!
…On Sat, Oct 12, 2024, 9:41 AM Malacath-92 ***@***.***> wrote:
@dyslxeic <https://github.com/dyslxeic> this should definitely be fixed
now
—
Reply to this email directly, view it on GitHub
<#4 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALMXHWJSA7F5HT3GIL3O7JDZ3ERJPAVCNFSM6AAAAABGXNY2NSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMBYGU3DSNRRGY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
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
The text was updated successfully, but these errors were encountered: