On Thu, Mar 15, 2007 at 10:10:25AM +0100, Edwin Leuven wrote:
> this is windows and the official installer (the one that bo made available)
> 
> i have no administrator rights and installed lyx on my network share.
> 
> i get the following error message:
> 
> LyX: reconfiguring user directory
> CMD.EXE a ‚t‚ d‚marr‚ avec '\\ulysse\users\edwin.leuven\AppData\lyx15beta1' 
> en tant que chemin 
> d'accŠs de r‚pertoire en
> cours. Les chemins d'accŠs UNC ne sont pas prise en charge. Utilisation du
> r‚pertoire Windows par d‚faut.
> Traceback (most recent call last):
>    File "W:/programs/LyX15/Resources/./configure.py", line 775, in <module>
>      log = open(logfile, 'w')
> IOError: [Errno 13] Permission denied: 'configure.log'
> LyX: Done!
> LyXTextClassList::Read: unable to find textclass file  `'. Exiting.
> Completed
> 
> 
> 
> any clues what is going on (and how to repair it)?

I think this is due to the fact that you use an UNC path. It is simply
ridiculous that cmd.exe cannot deal with them. I think that you could
try mapping the UNC path to a drive letter using the following syntax:

net use x: \\host\share /USER:username password

in this way, you can access \\host\share as x:\. Maybe you don't
even need to specify the username and password.

After doing that, I think that you have to accordingly update some ENV
variable or registry entry, but I am not sure which one (I really use
cygwin rather than windows...).

-- 
Enrico

Reply via email to