2007/11/6, Dino Viehland <[EMAIL PROTECTED]>: > 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 _______________________________________________ Users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
