Re: [Modeling-users] Modeling on Windows with Zope
Status: Abandoned
Brought to you by:
sbigaret
From: Sebastien B. <sbi...@us...> - 2003-10-27 12:54:26
|
Hi Vladimir, Vladimir <vla...@gu...> wrote: > Hi to everyone! > I'm new to Modeling so I'll need lot of help.... > I was looking for a tool in Zope envirenment, which should be able to use > complex queries on two or more tables in a database. Modeling seems > interesting and so I decided to try it. > Sebastien helped me to install it on windows: >=20=09 > http://modeling.sourceforge.net/download/ModelingCore-0.9-pre-15.win32.exe > http://modeling.sourceforge.net/download/NotificationFramework-0.6.win32.= exe > But now I have this problem: How to make it working in Zope environment? > Unfortunately the Modeling installation wizard can not find the Zope's > python installation and by default installs it in other python installati= on > directory. For the MDL-core, you should copy the lib/python2.1/site-packages/Modeling into your Zope installation, in lib/python2.1/site-packages/ also. For the tools, such as the ZModelizationTool, download and untar the archive, and move the directories ZModelizationTool/ and ZEditingContextSessioning/ into Zope's Products directory (lib/python/Products/). In case this does not work, it would help a lot if you could send the error messages written by Zope. Now, could you elaborate on what you intend to do w/ Zope & the MDL? For the moment being, the ZModeler and the ZEditingContextSessioning are the only products available for Zope. This means in particular that you won't get a running product out-of-the-box to query your database, based on the model ; you'll need to design your own products for that. We can discuss this if you want to. -- S=E9bastien. |