How do I use uncompyle6
I am new to Python. I have version 2.7.11 installed on my MacBook Pro, running Yosemite 10.10.5. I am trying to figure this out because I would like to decompile the scripts to the Native Instruments Maschine, take a look at them and create some of my own for use with Ableton Live.
I can't seem to get any further than the fact the uncompyle2, uncompyle6 and spark-parser have all been downloaded into my .../Python/2.7/site-packages folder. Typing in the shell $ uncompyle -h doesn't do anything either.
I'm stuck and this is starting to increase the fury inside and I'm afraid I may go on a terrible rampage if I don't figure this out. I've looked all over the interwebs and can't find a single, detailed explanation on how to do this. I need an explanation similar to Reddit's 'like I'm 5' so I can actually see and learn what I am doing.
If anyone can help I would greatly appreciate it. Thank you!
installation terminal python osx-yosemite ableton-live
add a comment |
I am new to Python. I have version 2.7.11 installed on my MacBook Pro, running Yosemite 10.10.5. I am trying to figure this out because I would like to decompile the scripts to the Native Instruments Maschine, take a look at them and create some of my own for use with Ableton Live.
I can't seem to get any further than the fact the uncompyle2, uncompyle6 and spark-parser have all been downloaded into my .../Python/2.7/site-packages folder. Typing in the shell $ uncompyle -h doesn't do anything either.
I'm stuck and this is starting to increase the fury inside and I'm afraid I may go on a terrible rampage if I don't figure this out. I've looked all over the interwebs and can't find a single, detailed explanation on how to do this. I need an explanation similar to Reddit's 'like I'm 5' so I can actually see and learn what I am doing.
If anyone can help I would greatly appreciate it. Thank you!
installation terminal python osx-yosemite ableton-live
Have you tried running the commands in the "Installation", "Testing", and "Usage" sections of github.com/rocky/python-uncompyle6 ?
– David Cary
May 15 '16 at 2:47
@DavidCary I'm not really sure how to properly execute these commands in the terminal # Please explain like I'm 5.
– satoprogrammer
May 15 '16 at 4:47
add a comment |
I am new to Python. I have version 2.7.11 installed on my MacBook Pro, running Yosemite 10.10.5. I am trying to figure this out because I would like to decompile the scripts to the Native Instruments Maschine, take a look at them and create some of my own for use with Ableton Live.
I can't seem to get any further than the fact the uncompyle2, uncompyle6 and spark-parser have all been downloaded into my .../Python/2.7/site-packages folder. Typing in the shell $ uncompyle -h doesn't do anything either.
I'm stuck and this is starting to increase the fury inside and I'm afraid I may go on a terrible rampage if I don't figure this out. I've looked all over the interwebs and can't find a single, detailed explanation on how to do this. I need an explanation similar to Reddit's 'like I'm 5' so I can actually see and learn what I am doing.
If anyone can help I would greatly appreciate it. Thank you!
installation terminal python osx-yosemite ableton-live
I am new to Python. I have version 2.7.11 installed on my MacBook Pro, running Yosemite 10.10.5. I am trying to figure this out because I would like to decompile the scripts to the Native Instruments Maschine, take a look at them and create some of my own for use with Ableton Live.
I can't seem to get any further than the fact the uncompyle2, uncompyle6 and spark-parser have all been downloaded into my .../Python/2.7/site-packages folder. Typing in the shell $ uncompyle -h doesn't do anything either.
I'm stuck and this is starting to increase the fury inside and I'm afraid I may go on a terrible rampage if I don't figure this out. I've looked all over the interwebs and can't find a single, detailed explanation on how to do this. I need an explanation similar to Reddit's 'like I'm 5' so I can actually see and learn what I am doing.
If anyone can help I would greatly appreciate it. Thank you!
installation terminal python osx-yosemite ableton-live
installation terminal python osx-yosemite ableton-live
asked May 15 '16 at 0:16
satoprogrammer
612
612
Have you tried running the commands in the "Installation", "Testing", and "Usage" sections of github.com/rocky/python-uncompyle6 ?
– David Cary
May 15 '16 at 2:47
@DavidCary I'm not really sure how to properly execute these commands in the terminal # Please explain like I'm 5.
– satoprogrammer
May 15 '16 at 4:47
add a comment |
Have you tried running the commands in the "Installation", "Testing", and "Usage" sections of github.com/rocky/python-uncompyle6 ?
– David Cary
May 15 '16 at 2:47
@DavidCary I'm not really sure how to properly execute these commands in the terminal # Please explain like I'm 5.
– satoprogrammer
May 15 '16 at 4:47
Have you tried running the commands in the "Installation", "Testing", and "Usage" sections of github.com/rocky/python-uncompyle6 ?
– David Cary
May 15 '16 at 2:47
Have you tried running the commands in the "Installation", "Testing", and "Usage" sections of github.com/rocky/python-uncompyle6 ?
– David Cary
May 15 '16 at 2:47
@DavidCary I'm not really sure how to properly execute these commands in the terminal # Please explain like I'm 5.
– satoprogrammer
May 15 '16 at 4:47
@DavidCary I'm not really sure how to properly execute these commands in the terminal # Please explain like I'm 5.
– satoprogrammer
May 15 '16 at 4:47
add a comment |
1 Answer
1
active
oldest
votes
The command you run is called when you install uncompyle6 is uncompyle6
, not uncompyle
. The command you run when you install incompyle2 is uncompyle2
.
Both of these programs require a compiled Python program. See this for a discussion of what the .pyo and .pyc extensions mean.
There was a bug in earlier versions of uncompyle6 that didn't install the script files correctly. So if uncompyle6
isn't found, try installing a newer package using pip install uncompyle6
(if you are using a virtual python setup) or sudo pip install uncompyle6
if you want to install system wide using the system python, as you probably want to do.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
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%2fsuperuser.com%2fquestions%2f1076978%2fhow-do-i-use-uncompyle6%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
The command you run is called when you install uncompyle6 is uncompyle6
, not uncompyle
. The command you run when you install incompyle2 is uncompyle2
.
Both of these programs require a compiled Python program. See this for a discussion of what the .pyo and .pyc extensions mean.
There was a bug in earlier versions of uncompyle6 that didn't install the script files correctly. So if uncompyle6
isn't found, try installing a newer package using pip install uncompyle6
(if you are using a virtual python setup) or sudo pip install uncompyle6
if you want to install system wide using the system python, as you probably want to do.
add a comment |
The command you run is called when you install uncompyle6 is uncompyle6
, not uncompyle
. The command you run when you install incompyle2 is uncompyle2
.
Both of these programs require a compiled Python program. See this for a discussion of what the .pyo and .pyc extensions mean.
There was a bug in earlier versions of uncompyle6 that didn't install the script files correctly. So if uncompyle6
isn't found, try installing a newer package using pip install uncompyle6
(if you are using a virtual python setup) or sudo pip install uncompyle6
if you want to install system wide using the system python, as you probably want to do.
add a comment |
The command you run is called when you install uncompyle6 is uncompyle6
, not uncompyle
. The command you run when you install incompyle2 is uncompyle2
.
Both of these programs require a compiled Python program. See this for a discussion of what the .pyo and .pyc extensions mean.
There was a bug in earlier versions of uncompyle6 that didn't install the script files correctly. So if uncompyle6
isn't found, try installing a newer package using pip install uncompyle6
(if you are using a virtual python setup) or sudo pip install uncompyle6
if you want to install system wide using the system python, as you probably want to do.
The command you run is called when you install uncompyle6 is uncompyle6
, not uncompyle
. The command you run when you install incompyle2 is uncompyle2
.
Both of these programs require a compiled Python program. See this for a discussion of what the .pyo and .pyc extensions mean.
There was a bug in earlier versions of uncompyle6 that didn't install the script files correctly. So if uncompyle6
isn't found, try installing a newer package using pip install uncompyle6
(if you are using a virtual python setup) or sudo pip install uncompyle6
if you want to install system wide using the system python, as you probably want to do.
edited May 23 '17 at 12:41
Community♦
1
1
answered Jul 16 '16 at 14:58
rocky
1011
1011
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- 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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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%2fsuperuser.com%2fquestions%2f1076978%2fhow-do-i-use-uncompyle6%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
Have you tried running the commands in the "Installation", "Testing", and "Usage" sections of github.com/rocky/python-uncompyle6 ?
– David Cary
May 15 '16 at 2:47
@DavidCary I'm not really sure how to properly execute these commands in the terminal # Please explain like I'm 5.
– satoprogrammer
May 15 '16 at 4:47