Re: Unable to install wxpython in pycharm on OpenSuSE
Robin Dunn <[email protected]> Mon, 12 Feb 2018 16:02:38 -0800 (PST)
| Newsgroups | gmane.comp.python.wxpython.devel |
|---|---|
| Message-ID | <[email protected]> |
On Monday, February 12, 2018 at 8:15:38 AM UTC-8, Patrick Headley wrote: > > I'm running OpenSuSE 42.3 64 bit. Trying to learn GUI development for > Python. I started with Kivy but that seems to be kind of a difficult place > to start so I decided to try wxpython. Here's what I've already installed, > in addition to the version(s) of python that came with OpenSuSE 42.3, that > I can remember: > > python-wxWidgets-3_0-devel > > python-devel > > python3-devel > > A bunch of dependencies named in a document regarding the installation on > Ubuntu. > > pyCharm > > I installed some items based on the error messages reported back by pip, > such as the patterns for Base Development, Integrated Development > Environment, Python 3 Development and Python Development. > > > At first, wxWidgets worked when I used it in the Hello World application > written in a text editor but not within pyCharm. > It sounds to me like you are using a different Python within PyCharm than you are using from the command line. Try printing the value of sys.executable or sys.prefix in each environment to check. -- Robin Dunn Software Craftsman http://wxPython.org -- You received this message because you are subscribed to the Google Groups "wxPython-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.