Hello pyreadline plays an important part in scapy ( http://www.secdev.org/projects/scapy/) which is what I am porting to IronPython. My reason for this is well I like a challenge. That's the only reason as self serving as that may seem :-P
Thats the result of my console Welcome to Scapy (1.2.0.2-win) ☺←[34m←[1m☻>>> ☺←[0m☻ I am not 100 % sure I implented this line correct "MyConsole = IronPythonWrapper()" which was previously IronPythonConsole.PythonCommandLine.MyConsole = IronPythonWrapper() maybe more experienced people can shed a light on this when that is solved I can submit a patch :-) I would be happy to On Wed, May 6, 2009 at 1:20 PM, Jörgen Stenarson < [email protected]> wrote: > Andrew Evans skrev: > >> Hey Stephen thank you >> >> You solved my problem (I had copied pyreadline from previously to the >> ironpython folder.) I modified the file in the ironpython folder... >> modifying it in the default directory in C:\Python25 fixed it >> >> Thank You :-) >> >> > Andrew, > > I'm happy to see that someone is trying to use pyreadline (I'm the > maintainer of pyreadline) on ironpython. I have not tried it myself for a > long time so I have no idea how much bitrot has crept into it. If you have > any patches to make it work out of the box I would be happy to include it. > > Please file any patches via the bugtracker: > https://bugs.launchpad.net/pyreadline > > We use the ipython lists to discuss pyreadline > http://mail.scipy.org/mailman/listinfo/ipython-user > http://mail.scipy.org/mailman/listinfo/ipython-dev > > > /Jörgen > > _______________________________________________ > Users mailing list > [email protected] > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com >
_______________________________________________ Users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
