From frnewtz at cisco.com Mon Mar 26 23:56:50 2018 From: frnewtz at cisco.com (Fred Newtz (frnewtz)) Date: Tue, 27 Mar 2018 03:56:50 +0000 Subject: [Pygui] PyGUI and PyCharm Message-ID: <27434281-03A5-459C-BAB4-93241898813F@contoso.com> Hello, Has anyone used PyGUI with Pycharm? I installed PyGUI in my virtualenv and no matter what I do it is not available in Pycharm as an importable module. Is PyGUI available in pypi? That would make things easy for certain. If it is not compatible with pycharm for whatever reason, are there other IDEs available that are player nicer with PyGUI? Thanks, Fred .:|:.:|:. Fred Newtz| Engineer ? Advanced Services | frnewtz at cisco.com CISCO | +1 602 778 2458 | Phoenix, AZ -------------- next part -------------- An HTML attachment was scrubbed... URL: From greg.ewing at canterbury.ac.nz Tue Mar 27 01:59:16 2018 From: greg.ewing at canterbury.ac.nz (Greg Ewing) Date: Tue, 27 Mar 2018 18:59:16 +1300 Subject: [Pygui] PyGUI and PyCharm In-Reply-To: <27434281-03A5-459C-BAB4-93241898813F@contoso.com> References: <27434281-03A5-459C-BAB4-93241898813F@contoso.com> Message-ID: <5AB9DDB4.20609@canterbury.ac.nz> Fred Newtz (frnewtz) wrote: > Has anyone used PyGUI with Pycharm? I installed PyGUI in my virtualenv > and no matter what I do it is not available in Pycharm as an importable > module. That's strange. Are you sure it's installed properly? Can you import it into a Python interactive session? -- Greg From frnewtz at cisco.com Tue Mar 27 10:59:11 2018 From: frnewtz at cisco.com (Fred Newtz (frnewtz)) Date: Tue, 27 Mar 2018 14:59:11 +0000 Subject: [Pygui] PyGUI and PyCharm In-Reply-To: <5AB9DDB4.20609@canterbury.ac.nz> References: <27434281-03A5-459C-BAB4-93241898813F@contoso.com> <5AB9DDB4.20609@canterbury.ac.nz> Message-ID: Greg, Thanks for your response. I can start the virtualenv and import GUI just fine. It is the weirdest thing I have ever seen. I have confirmed the virtualenv is the correct virtualenv as well. Thanks, Fred ?On 3/26/18, 11:04 PM, "Pygui on behalf of Greg Ewing" wrote: Fred Newtz (frnewtz) wrote: > Has anyone used PyGUI with Pycharm? I installed PyGUI in my virtualenv > and no matter what I do it is not available in Pycharm as an importable > module. That's strange. Are you sure it's installed properly? Can you import it into a Python interactive session? -- Greg _______________________________________________ Pygui mailing list Pygui at python.org https://mail.python.org/mailman/listinfo/pygui From greg.ewing at canterbury.ac.nz Tue Mar 27 17:20:09 2018 From: greg.ewing at canterbury.ac.nz (Greg Ewing) Date: Wed, 28 Mar 2018 10:20:09 +1300 Subject: [Pygui] PyGUI and PyCharm In-Reply-To: References: <27434281-03A5-459C-BAB4-93241898813F@contoso.com> <5AB9DDB4.20609@canterbury.ac.nz> Message-ID: <5ABAB589.2080005@canterbury.ac.nz> Fred Newtz (frnewtz) wrote: > I can start the virtualenv and import GUI just fine. Is it specific to virtualenvs? Can Pycharm see PyGUI in a regular Python installation? -- Greg From frnewtz at cisco.com Tue Mar 27 18:26:22 2018 From: frnewtz at cisco.com (Fred Newtz (frnewtz)) Date: Tue, 27 Mar 2018 22:26:22 +0000 Subject: [Pygui] PyGUI and PyCharm In-Reply-To: <5ABAB589.2080005@canterbury.ac.nz> References: <27434281-03A5-459C-BAB4-93241898813F@contoso.com> <5AB9DDB4.20609@canterbury.ac.nz> <5ABAB589.2080005@canterbury.ac.nz> Message-ID: I started from scratch and was able to make this work. I must have done something wrong or missed something when installing PyGUI into that virtualenv. Thanks for your time and help. Thanks, Fred ?On 3/27/18, 3:24 PM, "Pygui on behalf of Greg Ewing" wrote: Fred Newtz (frnewtz) wrote: > I can start the virtualenv and import GUI just fine. Is it specific to virtualenvs? Can Pycharm see PyGUI in a regular Python installation? -- Greg _______________________________________________ Pygui mailing list Pygui at python.org https://mail.python.org/mailman/listinfo/pygui