If you are not using the -X:TabCompletion, then IronPython console relies
simply on the underlying console implementation in the CLR/System. My first
guess is therefore that there may be something different about the console
implementation on MAC in mono, but not being a mac user, I cannot confi
Dino,
I was happy to see the announcement of the IronPython 1.0 Release Candidate.
I downloaded and ran the same test as indicated in my message of February
14, i.e.
from SimPy.Simulation import *
import time
class Dum(Process):
def run(self):
yield hold,self,3
initialize()
nrProcs=in
I need to open a small bitmap file, either BMP or JPG, add up to 4 lines of
text, then save the file. Can anyone suggest a solution or point me in the
right direction?
The image files contain data for viewing on my portable
MP3 player, things like my address book, Google calendar info, weather
fo
Klaus,
You're correct in that we didn't do a whole lot of performance tuning
from the betas to RC. Jim did a little bit of work based upon some small
repros that were easy to pick apart. For the most part though everyone else
was focused on fixing various incompatabilities. Now that