"tiefeng wu" <[email protected]> wrote

is there some way to get path to my executing script, so I can replaced
"os.getcwd()" in above line?

Look at the recent thread on creating exe files with py2exe.
Investigate the __file__  variable...

shutil.rmtree(svn_repos_copy_dir)

I got error "Access denied!" Is that mean my script has no power to delete
it?

More likely the user running the script does not have the correct
access permissions or someone else is using the repository at
the time thus locking it.

HTH,


--
Alan Gauld
Author of the Learn to Program web site
http://www.alan-g.me.uk/

_______________________________________________
Tutor maillist  -  [email protected]
http://mail.python.org/mailman/listinfo/tutor

Reply via email to