I did something to my DrPython install and fixed it so that I can't run any of my scripts directly. I can edit files, I can run a python shell that seems to work, I can even debug. However, when I click the "Run" button, nothing happens. Any ideas on what I might be doing wrong or what setting I changed that I shouldn't have?
Thanks for your help.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Well, deleting and re-installing fixed the problem after I cleared up my settings, but I'd really like to know which setting I changed that affected that. Anyone run into this before and know what I did wrong?
Thanks.
-Pete Schott
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
That was the cause. I finally started in Shell Mode and found the errors. It was try to call the Run From Buffer plugin on Windows XP. For some reason, it picked that up as having 4 arguments passed instead of the max of three. I finally removed the plugin, though looking at the line, the only difference is that there is an os.path.join(x, y) in the line causing the problem and it looked properly formatted and quoted.
Thank you for the quick response, though. I did not realize that the shell mode (just py) would show those errors.
-Pete Schott
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'd be kind of interested in knowing exactly what the problem was - my look at the line didn't show any problems with it. I saw the comma, but it appeared to be inside of a properly formatted line and part of the os.path.join function.
Thanks for the quick responses to all.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Running Python 2.4, DrPython 3.8.2, Windows XP
I did something to my DrPython install and fixed it so that I can't run any of my scripts directly. I can edit files, I can run a python shell that seems to work, I can even debug. However, when I click the "Run" button, nothing happens. Any ideas on what I might be doing wrong or what setting I changed that I shouldn't have?
Thanks for your help.
Well, deleting and re-installing fixed the problem after I cleared up my settings, but I'd really like to know which setting I changed that affected that. Anyone run into this before and know what I did wrong?
Thanks.
-Pete Schott
Hello Pete,
Did you mean Program->Run and no python prompt appeared?
BTW:
If such a thing happens to me, I rename the original
folder, install new, and make a filecompare, to discover,
what is wrong.
Franz
That was the cause. I finally started in Shell Mode and found the errors. It was try to call the Run From Buffer plugin on Windows XP. For some reason, it picked that up as having 4 arguments passed instead of the max of three. I finally removed the plugin, though looking at the line, the only difference is that there is an os.path.join(x, y) in the line causing the problem and it looked properly formatted and quoted.
Thank you for the quick response, though. I did not realize that the shell mode (just py) would show those errors.
-Pete Schott
Thanks Peter, I will upload an updated version of RunFromBuffer.
I'd be kind of interested in knowing exactly what the problem was - my look at the line didn't show any problems with it. I saw the comma, but it appeared to be inside of a properly formatted line and part of the os.path.join function.
Thanks for the quick responses to all.
The problem was I changed DrFrame.runcommand, and never updated the RunFromBuffer plugin.
I will instead use the DrFrame.Execute methods, which are meant to facilitate running programs in the prompt from a plugin.
(I also updated them a tad).
(This is for release 3.8.5).
:) These responses have been slow!
Cheers,
Dan
Fixed. You'll need 3.8.5 for RunFromBuffer 0.0.2