[Ironpython-users] Item 34263 in 2.7.5?

2014-04-08 Thread John Fullmer
Could we add this in 2.7.5? http://ironpython.codeplex.com/workitem/34263 John ___ Ironpython-users mailing list [email protected] https://mail.python.org/mailman/listinfo/ironpython-users

Re: [Ironpython-users] SymPy and IronPython 2.7.4

2014-04-08 Thread Andrew Ayre
On 4/8/2014 10:28 AM, Jeff Hardy wrote: > On Tue, Apr 8, 2014 at 9:08 AM, Andrew Ayre wrote: >> Thanks. Making progress... Now it can't find sympy.sets.fancysets. I've >> added the folder where the module is defined to sys.path: >> >> = > sys.path.ap

Re: [Ironpython-users] SymPy and IronPython 2.7.4

2014-04-08 Thread Jeff Hardy
On Tue, Apr 8, 2014 at 9:08 AM, Andrew Ayre wrote: > Thanks. Making progress... Now it can't find sympy.sets.fancysets. I've > added the folder where the module is defined to sys.path: > > = sys.path.append('../../PythonLib/sympy/sets') > sys.pat

Re: [Ironpython-users] SymPy and IronPython 2.7.4

2014-04-08 Thread Andrew Ayre
On 4/7/2014 11:32 PM, Jeff Hardy wrote: > On Mon, Apr 7, 2014 at 10:16 PM, Andrew Ayre wrote: >> Thanks. Unfortunately I still get the error: >> >> = > import sympy >> >> Traceback (most recent call last): >> File "", line 1, in >> File "C:\User