A basic installation question
Phil <[email protected]>
| Newsgroups | gmane.comp.python.wxpython |
|---|---|
| Message-ID | <[email protected]> |
Please forgive this very basic question. I had to replace a disk drive and after restoring the backup I decided to install wxPython like this: pip3 install wxPython And this is the result: Requirement already satisfied: wxPython in /home/phil/.local/lib/python3.8/site-packages (4.1.0) Requirement already satisfied: numpy; python_version >= "3.0" in /usr/lib/python3/dist-packages (from wxPython) (1.17.4) Requirement already satisfied: pillow in /usr/lib/python3/dist-packages (from wxPython) (7.0.0) Requirement already satisfied: six in /usr/lib/python3/dist-packages (from wxPython) (1.14.0) There are indeed a number of files in /site_packages, however, at the moment I cannot see what to do with them to have wxPython installed. -- Regards, Phil -- You received this message because you are subscribed to the Google Groups "wxPython-users" 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/wxpython-users/ad83a955-33d5-d323-92b8-2933d1d62ce8%40gmail.com.