On Thu, Feb 27, 2003, Alexandre Aractingi wrote: > May I ask you which .py file you're referring to
All python files or only the ones updated since the version you have installed... > I am confused between /usr/local/PyPlucker and > /usr/lib/python2.2/site-packages/PyPlucker Well, where did you install the python parser? I avoid installing anything in python2.2/site-packages, since that prevents me from using several different installations of the parser. If you have installed any python files in site-packages/PyPlucker then they will "override" any other installation... > You just have to copy them without compiling anything? Yes, but you can compile them, too, $ python <path to python system files>/compileall.py <path to PyPlucker> $ python -O <path to python system files>/compileall.py <path to PyPlucker> /Mike _______________________________________________ plucker-list mailing list [EMAIL PROTECTED] http://lists.rubberchicken.org/mailman/listinfo/plucker-list

