How to download stable version of wxPython?
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9GURib1T8z7lCwjOGLQaGtrueEthgQ8LO42ZX8cOfTqDK4jvDDpKkLFwf2J49kYCMNW7d4ABih_XCb_2UXdq5fPJDkoyg7-8g_YfRUot-XnaXkNYycsNp7lA5_TW9td0FFpLQ2APzKcZ/s1600/1.jpg)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQ0N5W1qAOxLP7t7iOM6O6AzbZnkXUy16s7P_CWfOb5UbTQY_aDsc727chyphenhyphen5W4IppVNernMMQeaUFTB_rFzAd95_CDt-tnwN-nBx6JyUp2duGjPaL5-VgNO41AVsA_vu30EJcipdDG409/s400/Clash+Royale+CLAN+TAG%2523URR8PPP.png)
up vote
0
down vote
favorite
How to download the stable version of wxPython for Ubuntu 16.04 and Python 2.7 version?
software-installation wxpython
add a comment |Â
up vote
0
down vote
favorite
How to download the stable version of wxPython for Ubuntu 16.04 and Python 2.7 version?
software-installation wxpython
If you're okay with 3.x, you can try askubuntu.com/q/974287.
â dsstorefile1
Apr 10 at 6:49
Is it a stable version ? I am already usingpython-wxgtk3.0 is already the newest version (3.0.2.0+dfsg-1build1)
. But I don't know whether it's stable version or not.
â Dinesh
Apr 10 at 7:00
1
It's a stable version (v3.0.2.0). The latest stable is 4.0.1 according to wxpython.org. If you really need the latest version, then the one from the repository won't do.
â dsstorefile1
Apr 10 at 7:02
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
How to download the stable version of wxPython for Ubuntu 16.04 and Python 2.7 version?
software-installation wxpython
How to download the stable version of wxPython for Ubuntu 16.04 and Python 2.7 version?
software-installation wxpython
software-installation wxpython
edited Apr 10 at 7:07
Melebius
3,77841636
3,77841636
asked Apr 10 at 6:38
Dinesh
348
348
If you're okay with 3.x, you can try askubuntu.com/q/974287.
â dsstorefile1
Apr 10 at 6:49
Is it a stable version ? I am already usingpython-wxgtk3.0 is already the newest version (3.0.2.0+dfsg-1build1)
. But I don't know whether it's stable version or not.
â Dinesh
Apr 10 at 7:00
1
It's a stable version (v3.0.2.0). The latest stable is 4.0.1 according to wxpython.org. If you really need the latest version, then the one from the repository won't do.
â dsstorefile1
Apr 10 at 7:02
add a comment |Â
If you're okay with 3.x, you can try askubuntu.com/q/974287.
â dsstorefile1
Apr 10 at 6:49
Is it a stable version ? I am already usingpython-wxgtk3.0 is already the newest version (3.0.2.0+dfsg-1build1)
. But I don't know whether it's stable version or not.
â Dinesh
Apr 10 at 7:00
1
It's a stable version (v3.0.2.0). The latest stable is 4.0.1 according to wxpython.org. If you really need the latest version, then the one from the repository won't do.
â dsstorefile1
Apr 10 at 7:02
If you're okay with 3.x, you can try askubuntu.com/q/974287.
â dsstorefile1
Apr 10 at 6:49
If you're okay with 3.x, you can try askubuntu.com/q/974287.
â dsstorefile1
Apr 10 at 6:49
Is it a stable version ? I am already using
python-wxgtk3.0 is already the newest version (3.0.2.0+dfsg-1build1)
. But I don't know whether it's stable version or not.â Dinesh
Apr 10 at 7:00
Is it a stable version ? I am already using
python-wxgtk3.0 is already the newest version (3.0.2.0+dfsg-1build1)
. But I don't know whether it's stable version or not.â Dinesh
Apr 10 at 7:00
1
1
It's a stable version (v3.0.2.0). The latest stable is 4.0.1 according to wxpython.org. If you really need the latest version, then the one from the repository won't do.
â dsstorefile1
Apr 10 at 7:02
It's a stable version (v3.0.2.0). The latest stable is 4.0.1 according to wxpython.org. If you really need the latest version, then the one from the repository won't do.
â dsstorefile1
Apr 10 at 7:02
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
1
down vote
To install the stable version of wxPython for Python 2.7 from the default Ubuntu repositories, open the terminal and type:
sudo apt install python-wxtools # tools from the wxPython distribution
wxPython 4.0.1 has been released. To get the GTK3 wxPython builds for Ubuntu 16.04 you can use a pip command like this:
sudo apt install python-pip
sudo pip install -U
-f https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-16.04
wxPython
I am unable to install. GettingE: Unable to locate package python-wxtools
â Dinesh
Apr 10 at 7:03
1
@Dinesh The package python-wxtools is in the Universe repository. Can you check you have enabled it?
â Melebius
Apr 10 at 7:05
After you have enabled the universe repository, the commandapt policy python-wxtools
should show that python-wxtools Candidate: 3.0.2.0+dfsg-1build1 is available to be installed.
â karel
Apr 10 at 7:08
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
To install the stable version of wxPython for Python 2.7 from the default Ubuntu repositories, open the terminal and type:
sudo apt install python-wxtools # tools from the wxPython distribution
wxPython 4.0.1 has been released. To get the GTK3 wxPython builds for Ubuntu 16.04 you can use a pip command like this:
sudo apt install python-pip
sudo pip install -U
-f https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-16.04
wxPython
I am unable to install. GettingE: Unable to locate package python-wxtools
â Dinesh
Apr 10 at 7:03
1
@Dinesh The package python-wxtools is in the Universe repository. Can you check you have enabled it?
â Melebius
Apr 10 at 7:05
After you have enabled the universe repository, the commandapt policy python-wxtools
should show that python-wxtools Candidate: 3.0.2.0+dfsg-1build1 is available to be installed.
â karel
Apr 10 at 7:08
add a comment |Â
up vote
1
down vote
To install the stable version of wxPython for Python 2.7 from the default Ubuntu repositories, open the terminal and type:
sudo apt install python-wxtools # tools from the wxPython distribution
wxPython 4.0.1 has been released. To get the GTK3 wxPython builds for Ubuntu 16.04 you can use a pip command like this:
sudo apt install python-pip
sudo pip install -U
-f https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-16.04
wxPython
I am unable to install. GettingE: Unable to locate package python-wxtools
â Dinesh
Apr 10 at 7:03
1
@Dinesh The package python-wxtools is in the Universe repository. Can you check you have enabled it?
â Melebius
Apr 10 at 7:05
After you have enabled the universe repository, the commandapt policy python-wxtools
should show that python-wxtools Candidate: 3.0.2.0+dfsg-1build1 is available to be installed.
â karel
Apr 10 at 7:08
add a comment |Â
up vote
1
down vote
up vote
1
down vote
To install the stable version of wxPython for Python 2.7 from the default Ubuntu repositories, open the terminal and type:
sudo apt install python-wxtools # tools from the wxPython distribution
wxPython 4.0.1 has been released. To get the GTK3 wxPython builds for Ubuntu 16.04 you can use a pip command like this:
sudo apt install python-pip
sudo pip install -U
-f https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-16.04
wxPython
To install the stable version of wxPython for Python 2.7 from the default Ubuntu repositories, open the terminal and type:
sudo apt install python-wxtools # tools from the wxPython distribution
wxPython 4.0.1 has been released. To get the GTK3 wxPython builds for Ubuntu 16.04 you can use a pip command like this:
sudo apt install python-pip
sudo pip install -U
-f https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-16.04
wxPython
edited Apr 10 at 7:06
answered Apr 10 at 6:59
![](https://i.stack.imgur.com/zqElV.png?s=32&g=1)
![](https://i.stack.imgur.com/zqElV.png?s=32&g=1)
karel
50.5k11107127
50.5k11107127
I am unable to install. GettingE: Unable to locate package python-wxtools
â Dinesh
Apr 10 at 7:03
1
@Dinesh The package python-wxtools is in the Universe repository. Can you check you have enabled it?
â Melebius
Apr 10 at 7:05
After you have enabled the universe repository, the commandapt policy python-wxtools
should show that python-wxtools Candidate: 3.0.2.0+dfsg-1build1 is available to be installed.
â karel
Apr 10 at 7:08
add a comment |Â
I am unable to install. GettingE: Unable to locate package python-wxtools
â Dinesh
Apr 10 at 7:03
1
@Dinesh The package python-wxtools is in the Universe repository. Can you check you have enabled it?
â Melebius
Apr 10 at 7:05
After you have enabled the universe repository, the commandapt policy python-wxtools
should show that python-wxtools Candidate: 3.0.2.0+dfsg-1build1 is available to be installed.
â karel
Apr 10 at 7:08
I am unable to install. Getting
E: Unable to locate package python-wxtools
â Dinesh
Apr 10 at 7:03
I am unable to install. Getting
E: Unable to locate package python-wxtools
â Dinesh
Apr 10 at 7:03
1
1
@Dinesh The package python-wxtools is in the Universe repository. Can you check you have enabled it?
â Melebius
Apr 10 at 7:05
@Dinesh The package python-wxtools is in the Universe repository. Can you check you have enabled it?
â Melebius
Apr 10 at 7:05
After you have enabled the universe repository, the command
apt policy python-wxtools
should show that python-wxtools Candidate: 3.0.2.0+dfsg-1build1 is available to be installed.â karel
Apr 10 at 7:08
After you have enabled the universe repository, the command
apt policy python-wxtools
should show that python-wxtools Candidate: 3.0.2.0+dfsg-1build1 is available to be installed.â karel
Apr 10 at 7:08
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1023531%2fhow-to-download-stable-version-of-wxpython%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
If you're okay with 3.x, you can try askubuntu.com/q/974287.
â dsstorefile1
Apr 10 at 6:49
Is it a stable version ? I am already using
python-wxgtk3.0 is already the newest version (3.0.2.0+dfsg-1build1)
. But I don't know whether it's stable version or not.â Dinesh
Apr 10 at 7:00
1
It's a stable version (v3.0.2.0). The latest stable is 4.0.1 according to wxpython.org. If you really need the latest version, then the one from the repository won't do.
â dsstorefile1
Apr 10 at 7:02