On Tue, Jan 25, 2011 at 9:07 AM, Federico Vaggi <va...@cosbi.eu> wrote: > I added: > > sys.path.append(r"C:\Python27\Lib\site-packages\networkx") > > to site.py in the ironpython folder and this is not enough to get ironpython > to see it, but it is enough to get cpython to see it without any further > changes.
Try using sys.path.append(r"C:\Python27\Lib\site-packages") instead. - Jeff _______________________________________________ Users mailing list Users@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com