This problem seems to come and go, and it also varies across my different projects, despite the EXACT same import statement is used.
[Almost] ALL of
techpixel Hi @PySimpleGUI
Repl.it gets their packages from another website called Python Package Index. I believe you are getting this issue because there maybe was something wrong while repl.it was trying to fetch the package, so it may have shown that error.
It does happen to me sometimes, and I can get really frustrated.
Have you tried moving your code to another repl or forking your repl to solve your issue?
I'm sure repl.it is sorry for your inconvenience, and they are doing their best to fix the4 years ago
PaoloAmoroso I can unfortunately only confirm it happens occasionally and suggest that you file a bug report.
By the way, if you use PySimpleGUI's web version I assume you import PySimpleGUIWeb as sg, right?4 years ago
I'm using both the plain Python version and the tkinter Python version of repl.it (and LOVING IT)
I've been experimenting with a package named pymunk
Here is my "Cookbook"
https://pysimplegui.readthedocs.io/cookbook/
I'm ELATED to have found both repl.it and Remi. Remi enabled me to run PySimpleGU
amasad Hey Mike, we're so glad and grateful you've found repl.it to be a good target for your fantastic framework.
I'd like to understand more what's been going on. Care to expand with error messages and maybe screenshots?
To be transparent we've been having some stability issues in the past couple of weeks because of big cutover to a new remote development protocol. The new protocol makes things more stable and performant once it's fone however having a clean cutover has proven challenging. We're ab4 years ago
PaoloAmoroso What are the symptoms? Do you mean the Hmmmm.... We Couldn't Reach Your Repl and design-pattern-2b-persistent-window-with-updates.pysimplegui.repl.co sent an invalid response. errors in the Cookbook? I suggest filing a bug report as issues are minotored by the Repl.it team.
By the way, thanks for the wonderful PySimpleGUI.4 years ago
My program keeps crashing because it's running the wrong version of the PySimpleGUIWeb package. Instead of loading and running 0.6.0 it's running the
PaoloAmoroso @PySimpleGUI on Chrome OS there's an alternate keybinding to F1 for opening the REPL editor's command palette, i.e. Shift+Ctrl+P.4 years ago
PySimpleGUI F1 didn't bring up anything for me but Chrome's help.
I just figured out how to run pip by calling os.system()
I was able to call this using the Python shell prompt in my repl.it window:
os.system('pip uninstall PySimpleGUIWeb')
Thanks to everyone that replied so QUICKLY!4 years ago
abc3354 Hi !
First, you can try to reload the page.
If it doesn't work you can do F1>Open shell and play with pip directly
I am sorry I do not really know how to use pip4 years ago