[IronPython] Cannot import 'Networkx' into Ironpython

Jeff Hardy jdhardy at gmail.com
Tue Jan 25 17:18:38 CET 2011


On Tue, Jan 25, 2011 at 9:07 AM, Federico Vaggi <vaggi at 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



More information about the Ironpython-users mailing list