How to download stable version of wxPython?

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








up vote
0
down vote

favorite












How to download the stable version of wxPython for Ubuntu 16.04 and Python 2.7 version?










share|improve this question























  • 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















up vote
0
down vote

favorite












How to download the stable version of wxPython for Ubuntu 16.04 and Python 2.7 version?










share|improve this question























  • 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













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?










share|improve this question















How to download the stable version of wxPython for Ubuntu 16.04 and Python 2.7 version?







software-installation wxpython






share|improve this question















share|improve this question













share|improve this question




share|improve this question








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 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

















  • 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
















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











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





share|improve this answer






















  • I am unable to install. Getting E: 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 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











Your Answer







StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
convertImagesToLinks: true,
noModals: false,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













 

draft saved


draft discarded


















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






























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





share|improve this answer






















  • I am unable to install. Getting E: 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 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















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





share|improve this answer






















  • I am unable to install. Getting E: 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 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













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





share|improve this answer














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






share|improve this answer














share|improve this answer



share|improve this answer








edited Apr 10 at 7:06

























answered Apr 10 at 6:59









karel

50.5k11107127




50.5k11107127











  • I am unable to install. Getting E: 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 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

















  • I am unable to install. Getting E: 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 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
















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


















 

draft saved


draft discarded















































 


draft saved


draft discarded














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













































































Popular posts from this blog

Which professions warranted travel in Medieval times?

How do so many people here on Academia.SE, and in general, afford lavish higher education programs?

Trouble downloading packages list due to a “Hash sum mismatch” error