Hi László, > here is the output from ipy: > ... > . > C:\Program Files (x86)\IronPython 2.7\Lib > C:\Program Files (x86)\IronPython 2.7\DLLs > C:\Program Files (x86)\IronPython 2.7 > C:\Program Files (x86)\IronPython 2.7\lib\site-packages > C:\Python27\DLLs > C:\Python27\lib > C:\Python27\lib\plat-win > C:\Python27\lib\lib-tk > C:\Python27 > C:\Python27\lib\site-packages
your ipy path includes the library from cpython (in C:\Python27). Have you tried to remove those Elements, and install your module (inkluding pkg_resources) in the IronPython Lib path? Cheers, Thimo _______________________________________________ Ironpython-users mailing list [email protected] https://mail.python.org/mailman/listinfo/ironpython-users
