The situation is as follows: I have downloaded the Google App Engine SDK. I have written my "helloworld" app that runs locally in my computer. I have to use PyScripter as IDE. I can't use Eclipse, that would not be a valid solution to my problem.
In PyScripter, I have set a "Run Configuration", so that an instance of the server run...
I installed portable python on my USB drive, and I really like pyscripter a lot. The thing is, after I start debugging a script, the IDE kind of freezes ( waiting for the code to reach a breakpoint ). This means I can't do anything with it ( I can't even save files ). It would be very useful to be able to debug more than one script at a ...
Any Iron PyScripter's in da the house? I'm seeking the "External Run" parameters/variables needed to configure IronPython to run the current script. I don't understand any of variable examples, so verbatim instructions or a screen shot of how to configure the "External Tools Properties" configuration page is really what I need. Thanx!...
Hi all,
Just wondering if anyone else is using PyScripter as a Python editing app.
I've been runnign my python IDLE in a black background and now find the default white of PyScripter to be blinding.
For the life of me I can't find the menu to change the "highlighting" portion of the program (where you open and modify .py files).
...
Hi,
#I write alot of small apps where I use
try:
print "always does this until I Ctrl+C"
Except KeyboardInterrupt:
print "finish program"
I've just began to move away from using IDLE and booted up PyScripter. However CTRL+C no longer works. Is it possible to still send in a KeyboardInterrupt while using the built-in interpr...
Hi, maybe somebody could give me a couple guidelines how to install Rpyc to PyScripter. I use PyScripter 1.9.9.7 with Python 2.6. I have tried to google it and found some instructions, but still have not succeeded...
Thanks!
...
I installed PyScript to try it out but it just wont start. It only gives me the error:
"Error126: Could not open Dll "python26.dll" followed by:
"Python could not be properly initialized. We must quit."
I think this may have something to do with the PYTHONPATH but since I'm a newbie and dont know what it is or exactly what to put in the...
How tu run PyScripter if you have python 2.7 installed ?
There is command line parameter for pyscipter to tell it which pythonXX.dll to use, but i can't get this working.
...