On 4/8/2014 10:28 AM, Jeff Hardy wrote: > On Tue, Apr 8, 2014 at 9:08 AM, Andrew Ayre <[email protected]> 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.path >> >> ['.', 'C:\\Users\\Andy\\Documents\\ADScript\\bin\\Debug\\Lib', >> 'C:\\Users\\Andy\\Documents\\ADScript\\bin\\Debug\\DLLs', >> 'C:\\Users\\Andy\\Documents\\ADScript\\bin\\Debug\\PythonLib', >> '../../PythonLib', '../../PythonLib', '../../PythonLib/sympy/mpmath', >> '../../PythonLib/sympy/sets'] >> >>>> >from sympy.sets.fancysets import Naturals0 >> >> Traceback (most recent call last): >> File "<string>", line 1, in <module> >> File "C:\Users\Andy\Documents\ADScript\PythonLib\sympy\__init__.py", >> line 34, in <module> >> File >> "C:\Users\Andy\Documents\ADScript\PythonLib\sympy\assumptions\__init__.py", >> line 2, in <module> >> File >> "C:\Users\Andy\Documents\ADScript\PythonLib\sympy\assumptions\ask.py", >> line 323, in <module> >> File "C:\Users\Andy\Documents\ADScript\PythonLib\sympy\core\cache.py", >> line 93, in wrapper >> File >> "C:\Users\Andy\Documents\ADScript\PythonLib\sympy\core\function.py", >> line 185, in __new__ >> ImportError: No module named fancysets >> ============================================= >> >> Here is what the folder structure looks like: >> >> https://github.com/sympy/sympy/tree/master/sympy/sets > > Which version of IronPython? It sure looks like the import bug, but if > you're still hitting in 2.7.5b1 then we'll have to reopen it.
Jeff, Here is my sanity check: ============================================= >>>sys.version '2.7.5b1 (IronPython 2.7.5b1 (2.7.0.40) on .NET 4.0.30319.18444 (32-bit))' ============================================= I'm using the pre-compiled binary version. Thanks, Andy -- Andy PGP Key ID: 0xDC1B5864 _______________________________________________ Ironpython-users mailing list [email protected] https://mail.python.org/mailman/listinfo/ironpython-users
