Re: [Ironpython-users] How can i use readline

2014-07-23 Thread ecinunice
Title: Re: [Ironpython-users] How can i use readline Thanks a lot fork worksbut this https://docs.python.org/2/tutorial/interactive.html  does not workDo you know why? Thanks check pull reqests. if it doesn't help, i have a version which used to work with ipython  https://github.com/pawelja

[Ironpython-users] How can i use readline

2014-07-23 Thread ecinunice
Hi All I setup readline https://pypi.python.org/pypi/pyreadline-ais and try import readline and get File "\lib\site-packages\pyreadline_ais-2.0.3-py2.7.egg\pyreadline\console\__init__.py", line 9, in File "\lib\site-packages\pyreadline_ais-2.0.3-py2.7.egg\pyreadline\console\ironpython_conso

[Ironpython-users] how to pass parameter to (this IQueryable table, Expression> predicate)

2014-07-16 Thread ecinunice
I want to use https://github.com/linq2db/linq2db in ironpython I wrote extension in c# public static class BillingDBHelper { public static IQueryable Filter(this IQueryable table, Expression> predicate) { if (predicate == null

Re: [Ironpython-users] SAXReaderNotAvailable: No parsers found

2014-07-15 Thread ecinunice
Title: Re: [Ironpython-users] SAXReaderNotAvailable: No parsers found I copied xml\sax\expatreader.py  from cpython to ipython lib and ods lib works If it's using the generic SAX parser it shouldn't be trying to use expat, but I think that workaround was only added in 2.7.4. Try using a newe

[Ironpython-users] SAXReaderNotAvailable: No parsers found

2014-07-15 Thread ecinunice
Hi I try use simple ods py http://simple-odspy.sourceforge.net/?q=node/9 and get xml.sax._exceptions.SAXReaderNotAvailable: No parsers found Traceback (most recent call last): File "\IronPython-2.7.3\lib\site-packages\odf\opendocument.py", line 615, in load File "\IronPython-2.7.3\lib\site-package