[IronPython] Anyone know what DLLs is called on Unix?

Sanghyeon Seo sanxiyn at gmail.com
Tue Nov 6 00:42:20 CET 2007


2007/11/6, Dino Viehland <dinov at exchange.microsoft.com>:
> Seo proposed this feature a while ago:
> http://www.codeplex.com/IronPython/WorkItem/View.aspx?WorkItemId=3730
> and I'm (finally) adding it and wondering what (if anything) we should do if
> the platform is Unix.   Unfortunately I don't have a Unix box handy but I'm
> just guessing it's not called DLLs there J.

I think it's good as-is. For example, Jython is known to use CPython
Windows layout even on non-Windows platforms.

FYI,
C:\Python24\python.exe = /usr/bin/python2.4
C:\Python24\Lib = /usr/lib/python2.4
C:\Python24\DLLs = /usr/lib/python2.4/lib-dynload

-- 
Seo Sanghyeon



More information about the Ironpython-users mailing list