You're right, it doesn't really matter, so long as it's in sys.path.
What do WE do? We put it in site-packages. You can also put it inside of Webware/
Webware changes sys.path so that you can import things that are inside of the "Webware" tree without the "Webware" prefix...
So, in any of the cases above, if you're in a servlet, you can:
from FormKit.Form import Form
Of course, if you're not in a servlet, and the library is in Webware, you'd have to do:
from Webware.FormKit.Form import Form.
There really isn't any documentation about installing it; it doesn't really have any special requirements beyond any other python module, so I guess that we didn't write any. We'll re-evaluate that.
Pierre-Yves Delens wrote:
Bonjour, where should I install FormKit ?
just under Python23/site-packages ? or somewhere in Webware ? Where than ?
or anywhere but with completing my pythonpath?
Where is the documentation or readme about this ?
Thanks on forward
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/
_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss