> Is it possible to install kid without useing the setuptools > stuff? I have had a history of problems with that package > to the extent I do not want it on my system. > > Any alternative for getting kid installed? Python 2.5 on > Windows 2000 if it matters? TIA...
Actually, I did not experience any problems under Windows (XP) except that sometimes the elementtree package was not found. In that case, install it manually. If all else fails, you can just copy the kid egg or the kid folder from the source archive to your site-packages directory. One thing that setuptools does for you in addition is installing kid and kidc executables which is particularly handy under Windows. Some simple things that should be fixed in the upcoming 0.9.4. version: * the ez_setup script should be updated * a Python 2.5 egg should be provided on the download location * Kid should not require elementtree when xml.etree is there -- Christoph ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ kid-template-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/kid-template-discuss
