Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Pip and wx stuff in wrong version
Message
From
07/04/2020 10:03:16
Dragan Nedeljkovich (Online)
Now officially retired
Zrenjanin, Serbia
 
 
To
06/04/2020 15:45:08
Dragan Nedeljkovich (Online)
Now officially retired
Zrenjanin, Serbia
General information
Forum:
Python
Category:
Installation, Setup and Configuration
Miscellaneous
Thread ID:
01673994
Message ID:
01674010
Views:
63
>I'm trying to learn Python to use Dabo... so I can finally have Unicode. Long story why I need this...
>
>Anyway, Dabo requires wx stuff, which is installed via Pip. OK. Followed the instructions for each piece and ended up with this:
>- Dabo installed under Python3.7
>- Pip and wx stuff under Python (versionless, but that's 2.8)
>
>Is there any way to replug this somehow so I can use them all together under 3.7, or should I learn how to mess with install scripts to rerun the installation for 3.7?

For my own future reference :)
First off, prefix all these with sudo, because the site-packages under each installation of python is protected space.
First, install pip for python3:
apt install python3-pip
Then install wxPython:
sudo pip3 install -U -f https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-16.04 wxPython
Then in the dabo folder
sudo python3.7 setup.py install

And now I have my own copy of dabo, which at least loads. We'll see how this goes on.

back to same old

the first online autobiography, unfinished by design
What, me reckless? I'm full of recks!
Balkans, eh? Count them.
Previous
Reply
Map
View

Click here to load this message in the networking platform