On Thu, Mar 03, 2005, Faux_Pseudo wrote: > > > os.symlink(os.path.join(MOD_DIR, "PyPlucker", "Spider.py"), > > > os.path.join(BIN_DIR, "plucker-build")) > > For that error it doesn't indicate which file it is that exists. > Which makes it hard to find out which file needs to be removed.
MOD_DIR == the directory you selected to install the python parser in. BIN_DIR == the directory you selected to install the "binary" files in. It's the 'os.path.join(BIN_DIR, "plucker-build")' file that already exists. /Mike _______________________________________________ plucker-list mailing list [email protected] http://lists.rubberchicken.org/mailman/listinfo/plucker-list

