Re: [Gnumed-bugs] <bug>: still happening
"Karsten Hilbert" <[email protected]>
| Newsgroups | gmane.comp.gnu.medical.devel |
|---|---|
| Message-ID | <trinity-238df980-9131-49c5-ac51-bb4c68720106-1440531326940@3capp-gmx-bs21> |
> I see a number of issues. First, xcopy seems to fail. You can potentiall > bypass this by manually doing the copy stuff and removing the line from the > batch file. > > Second a python module is not found, > > module' object has no attribute 'symlink' Once the copy stuff has been done manually the os.symlink() won't be called inside Python anymore so won't fail any longer. Karsten