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