How do I run ride on mac?
I am using mac (Mojave).
I tried to run ride on my mac but failed.
I installed wxPython and then installed robotframework, robotframework-appiumlibrary, robotframework-ride with pip.
In python, Importing wx is possible but when I try to run ride.py, I get error message below.
wxPython not found.
You need to install wxPython 2.8.12.1 with unicode support to run RIDE.
wxPython 2.8.12.1 can be downloaded from http://sourceforge.net/projects/wxpython/files/wxPython/2.8.12.1/
wxpython robotframework
add a comment |
I am using mac (Mojave).
I tried to run ride on my mac but failed.
I installed wxPython and then installed robotframework, robotframework-appiumlibrary, robotframework-ride with pip.
In python, Importing wx is possible but when I try to run ride.py, I get error message below.
wxPython not found.
You need to install wxPython 2.8.12.1 with unicode support to run RIDE.
wxPython 2.8.12.1 can be downloaded from http://sourceforge.net/projects/wxpython/files/wxPython/2.8.12.1/
wxpython robotframework
1
Possible duplicate of Robot framework installation issue for wxPython
– Psytho
Nov 19 '18 at 14:32
Although the problem is similar, it is not a duplicate. The referenced question is about installing on Windows, and it was easily solved. When installing on MacOS, there are different problems.
– Helio
Nov 24 '18 at 18:57
add a comment |
I am using mac (Mojave).
I tried to run ride on my mac but failed.
I installed wxPython and then installed robotframework, robotframework-appiumlibrary, robotframework-ride with pip.
In python, Importing wx is possible but when I try to run ride.py, I get error message below.
wxPython not found.
You need to install wxPython 2.8.12.1 with unicode support to run RIDE.
wxPython 2.8.12.1 can be downloaded from http://sourceforge.net/projects/wxpython/files/wxPython/2.8.12.1/
wxpython robotframework
I am using mac (Mojave).
I tried to run ride on my mac but failed.
I installed wxPython and then installed robotframework, robotframework-appiumlibrary, robotframework-ride with pip.
In python, Importing wx is possible but when I try to run ride.py, I get error message below.
wxPython not found.
You need to install wxPython 2.8.12.1 with unicode support to run RIDE.
wxPython 2.8.12.1 can be downloaded from http://sourceforge.net/projects/wxpython/files/wxPython/2.8.12.1/
wxpython robotframework
wxpython robotframework
asked Nov 19 '18 at 8:50
GzeroGzero
1
1
1
Possible duplicate of Robot framework installation issue for wxPython
– Psytho
Nov 19 '18 at 14:32
Although the problem is similar, it is not a duplicate. The referenced question is about installing on Windows, and it was easily solved. When installing on MacOS, there are different problems.
– Helio
Nov 24 '18 at 18:57
add a comment |
1
Possible duplicate of Robot framework installation issue for wxPython
– Psytho
Nov 19 '18 at 14:32
Although the problem is similar, it is not a duplicate. The referenced question is about installing on Windows, and it was easily solved. When installing on MacOS, there are different problems.
– Helio
Nov 24 '18 at 18:57
1
1
Possible duplicate of Robot framework installation issue for wxPython
– Psytho
Nov 19 '18 at 14:32
Possible duplicate of Robot framework installation issue for wxPython
– Psytho
Nov 19 '18 at 14:32
Although the problem is similar, it is not a duplicate. The referenced question is about installing on Windows, and it was easily solved. When installing on MacOS, there are different problems.
– Helio
Nov 24 '18 at 18:57
Although the problem is similar, it is not a duplicate. The referenced question is about installing on Windows, and it was easily solved. When installing on MacOS, there are different problems.
– Helio
Nov 24 '18 at 18:57
add a comment |
2 Answers
2
active
oldest
votes
That means you have the wrong version of wxPython installed. Ride currently only supports old versions of wxPython (i.e. 2.8.12), which is really old. You must install that version from SourceForge.
I don't know if that version will install correctly on Mojave or not. You may need to download the source for it and build it yourself.
yes, but when I tried to install that file, the error message was popped up.
– Gzero
Nov 19 '18 at 23:46
It said that It can install software because it cannot find the software to install..
– Gzero
Nov 19 '18 at 23:46
Unfortunately I have not installed that old of a version of wxPython on my Mac, so I don't know how to do that. You could ask for assistance on the wxPython Google group though
– Mike Driscoll
Nov 20 '18 at 14:16
add a comment |
If you managed to install wxPython on MacOS, and you see it working on Python, but RIDE 1.5.2.1 (official version), does not run, then like Mike Driscoll said, it is not wxPython version 2.8.12.1. There are some problems on installing that version on MacOs (starting with security block, and a wrong error message).
If you really want to install RIDE, I have a newer version in my fork of the original project. The page is at https://github.com/HelioGuilherme66/RIDE.
Since you have already a wxPython installed, you can install development RIDE directly from the source code (or from the releases page).
sudo -H pip install -U https://github.com/HelioGuilherme66/RIDE/archive/release.zip
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
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',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53371106%2fhow-do-i-run-ride-on-mac%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
That means you have the wrong version of wxPython installed. Ride currently only supports old versions of wxPython (i.e. 2.8.12), which is really old. You must install that version from SourceForge.
I don't know if that version will install correctly on Mojave or not. You may need to download the source for it and build it yourself.
yes, but when I tried to install that file, the error message was popped up.
– Gzero
Nov 19 '18 at 23:46
It said that It can install software because it cannot find the software to install..
– Gzero
Nov 19 '18 at 23:46
Unfortunately I have not installed that old of a version of wxPython on my Mac, so I don't know how to do that. You could ask for assistance on the wxPython Google group though
– Mike Driscoll
Nov 20 '18 at 14:16
add a comment |
That means you have the wrong version of wxPython installed. Ride currently only supports old versions of wxPython (i.e. 2.8.12), which is really old. You must install that version from SourceForge.
I don't know if that version will install correctly on Mojave or not. You may need to download the source for it and build it yourself.
yes, but when I tried to install that file, the error message was popped up.
– Gzero
Nov 19 '18 at 23:46
It said that It can install software because it cannot find the software to install..
– Gzero
Nov 19 '18 at 23:46
Unfortunately I have not installed that old of a version of wxPython on my Mac, so I don't know how to do that. You could ask for assistance on the wxPython Google group though
– Mike Driscoll
Nov 20 '18 at 14:16
add a comment |
That means you have the wrong version of wxPython installed. Ride currently only supports old versions of wxPython (i.e. 2.8.12), which is really old. You must install that version from SourceForge.
I don't know if that version will install correctly on Mojave or not. You may need to download the source for it and build it yourself.
That means you have the wrong version of wxPython installed. Ride currently only supports old versions of wxPython (i.e. 2.8.12), which is really old. You must install that version from SourceForge.
I don't know if that version will install correctly on Mojave or not. You may need to download the source for it and build it yourself.
answered Nov 19 '18 at 14:38
Mike DriscollMike Driscoll
28.6k42774
28.6k42774
yes, but when I tried to install that file, the error message was popped up.
– Gzero
Nov 19 '18 at 23:46
It said that It can install software because it cannot find the software to install..
– Gzero
Nov 19 '18 at 23:46
Unfortunately I have not installed that old of a version of wxPython on my Mac, so I don't know how to do that. You could ask for assistance on the wxPython Google group though
– Mike Driscoll
Nov 20 '18 at 14:16
add a comment |
yes, but when I tried to install that file, the error message was popped up.
– Gzero
Nov 19 '18 at 23:46
It said that It can install software because it cannot find the software to install..
– Gzero
Nov 19 '18 at 23:46
Unfortunately I have not installed that old of a version of wxPython on my Mac, so I don't know how to do that. You could ask for assistance on the wxPython Google group though
– Mike Driscoll
Nov 20 '18 at 14:16
yes, but when I tried to install that file, the error message was popped up.
– Gzero
Nov 19 '18 at 23:46
yes, but when I tried to install that file, the error message was popped up.
– Gzero
Nov 19 '18 at 23:46
It said that It can install software because it cannot find the software to install..
– Gzero
Nov 19 '18 at 23:46
It said that It can install software because it cannot find the software to install..
– Gzero
Nov 19 '18 at 23:46
Unfortunately I have not installed that old of a version of wxPython on my Mac, so I don't know how to do that. You could ask for assistance on the wxPython Google group though
– Mike Driscoll
Nov 20 '18 at 14:16
Unfortunately I have not installed that old of a version of wxPython on my Mac, so I don't know how to do that. You could ask for assistance on the wxPython Google group though
– Mike Driscoll
Nov 20 '18 at 14:16
add a comment |
If you managed to install wxPython on MacOS, and you see it working on Python, but RIDE 1.5.2.1 (official version), does not run, then like Mike Driscoll said, it is not wxPython version 2.8.12.1. There are some problems on installing that version on MacOs (starting with security block, and a wrong error message).
If you really want to install RIDE, I have a newer version in my fork of the original project. The page is at https://github.com/HelioGuilherme66/RIDE.
Since you have already a wxPython installed, you can install development RIDE directly from the source code (or from the releases page).
sudo -H pip install -U https://github.com/HelioGuilherme66/RIDE/archive/release.zip
add a comment |
If you managed to install wxPython on MacOS, and you see it working on Python, but RIDE 1.5.2.1 (official version), does not run, then like Mike Driscoll said, it is not wxPython version 2.8.12.1. There are some problems on installing that version on MacOs (starting with security block, and a wrong error message).
If you really want to install RIDE, I have a newer version in my fork of the original project. The page is at https://github.com/HelioGuilherme66/RIDE.
Since you have already a wxPython installed, you can install development RIDE directly from the source code (or from the releases page).
sudo -H pip install -U https://github.com/HelioGuilherme66/RIDE/archive/release.zip
add a comment |
If you managed to install wxPython on MacOS, and you see it working on Python, but RIDE 1.5.2.1 (official version), does not run, then like Mike Driscoll said, it is not wxPython version 2.8.12.1. There are some problems on installing that version on MacOs (starting with security block, and a wrong error message).
If you really want to install RIDE, I have a newer version in my fork of the original project. The page is at https://github.com/HelioGuilherme66/RIDE.
Since you have already a wxPython installed, you can install development RIDE directly from the source code (or from the releases page).
sudo -H pip install -U https://github.com/HelioGuilherme66/RIDE/archive/release.zip
If you managed to install wxPython on MacOS, and you see it working on Python, but RIDE 1.5.2.1 (official version), does not run, then like Mike Driscoll said, it is not wxPython version 2.8.12.1. There are some problems on installing that version on MacOs (starting with security block, and a wrong error message).
If you really want to install RIDE, I have a newer version in my fork of the original project. The page is at https://github.com/HelioGuilherme66/RIDE.
Since you have already a wxPython installed, you can install development RIDE directly from the source code (or from the releases page).
sudo -H pip install -U https://github.com/HelioGuilherme66/RIDE/archive/release.zip
answered Nov 24 '18 at 19:11
HelioHelio
1,113613
1,113613
add a comment |
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53371106%2fhow-do-i-run-ride-on-mac%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
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
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
Possible duplicate of Robot framework installation issue for wxPython
– Psytho
Nov 19 '18 at 14:32
Although the problem is similar, it is not a duplicate. The referenced question is about installing on Windows, and it was easily solved. When installing on MacOS, there are different problems.
– Helio
Nov 24 '18 at 18:57