Jybackup,
I propose you two choices:
1.Manually create the directoryUsing the file Explorer try to create the directory manually on your Desktop, for example, then select it with Raccoon and see if you can access to it.
2.Debug modewith a text editor open the raccoon.py file and change the line 34:
Code:
# enable the Debug mode by setting this to "True"
DEBUG = False
to be look like this:
Code:
# enable the Debug mode by setting this to "True"
DEBUG = True
Run Raccoon again and you should see a lot of text in the Dos shell.
Repeat the same steps you followed to generate the VS and after you get the directory access error, copy the last lines (the more the better) and paste them here, so I can have a look.
I'm sorry for the inconvenience.
For the next version of Raccoon I've made the directory and file access on Windows more robust to avoid some (rare) issues like yours.
I'm trying to improve also the memory management to better deal with big ligand libraries (>100k ligands) then I'll release it, so stay tuned.
Raccoon is a 'young' software so thanks for using it, reporting the problems... and for you patience!
Stefano
p.s. which is the language of your WinXP version?