On Tuesday, Apr 19, 2005, Lee Cullens wrote:
I assume you mean PythonIDE for Python 2.3 (I usually use 2.4 and
WingIDE). Here it is (indents screwed up with var font):
HTH,
Lee C
import timeit
def y1():
print ’y1 executed’
def y2():
print ’y2 executed’
for f in [y1,y2]:
n
I was able to run the 0.6 version of pyoxide, but neither 0.7 nor 0.7.1
are running (for very long) for me. They start up, show me the
releasenotes.rtf text for about 3 seconds and then the application
quits "unexpectedly". Does anyone know how to work around this or what
might be causing this