From oarend at googlemail.com Sat Apr 22 13:52:44 2017 From: oarend at googlemail.com (Oliver Arend) Date: Sat, 22 Apr 2017 19:52:44 +0200 Subject: [Pygui] PyGUI issues with Windows, Python 3.5, pywin32 220 Message-ID: <9b394f43-a425-1a0f-db10-8273ca6daab9@gmail.com> I hope people are still reading this list. I'm running the following configuration Windows 7 Anaconda Python 3.5 64 bit Pywin32 220 PyGUI-2.5.4 Some of the tests work very well so far (01 through 11), and I really like the OS-native look, but I have two issues. Whenever I run a test or the BlobEdit demo, anything including scrollable views, I get > File "C:\Anaconda3\[...]\lib\site-packages\GUI\GScrollableViews.py" > , line 10, in > from GUI import DrawableContainer, ScrollableBase > ImportError: cannot import name 'ScrollableBase'" Whenever I quit a PyGUI application, I get a Windows error message that Python is no longer working. Which is in itself not a problem, but slightly annoying. Are there any remedies to this behavior? Thanks Oliver