My problem is very simple, but I have no idea why it happens or how to fix it. When I open python 2.7 in my anaconda window, everything looks ok. Then I type the line 'import pyqtgraph', and the python window just automatically closes itself. The text below is an example.
(base) C:\Users\ablaya>python Python 2.7.16 |Anaconda custom (64-bit)| (default, Mar 14 2019, 15:42:17) [MSC v.1500 64 bit (AMD64)] on win32 Type "help", "copyright", "credits" or "license" for more information. >>> import pyqtgraph (base) C:\Users\ablaya> Other than this import statement, the python window functions entirely as expected. Please help! -- You received this message because you are subscribed to the Google Groups "pyqtgraph" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/pyqtgraph/8da5492a-c82a-4b0f-bc6a-7e49ed337c82%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
