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
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
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
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
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