So you're suggesting we should just use DLLs instead of detecting Unix and going w/ lib-dynload?
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sanghyeon Seo Sent: Monday, November 05, 2007 3:42 PM To: Discussion of IronPython Subject: Re: [IronPython] Anyone know what DLLs is called on Unix? 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 _______________________________________________ Users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
