The Python your Zope is using must be able to find it So the answer to your question depends on what Python you are using. If you are using the out of the box Zope Python then you can check what directories it scans as follows: cd \yourZopeDir\bin python Python 2.1 (#15, Apr 16 2001, 18:25:49) [MSC 32 bit (Intel)] on win32 Type "copyright", "credits" or "license" for more information.
import sys sys.path you get a list of directories displayed. Each of them is OK. Some of them are just more logical than others On my installation I would put it into 'k:\\programme\\zope\\bin\\lib\\plat-win
Robert ----- Original Message ----- From: "Lucas Vogel" <vogell@yahoo.com> To: <zope@zope.org> Sent: Monday, December 31, 2001 9:28 PM Subject: [Zope] where to put .lib file
Hi, I have compiled the MySql product on a win32 platform, which makes a .lib file called _mysql.lib . Where do I put this file in order for zope to see it? The product won't work because it doesn't see it and I can't seem to find a place to put it anywhere.
Thanks, Lucas Vogel
_________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )