LyX-Mac-1.6 and MacTeX2010 installation problem

2011-02-22 Thread Kerensa McElroy
Hi,

I'm trying to get LyX up and running on my system (Mac OS X 10.6.2) for the 
first time. I've installed MacTeX2010 without a problem. Then when I try and 
install Lyx, I get the following problem:

1. Removing obsolete files 
... Done removing obsolete files.

2. Testing to see if old LyX user's folder should be moved to new location 
... Done moving LyX user's directory to new location.

3. (No preferences file found at ~/Library/'Application Support'/LyX-1.6/.)

4. Installing default LyX templates 
... Done installing default LyX templates.

5. Installing LyX's special LaTeX files 
• Found TeX installation at .
• Local TeX directory set to ~/Library/texmf.
• Installed LyX's additional LaTeX .cls and .sty files.

*** ERROR: Cannot run texhash command. Please run manually.

... Done.


After, all my classes are 'unavailable'.  Also, when i try and run sudo texhash 
from terminal, it simply says 'command not found'. 

I've trawled the web for a solution to this problem. It looks like a lot of 
other people have come across this. However, none of the 
suggested solutions are working for me.

Does anyone have any ideas?

Thanks,

Kerensa.

Re: LyX-Mac-1.6 and MacTeX2010 installation problem

2011-02-22 Thread BH
On Tue, Feb 22, 2011 at 9:36 PM, Kerensa McElroy kere...@unsw.edu.au wrote:
 Hi,

 I'm trying to get LyX up and running on my system (Mac OS X 10.6.2) for the 
 first time. I've installed MacTeX2010 without a problem. Then when I try and 
 install Lyx, I get the following problem:

 1. Removing obsolete files 
 ... Done removing obsolete files.

 2. Testing to see if old LyX user's folder should be moved to new location 
 
 ... Done moving LyX user's directory to new location.

 3. (No preferences file found at ~/Library/'Application Support'/LyX-1.6/.)

 4. Installing default LyX templates 
 ... Done installing default LyX templates.

 5. Installing LyX's special LaTeX files 
 • Found TeX installation at .
 • Local TeX directory set to ~/Library/texmf.
 • Installed LyX's additional LaTeX .cls and .sty files.

 *** ERROR: Cannot run texhash command. Please run manually.

 ... Done.


 After, all my classes are 'unavailable'.  Also, when i try and run sudo 
 texhash from terminal, it simply says 'command not found'.

 I've trawled the web for a solution to this problem. It looks like a lot of 
 other people have come across this. However, none of the
 suggested solutions are working for me.

 Does anyone have any ideas?

Did you see this thread? --

http://www.mail-archive.com/lyx-users@lists.lyx.org/msg84463.html

My suspicion is that you really don't have MacTeX installed (at least
not properly); otherwise, you wouldn't have a problem running texhash
from the Terminal. You need to find where your MacTeX binaries are
(default is /usr/texbin) and make sure that path is one of the entries
in LyX  Preferences  Paths  PATH Prefix.

BH


SOLVED: LyX-Mac-1.6 and MacTeX2010 installation problem

2011-02-22 Thread Kerensa McElroy
Hi everyone,

yes, I did see this 
thread,http://www.mail-archive.com/lyx-users@lists.lyx.org/msg84463.html, to no 
avail originally,
however it jogged me into working out a solution now that I've read it again!

Here is the complete instructions to solving this problem, for anyone who needs 
them:

1. change into directory /usr/local/texlive/2010/bin/universal-darwin
2. type sudo ./texhash (and enter password)
3. open lyx, go to LyXPreferencesPaths PATH Prefix. Remove whatever else is 
there and replace with  /usr/local/texlive/2010/bin/universal-darwin. Save.
4. Go to LyX Reconfigure.
5. Close LyX and open it again.

Kerensa.


Re: SOLVED: LyX-Mac-1.6 and MacTeX2010 installation problem

2011-02-22 Thread BH
On Tue, Feb 22, 2011 at 11:39 PM, Kerensa McElroy kere...@unsw.edu.au wrote:
 Hi everyone,
 yes, I did see this
 thread,http://www.mail-archive.com/lyx-users@lists.lyx.org/msg84463.html, to
 no avail originally,
 however it jogged me into working out a solution now that I've read it
 again!
 Here is the complete instructions to solving this problem, for anyone who
 needs them:
 1. change into directory /usr/local/texlive/2010/bin/universal-darwin
 2. type sudo ./texhash (and enter password)
 3. open lyx, go to LyXPreferencesPaths PATH Prefix. Remove whatever else
 is there and replace with  /usr/local/texlive/2010/bin/universal-darwin.
 Save.
 4. Go to LyX Reconfigure.
 5. Close LyX and open it again.
 Kerensa.

This looks to me like a workaround for a botched MacTeX installation.
Take a look at:

http://www.tug.org/mactex/2010/What_Is_Installed.pdf

You should have a softlink at /usr/texbin that points to
/usr/local/texlive/2010/bin/universal-darwin. If not, then something
went wrong, and I'd wonder whether you might encounter other problems
down the road.

I'd suggest checking to see that everything was installed where that
document says it should be, and then opening System Preferences,
clicking on the TeX Distribution button at the bottom, and ensuring
that TeXLive-2010 is selected. If that creates the /usr/texbin
softlink, then you should use that in LyX -- restoring the original
list for PATH Prefix in LyX's preferences. If not, when you upgrade to
MacTeX-2011, LyX won't know how to find it.

BH


Re: SOLVED: LyX-Mac-1.6 and MacTeX2010 installation problem

2011-02-22 Thread Kerensa McElroy
hmm.  No /usr/texbin softlink. And no tex installations at all listed in system 
preferences. 

So, I repeated the installation for MacTeX2010, exactly as it says to. Same 
problem.

Any suggestions? 


On 23/02/2011, at 3:57 PM, BH wrote:

 On Tue, Feb 22, 2011 at 11:39 PM, Kerensa McElroy kere...@unsw.edu.au wrote:
 Hi everyone,
 yes, I did see this
 thread,http://www.mail-archive.com/lyx-users@lists.lyx.org/msg84463.html, to
 no avail originally,
 however it jogged me into working out a solution now that I've read it
 again!
 Here is the complete instructions to solving this problem, for anyone who
 needs them:
 1. change into directory /usr/local/texlive/2010/bin/universal-darwin
 2. type sudo ./texhash (and enter password)
 3. open lyx, go to LyXPreferencesPaths PATH Prefix. Remove whatever else
 is there and replace with  /usr/local/texlive/2010/bin/universal-darwin.
 Save.
 4. Go to LyX Reconfigure.
 5. Close LyX and open it again.
 Kerensa.
 
 This looks to me like a workaround for a botched MacTeX installation.
 Take a look at:
 
 http://www.tug.org/mactex/2010/What_Is_Installed.pdf
 
 You should have a softlink at /usr/texbin that points to
 /usr/local/texlive/2010/bin/universal-darwin. If not, then something
 went wrong, and I'd wonder whether you might encounter other problems
 down the road.
 
 I'd suggest checking to see that everything was installed where that
 document says it should be, and then opening System Preferences,
 clicking on the TeX Distribution button at the bottom, and ensuring
 that TeXLive-2010 is selected. If that creates the /usr/texbin
 softlink, then you should use that in LyX -- restoring the original
 list for PATH Prefix in LyX's preferences. If not, when you upgrade to
 MacTeX-2011, LyX won't know how to find it.
 
 BH



Re: SOLVED: LyX-Mac-1.6 and MacTeX2010 installation problem

2011-02-22 Thread BH
On Wed, Feb 23, 2011 at 12:12 AM, Kerensa McElroy kere...@unsw.edu.au wrote:
 hmm.  No /usr/texbin softlink. And no tex installations at all listed in 
 system preferences.

 So, I repeated the installation for MacTeX2010, exactly as it says to. Same 
 problem.

 Any suggestions?

I'd try the MacTeX people; their support page is here:

http://www.tug.org/mactex/2010/support/emailform/#

(Make sure you click on the read this note link just above the form.)

BH


LyX-Mac-1.6 and MacTeX2010 installation problem

2011-02-22 Thread Kerensa McElroy
Hi,

I'm trying to get LyX up and running on my system (Mac OS X 10.6.2) for the 
first time. I've installed MacTeX2010 without a problem. Then when I try and 
install Lyx, I get the following problem:

1. Removing obsolete files 
... Done removing obsolete files.

2. Testing to see if old LyX user's folder should be moved to new location 
... Done moving LyX user's directory to new location.

3. (No preferences file found at ~/Library/'Application Support'/LyX-1.6/.)

4. Installing default LyX templates 
... Done installing default LyX templates.

5. Installing LyX's special LaTeX files 
• Found TeX installation at .
• Local TeX directory set to ~/Library/texmf.
• Installed LyX's additional LaTeX .cls and .sty files.

*** ERROR: Cannot run texhash command. Please run manually.

... Done.


After, all my classes are 'unavailable'.  Also, when i try and run sudo texhash 
from terminal, it simply says 'command not found'. 

I've trawled the web for a solution to this problem. It looks like a lot of 
other people have come across this. However, none of the 
suggested solutions are working for me.

Does anyone have any ideas?

Thanks,

Kerensa.

Re: LyX-Mac-1.6 and MacTeX2010 installation problem

2011-02-22 Thread BH
On Tue, Feb 22, 2011 at 9:36 PM, Kerensa McElroy kere...@unsw.edu.au wrote:
 Hi,

 I'm trying to get LyX up and running on my system (Mac OS X 10.6.2) for the 
 first time. I've installed MacTeX2010 without a problem. Then when I try and 
 install Lyx, I get the following problem:

 1. Removing obsolete files 
 ... Done removing obsolete files.

 2. Testing to see if old LyX user's folder should be moved to new location 
 
 ... Done moving LyX user's directory to new location.

 3. (No preferences file found at ~/Library/'Application Support'/LyX-1.6/.)

 4. Installing default LyX templates 
 ... Done installing default LyX templates.

 5. Installing LyX's special LaTeX files 
 • Found TeX installation at .
 • Local TeX directory set to ~/Library/texmf.
 • Installed LyX's additional LaTeX .cls and .sty files.

 *** ERROR: Cannot run texhash command. Please run manually.

 ... Done.


 After, all my classes are 'unavailable'.  Also, when i try and run sudo 
 texhash from terminal, it simply says 'command not found'.

 I've trawled the web for a solution to this problem. It looks like a lot of 
 other people have come across this. However, none of the
 suggested solutions are working for me.

 Does anyone have any ideas?

Did you see this thread? --

http://www.mail-archive.com/lyx-users@lists.lyx.org/msg84463.html

My suspicion is that you really don't have MacTeX installed (at least
not properly); otherwise, you wouldn't have a problem running texhash
from the Terminal. You need to find where your MacTeX binaries are
(default is /usr/texbin) and make sure that path is one of the entries
in LyX  Preferences  Paths  PATH Prefix.

BH


SOLVED: LyX-Mac-1.6 and MacTeX2010 installation problem

2011-02-22 Thread Kerensa McElroy
Hi everyone,

yes, I did see this 
thread,http://www.mail-archive.com/lyx-users@lists.lyx.org/msg84463.html, to no 
avail originally,
however it jogged me into working out a solution now that I've read it again!

Here is the complete instructions to solving this problem, for anyone who needs 
them:

1. change into directory /usr/local/texlive/2010/bin/universal-darwin
2. type sudo ./texhash (and enter password)
3. open lyx, go to LyXPreferencesPaths PATH Prefix. Remove whatever else is 
there and replace with  /usr/local/texlive/2010/bin/universal-darwin. Save.
4. Go to LyX Reconfigure.
5. Close LyX and open it again.

Kerensa.


Re: SOLVED: LyX-Mac-1.6 and MacTeX2010 installation problem

2011-02-22 Thread BH
On Tue, Feb 22, 2011 at 11:39 PM, Kerensa McElroy kere...@unsw.edu.au wrote:
 Hi everyone,
 yes, I did see this
 thread,http://www.mail-archive.com/lyx-users@lists.lyx.org/msg84463.html, to
 no avail originally,
 however it jogged me into working out a solution now that I've read it
 again!
 Here is the complete instructions to solving this problem, for anyone who
 needs them:
 1. change into directory /usr/local/texlive/2010/bin/universal-darwin
 2. type sudo ./texhash (and enter password)
 3. open lyx, go to LyXPreferencesPaths PATH Prefix. Remove whatever else
 is there and replace with  /usr/local/texlive/2010/bin/universal-darwin.
 Save.
 4. Go to LyX Reconfigure.
 5. Close LyX and open it again.
 Kerensa.

This looks to me like a workaround for a botched MacTeX installation.
Take a look at:

http://www.tug.org/mactex/2010/What_Is_Installed.pdf

You should have a softlink at /usr/texbin that points to
/usr/local/texlive/2010/bin/universal-darwin. If not, then something
went wrong, and I'd wonder whether you might encounter other problems
down the road.

I'd suggest checking to see that everything was installed where that
document says it should be, and then opening System Preferences,
clicking on the TeX Distribution button at the bottom, and ensuring
that TeXLive-2010 is selected. If that creates the /usr/texbin
softlink, then you should use that in LyX -- restoring the original
list for PATH Prefix in LyX's preferences. If not, when you upgrade to
MacTeX-2011, LyX won't know how to find it.

BH


Re: SOLVED: LyX-Mac-1.6 and MacTeX2010 installation problem

2011-02-22 Thread Kerensa McElroy
hmm.  No /usr/texbin softlink. And no tex installations at all listed in system 
preferences. 

So, I repeated the installation for MacTeX2010, exactly as it says to. Same 
problem.

Any suggestions? 


On 23/02/2011, at 3:57 PM, BH wrote:

 On Tue, Feb 22, 2011 at 11:39 PM, Kerensa McElroy kere...@unsw.edu.au wrote:
 Hi everyone,
 yes, I did see this
 thread,http://www.mail-archive.com/lyx-users@lists.lyx.org/msg84463.html, to
 no avail originally,
 however it jogged me into working out a solution now that I've read it
 again!
 Here is the complete instructions to solving this problem, for anyone who
 needs them:
 1. change into directory /usr/local/texlive/2010/bin/universal-darwin
 2. type sudo ./texhash (and enter password)
 3. open lyx, go to LyXPreferencesPaths PATH Prefix. Remove whatever else
 is there and replace with  /usr/local/texlive/2010/bin/universal-darwin.
 Save.
 4. Go to LyX Reconfigure.
 5. Close LyX and open it again.
 Kerensa.
 
 This looks to me like a workaround for a botched MacTeX installation.
 Take a look at:
 
 http://www.tug.org/mactex/2010/What_Is_Installed.pdf
 
 You should have a softlink at /usr/texbin that points to
 /usr/local/texlive/2010/bin/universal-darwin. If not, then something
 went wrong, and I'd wonder whether you might encounter other problems
 down the road.
 
 I'd suggest checking to see that everything was installed where that
 document says it should be, and then opening System Preferences,
 clicking on the TeX Distribution button at the bottom, and ensuring
 that TeXLive-2010 is selected. If that creates the /usr/texbin
 softlink, then you should use that in LyX -- restoring the original
 list for PATH Prefix in LyX's preferences. If not, when you upgrade to
 MacTeX-2011, LyX won't know how to find it.
 
 BH



Re: SOLVED: LyX-Mac-1.6 and MacTeX2010 installation problem

2011-02-22 Thread BH
On Wed, Feb 23, 2011 at 12:12 AM, Kerensa McElroy kere...@unsw.edu.au wrote:
 hmm.  No /usr/texbin softlink. And no tex installations at all listed in 
 system preferences.

 So, I repeated the installation for MacTeX2010, exactly as it says to. Same 
 problem.

 Any suggestions?

I'd try the MacTeX people; their support page is here:

http://www.tug.org/mactex/2010/support/emailform/#

(Make sure you click on the read this note link just above the form.)

BH


LyX-Mac-1.6 and MacTeX2010 installation problem

2011-02-22 Thread Kerensa McElroy
Hi,

I'm trying to get LyX up and running on my system (Mac OS X 10.6.2) for the 
first time. I've installed MacTeX2010 without a problem. Then when I try and 
install Lyx, I get the following problem:

1. Removing obsolete files 
... Done removing obsolete files.

2. Testing to see if old LyX user's folder should be moved to new location 
... Done moving LyX user's directory to new location.

3. (No preferences file found at ~/Library/'Application Support'/LyX-1.6/.)

4. Installing default LyX templates 
... Done installing default LyX templates.

5. Installing LyX's special LaTeX files 
• Found TeX installation at .
• Local TeX directory set to ~/Library/texmf.
• Installed LyX's additional LaTeX .cls and .sty files.

*** ERROR: Cannot run texhash command. Please run manually.

... Done.


After, all my classes are 'unavailable'.  Also, when i try and run sudo texhash 
from terminal, it simply says 'command not found'. 

I've trawled the web for a solution to this problem. It looks like a lot of 
other people have come across this. However, none of the 
suggested solutions are working for me.

Does anyone have any ideas?

Thanks,

Kerensa.

Re: LyX-Mac-1.6 and MacTeX2010 installation problem

2011-02-22 Thread BH
On Tue, Feb 22, 2011 at 9:36 PM, Kerensa McElroy  wrote:
> Hi,
>
> I'm trying to get LyX up and running on my system (Mac OS X 10.6.2) for the 
> first time. I've installed MacTeX2010 without a problem. Then when I try and 
> install Lyx, I get the following problem:
>
> 1. Removing obsolete files 
> ... Done removing obsolete files.
>
> 2. Testing to see if old LyX user's folder should be moved to new location 
> 
> ... Done moving LyX user's directory to new location.
>
> 3. (No preferences file found at ~/Library/'Application Support'/LyX-1.6/.)
>
> 4. Installing default LyX templates 
> ... Done installing default LyX templates.
>
> 5. Installing LyX's special LaTeX files 
> • Found TeX installation at .
> • Local TeX directory set to ~/Library/texmf.
> • Installed LyX's additional LaTeX .cls and .sty files.
>
> *** ERROR: Cannot run texhash command. Please run manually.
>
> ... Done.
>
>
> After, all my classes are 'unavailable'.  Also, when i try and run sudo 
> texhash from terminal, it simply says 'command not found'.
>
> I've trawled the web for a solution to this problem. It looks like a lot of 
> other people have come across this. However, none of the
> suggested solutions are working for me.
>
> Does anyone have any ideas?

Did you see this thread? --

http://www.mail-archive.com/lyx-users@lists.lyx.org/msg84463.html

My suspicion is that you really don't have MacTeX installed (at least
not properly); otherwise, you wouldn't have a problem running texhash
from the Terminal. You need to find where your MacTeX binaries are
(default is /usr/texbin) and make sure that path is one of the entries
in LyX > Preferences > Paths > PATH Prefix.

BH


SOLVED: LyX-Mac-1.6 and MacTeX2010 installation problem

2011-02-22 Thread Kerensa McElroy
Hi everyone,

yes, I did see this 
thread,http://www.mail-archive.com/lyx-users@lists.lyx.org/msg84463.html, to no 
avail originally,
however it jogged me into working out a solution now that I've read it again!

Here is the complete instructions to solving this problem, for anyone who needs 
them:

1. change into directory /usr/local/texlive/2010/bin/universal-darwin
2. type sudo ./texhash (and enter password)
3. open lyx, go to LyX>Preferences>Paths> PATH Prefix. Remove whatever else is 
there and replace with  /usr/local/texlive/2010/bin/universal-darwin. Save.
4. Go to LyX >Reconfigure.
5. Close LyX and open it again.

Kerensa.


Re: SOLVED: LyX-Mac-1.6 and MacTeX2010 installation problem

2011-02-22 Thread BH
On Tue, Feb 22, 2011 at 11:39 PM, Kerensa McElroy  wrote:
> Hi everyone,
> yes, I did see this
> thread,http://www.mail-archive.com/lyx-users@lists.lyx.org/msg84463.html, to
> no avail originally,
> however it jogged me into working out a solution now that I've read it
> again!
> Here is the complete instructions to solving this problem, for anyone who
> needs them:
> 1. change into directory /usr/local/texlive/2010/bin/universal-darwin
> 2. type sudo ./texhash (and enter password)
> 3. open lyx, go to LyX>Preferences>Paths> PATH Prefix. Remove whatever else
> is there and replace with  /usr/local/texlive/2010/bin/universal-darwin.
> Save.
> 4. Go to LyX >Reconfigure.
> 5. Close LyX and open it again.
> Kerensa.

This looks to me like a workaround for a botched MacTeX installation.
Take a look at:

http://www.tug.org/mactex/2010/What_Is_Installed.pdf

You should have a softlink at /usr/texbin that points to
/usr/local/texlive/2010/bin/universal-darwin. If not, then something
went wrong, and I'd wonder whether you might encounter other problems
down the road.

I'd suggest checking to see that everything was installed where that
document says it should be, and then opening System Preferences,
clicking on the TeX Distribution button at the bottom, and ensuring
that TeXLive-2010 is selected. If that creates the /usr/texbin
softlink, then you should use that in LyX -- restoring the original
list for PATH Prefix in LyX's preferences. If not, when you upgrade to
MacTeX-2011, LyX won't know how to find it.

BH


Re: SOLVED: LyX-Mac-1.6 and MacTeX2010 installation problem

2011-02-22 Thread Kerensa McElroy
hmm.  No /usr/texbin softlink. And no tex installations at all listed in system 
preferences. 

So, I repeated the installation for MacTeX2010, exactly as it says to. Same 
problem.

Any suggestions? 


On 23/02/2011, at 3:57 PM, BH wrote:

> On Tue, Feb 22, 2011 at 11:39 PM, Kerensa McElroy  wrote:
>> Hi everyone,
>> yes, I did see this
>> thread,http://www.mail-archive.com/lyx-users@lists.lyx.org/msg84463.html, to
>> no avail originally,
>> however it jogged me into working out a solution now that I've read it
>> again!
>> Here is the complete instructions to solving this problem, for anyone who
>> needs them:
>> 1. change into directory /usr/local/texlive/2010/bin/universal-darwin
>> 2. type sudo ./texhash (and enter password)
>> 3. open lyx, go to LyX>Preferences>Paths> PATH Prefix. Remove whatever else
>> is there and replace with  /usr/local/texlive/2010/bin/universal-darwin.
>> Save.
>> 4. Go to LyX >Reconfigure.
>> 5. Close LyX and open it again.
>> Kerensa.
> 
> This looks to me like a workaround for a botched MacTeX installation.
> Take a look at:
> 
> http://www.tug.org/mactex/2010/What_Is_Installed.pdf
> 
> You should have a softlink at /usr/texbin that points to
> /usr/local/texlive/2010/bin/universal-darwin. If not, then something
> went wrong, and I'd wonder whether you might encounter other problems
> down the road.
> 
> I'd suggest checking to see that everything was installed where that
> document says it should be, and then opening System Preferences,
> clicking on the TeX Distribution button at the bottom, and ensuring
> that TeXLive-2010 is selected. If that creates the /usr/texbin
> softlink, then you should use that in LyX -- restoring the original
> list for PATH Prefix in LyX's preferences. If not, when you upgrade to
> MacTeX-2011, LyX won't know how to find it.
> 
> BH



Re: SOLVED: LyX-Mac-1.6 and MacTeX2010 installation problem

2011-02-22 Thread BH
On Wed, Feb 23, 2011 at 12:12 AM, Kerensa McElroy  wrote:
> hmm.  No /usr/texbin softlink. And no tex installations at all listed in 
> system preferences.
>
> So, I repeated the installation for MacTeX2010, exactly as it says to. Same 
> problem.
>
> Any suggestions?

I'd try the MacTeX people; their support page is here:

http://www.tug.org/mactex/2010/support/emailform/#

(Make sure you click on the "read this note" link just above the form.)

BH


Re: installation problem

2010-06-22 Thread Arnaud Fouchet
Hello,

I recently installed lyx on my computer. When I try to launch the spelling
check, lyx tells me failed to start ispell.

What can I do ?

Thanks

PS : I'm a mac user, if that's important


Re: installation problem

2010-06-22 Thread Arnaud Fouchet
Hello,

I recently installed lyx on my computer. When I try to launch the spelling
check, lyx tells me failed to start ispell.

What can I do ?

Thanks

PS : I'm a mac user, if that's important


Re: installation problem

2010-06-22 Thread Arnaud Fouchet
Hello,

I recently installed lyx on my computer. When I try to launch the spelling
check, lyx tells me "failed to start ispell".

What can I do ?

Thanks

PS : I'm a mac user, if that's important


installation problem

2010-06-11 Thread Arnaud Fouchet
Hello,

I own a macbook and I wanted to install lyx.

After I clicked on lyx-installer, told him to install, it reported the error
Cannot run texhash command. Please run manually.

Can you help me ?


Re: installation problem

2010-06-11 Thread Liviu Andronic
Hello

On Fri, Jun 11, 2010 at 9:49 AM, Arnaud Fouchet fouch...@gmail.com wrote:
 I own a macbook and I wanted to install lyx.
 After I clicked on lyx-installer, told him to install, it reported the error
 Cannot run texhash command. Please run manually.
 Can you help me ?

Not a Mac user, but try to open a Console, type texhash, and hit
enter. It might be possible that you need admin rights to do so.
Liviu



-- 
Do you know how to read?
http://www.alienetworks.com/srtest.cfm
http://goodies.xfce.org/projects/applications/xfce4-dict#speed-reader
Do you know how to write?
http://garbl.home.comcast.net/~garbl/stylemanual/e.htm#e-mail


Re: installation problem

2010-06-11 Thread Paul A. Rubin

On 6/11/2010 4:49 AM, Arnaud Fouchet wrote:

Hello,

I own a macbook and I wanted to install lyx.

After I clicked on lyx-installer, told him to install, it reported the
error Cannot run texhash command. Please run manually.

Can you help me ?


Probably a silly question, but do you have a LaTeX distribution 
installed on it?  (I don't know what all comes standard on a MacBook.)


/Paul




Re: installation problem

2010-06-11 Thread Rob Oakes

 Probably a silly question, but do you have a LaTeX distribution installed on 
 it?  (I don't know what all comes standard on a MacBook.)

To this, I would ask, which LaTeX distribution do you have installed?  (Mac OS 
X does not come with a LaTeX distribution by default, though most OS X users 
seem to use MacTeX, http://www.tug.org/mactex/2009/.)

If you are using MacTeX, it's also important to know where you have it 
installed.  If you used the default location, you might try to execute texhash 
with the sudo command:

sudo texhash

This will give texhash admin rights for your computer, and allow it to 
read/write to protected directories.

Just some thoughts.

Cheers,

Rob Oakes



installation problem

2010-06-11 Thread Arnaud Fouchet
Hello,

I own a macbook and I wanted to install lyx.

After I clicked on lyx-installer, told him to install, it reported the error
Cannot run texhash command. Please run manually.

Can you help me ?


Re: installation problem

2010-06-11 Thread Liviu Andronic
Hello

On Fri, Jun 11, 2010 at 9:49 AM, Arnaud Fouchet fouch...@gmail.com wrote:
 I own a macbook and I wanted to install lyx.
 After I clicked on lyx-installer, told him to install, it reported the error
 Cannot run texhash command. Please run manually.
 Can you help me ?

Not a Mac user, but try to open a Console, type texhash, and hit
enter. It might be possible that you need admin rights to do so.
Liviu



-- 
Do you know how to read?
http://www.alienetworks.com/srtest.cfm
http://goodies.xfce.org/projects/applications/xfce4-dict#speed-reader
Do you know how to write?
http://garbl.home.comcast.net/~garbl/stylemanual/e.htm#e-mail


Re: installation problem

2010-06-11 Thread Paul A. Rubin

On 6/11/2010 4:49 AM, Arnaud Fouchet wrote:

Hello,

I own a macbook and I wanted to install lyx.

After I clicked on lyx-installer, told him to install, it reported the
error Cannot run texhash command. Please run manually.

Can you help me ?


Probably a silly question, but do you have a LaTeX distribution 
installed on it?  (I don't know what all comes standard on a MacBook.)


/Paul




Re: installation problem

2010-06-11 Thread Rob Oakes

 Probably a silly question, but do you have a LaTeX distribution installed on 
 it?  (I don't know what all comes standard on a MacBook.)

To this, I would ask, which LaTeX distribution do you have installed?  (Mac OS 
X does not come with a LaTeX distribution by default, though most OS X users 
seem to use MacTeX, http://www.tug.org/mactex/2009/.)

If you are using MacTeX, it's also important to know where you have it 
installed.  If you used the default location, you might try to execute texhash 
with the sudo command:

sudo texhash

This will give texhash admin rights for your computer, and allow it to 
read/write to protected directories.

Just some thoughts.

Cheers,

Rob Oakes



installation problem

2010-06-11 Thread Arnaud Fouchet
Hello,

I own a macbook and I wanted to install lyx.

After I clicked on lyx-installer, told him to install, it reported the error
"Cannot run texhash command. Please run manually."

Can you help me ?


Re: installation problem

2010-06-11 Thread Liviu Andronic
Hello

On Fri, Jun 11, 2010 at 9:49 AM, Arnaud Fouchet  wrote:
> I own a macbook and I wanted to install lyx.
> After I clicked on lyx-installer, told him to install, it reported the error
> "Cannot run texhash command. Please run manually."
> Can you help me ?
>
Not a Mac user, but try to open a Console, type texhash, and hit
. It might be possible that you need admin rights to do so.
Liviu



-- 
Do you know how to read?
http://www.alienetworks.com/srtest.cfm
http://goodies.xfce.org/projects/applications/xfce4-dict#speed-reader
Do you know how to write?
http://garbl.home.comcast.net/~garbl/stylemanual/e.htm#e-mail


Re: installation problem

2010-06-11 Thread Paul A. Rubin

On 6/11/2010 4:49 AM, Arnaud Fouchet wrote:

Hello,

I own a macbook and I wanted to install lyx.

After I clicked on lyx-installer, told him to install, it reported the
error "Cannot run texhash command. Please run manually."

Can you help me ?


Probably a silly question, but do you have a LaTeX distribution 
installed on it?  (I don't know what all comes standard on a MacBook.)


/Paul




Re: installation problem

2010-06-11 Thread Rob Oakes

> Probably a silly question, but do you have a LaTeX distribution installed on 
> it?  (I don't know what all comes standard on a MacBook.)

To this, I would ask, which LaTeX distribution do you have installed?  (Mac OS 
X does not come with a LaTeX distribution by default, though most OS X users 
seem to use MacTeX, http://www.tug.org/mactex/2009/.)

If you are using MacTeX, it's also important to know where you have it 
installed.  If you used the default location, you might try to execute texhash 
with the sudo command:

sudo texhash

This will give texhash admin rights for your computer, and allow it to 
read/write to protected directories.

Just some thoughts.

Cheers,

Rob Oakes



Lyx+Miktex2.7+Windows7RC - installation problem

2009-05-07 Thread Murat Yildizoglu
I will also ask this to question in the Miktex forum but I have just
wanted to check if any of you has met the same problem as me before
posting:
I am running W7RC in Virtual box and wanted to install the full LyX
installer. Lyx installs fine but Windows meets a problem during Miktex
install, because it crashes when it arrives to LatexSetup.exe. Then
Windows asks me to close the program. When I try to repeat the
installation, it crashes at the same point.

Murat

-- 
*** NEW UNIVERSITY, NEW ADDRESS ! ***

Prof. Murat Yildizoglu
Université Paul Cézanne (Aix-Marseille 3)
GREQAM (UMR CNRS 6579)
Centre de la Vieille Charité
2, rue de la Charité
13236 Marseille cedex 02

Bureau 320
Tel : +33 4 91 14 07 27 (standard)
Tel : +33 4 91 14 07 70 (secrétariat)
Tel : +33 4 91 14 07 47 (bureau)
Fax : +33 4 91 90 02 27

e-mail: murat.yildizo...@univ-cezanne.fr
www : http://www.vcharite.univ-mrs.fr/PP/yildi/index.html
http://www.twitter.com/yildizoglu
__


Lyx+Miktex2.7+Windows7RC - installation problem

2009-05-07 Thread Murat Yildizoglu
I will also ask this to question in the Miktex forum but I have just
wanted to check if any of you has met the same problem as me before
posting:
I am running W7RC in Virtual box and wanted to install the full LyX
installer. Lyx installs fine but Windows meets a problem during Miktex
install, because it crashes when it arrives to LatexSetup.exe. Then
Windows asks me to close the program. When I try to repeat the
installation, it crashes at the same point.

Murat

-- 
*** NEW UNIVERSITY, NEW ADDRESS ! ***

Prof. Murat Yildizoglu
Université Paul Cézanne (Aix-Marseille 3)
GREQAM (UMR CNRS 6579)
Centre de la Vieille Charité
2, rue de la Charité
13236 Marseille cedex 02

Bureau 320
Tel : +33 4 91 14 07 27 (standard)
Tel : +33 4 91 14 07 70 (secrétariat)
Tel : +33 4 91 14 07 47 (bureau)
Fax : +33 4 91 90 02 27

e-mail: murat.yildizo...@univ-cezanne.fr
www : http://www.vcharite.univ-mrs.fr/PP/yildi/index.html
http://www.twitter.com/yildizoglu
__


Lyx+Miktex2.7+Windows7RC -> installation problem

2009-05-07 Thread Murat Yildizoglu
I will also ask this to question in the Miktex forum but I have just
wanted to check if any of you has met the same problem as me before
posting:
I am running W7RC in Virtual box and wanted to install the full LyX
installer. Lyx installs fine but Windows meets a problem during Miktex
install, because it crashes when it arrives to LatexSetup.exe. Then
Windows asks me to close the program. When I try to repeat the
installation, it crashes at the same point.

Murat

-- 
*** NEW UNIVERSITY, NEW ADDRESS ! ***

Prof. Murat Yildizoglu
Université Paul Cézanne (Aix-Marseille 3)
GREQAM (UMR CNRS 6579)
Centre de la Vieille Charité
2, rue de la Charité
13236 Marseille cedex 02

Bureau 320
Tel : +33 4 91 14 07 27 (standard)
Tel : +33 4 91 14 07 70 (secrétariat)
Tel : +33 4 91 14 07 47 (bureau)
Fax : +33 4 91 90 02 27

e-mail: murat.yildizo...@univ-cezanne.fr
www : http://www.vcharite.univ-mrs.fr/PP/yildi/index.html
http://www.twitter.com/yildizoglu
__


Re: Lyx Installation problem on Mac OS X

2009-01-18 Thread John Schulman
I tried running the OSX installer directly and the installation seems
to go through but then there are other problems that prevent me from
opening a document or starting a new one.
Thanks for the help, but I think I'm going to give up on LyX 1.6 since
my current installation of 1.5 works.

On Sat, Jan 17, 2009 at 3:50 PM, Bennett Helm bewih...@gmail.com wrote:
 On Sat, Jan 17, 2009 at 11:32 AM, John Schulman jos...@caltech.edu wrote:
 Thanks for the reply. Unfortunately, I still can't figure out the
 problem. Here's a sh session (started in bash):

 sh-3.2$ which python
 /Library/Frameworks/Python.framework/Versions/Current/bin/python

 Ah, yes. When the installer is run from the GUI, it doesn't pick up
 the path you specify manually. I think it should work to go into
 Terminal and enter:

 /path/to/LyX-installer/Contents/MacOS/LyX-installer

 That should pick up the path from your Terminal shell.

 Alternatively, you could make a link from /usr/bin/python to your
 current python installation.

 Bennett




Re: Lyx Installation problem on Mac OS X

2009-01-18 Thread John Schulman
I tried running the OSX installer directly and the installation seems
to go through but then there are other problems that prevent me from
opening a document or starting a new one.
Thanks for the help, but I think I'm going to give up on LyX 1.6 since
my current installation of 1.5 works.

On Sat, Jan 17, 2009 at 3:50 PM, Bennett Helm bewih...@gmail.com wrote:
 On Sat, Jan 17, 2009 at 11:32 AM, John Schulman jos...@caltech.edu wrote:
 Thanks for the reply. Unfortunately, I still can't figure out the
 problem. Here's a sh session (started in bash):

 sh-3.2$ which python
 /Library/Frameworks/Python.framework/Versions/Current/bin/python

 Ah, yes. When the installer is run from the GUI, it doesn't pick up
 the path you specify manually. I think it should work to go into
 Terminal and enter:

 /path/to/LyX-installer/Contents/MacOS/LyX-installer

 That should pick up the path from your Terminal shell.

 Alternatively, you could make a link from /usr/bin/python to your
 current python installation.

 Bennett




Re: Lyx Installation problem on Mac OS X

2009-01-18 Thread John Schulman
I tried running the OSX installer directly and the installation seems
to go through but then there are other problems that prevent me from
opening a document or starting a new one.
Thanks for the help, but I think I'm going to give up on LyX 1.6 since
my current installation of 1.5 works.

On Sat, Jan 17, 2009 at 3:50 PM, Bennett Helm  wrote:
> On Sat, Jan 17, 2009 at 11:32 AM, John Schulman  wrote:
>> Thanks for the reply. Unfortunately, I still can't figure out the
>> problem. Here's a sh session (started in bash):
>>
>> sh-3.2$ which python
>> /Library/Frameworks/Python.framework/Versions/Current/bin/python
>
> Ah, yes. When the installer is run from the GUI, it doesn't pick up
> the path you specify manually. I think it should work to go into
> Terminal and enter:
>
> /path/to/LyX-installer/Contents/MacOS/LyX-installer
>
> That should pick up the path from your Terminal shell.
>
> Alternatively, you could make a link from /usr/bin/python to your
> current python installation.
>
> Bennett
>
>


Re: Lyx Installation problem on Mac OS X

2009-01-17 Thread John Schulman
Thanks for the reply. Unfortunately, I still can't figure out the
problem. Here's a sh session (started in bash):

sh-3.2$ which python
/Library/Frameworks/Python.framework/Versions/Current/bin/python
sh-3.2$ python
EPD with Py2.5 (4.0.30002 ) -- http://www.enthought.com/epd

Python 2.5.2 |EPD with Py2.5 4.0.30002 | (r252:60911, Oct 15 2008, 16:58:38)
[GCC 4.0.1 (Apple Computer, Inc. build 5370)] on darwin
Type help, copyright, credits or license for more information.







On Fri, Jan 16, 2009 at 9:28 PM, Bennett Helm bewih...@gmail.com wrote:
 On Fri, Jan 16, 2009 at 11:28 AM, John Schulman jos...@caltech.edu wrote:
 I try to install Lyx 1.6.1 from the Mac OS X binary, and when I run
 the Lyx-installer I get the following error:
 AppleScript Error
 sh: python: command not found

 I definitely have python installed. My default version is from the
 enthought distribution (not the original Leopard installation)
 'which python' typed into bash returns
 /Library/Frameworks/Python.framework/Versions/Current/bin/python

 And that's a path you probably don't have set for sh (as opposed to
 bash), which is why you're getting the error.

 The installer presupposes that you have default installations of tools
 like python. You can either create a link for python in a folder
 within your sh path or add your installation of python to the sh path
 before running the installer.

 Bennett




Re: Lyx Installation problem on Mac OS X

2009-01-17 Thread Bennett Helm
On Sat, Jan 17, 2009 at 11:32 AM, John Schulman jos...@caltech.edu wrote:
 Thanks for the reply. Unfortunately, I still can't figure out the
 problem. Here's a sh session (started in bash):

 sh-3.2$ which python
 /Library/Frameworks/Python.framework/Versions/Current/bin/python

Ah, yes. When the installer is run from the GUI, it doesn't pick up
the path you specify manually. I think it should work to go into
Terminal and enter:

/path/to/LyX-installer/Contents/MacOS/LyX-installer

That should pick up the path from your Terminal shell.

Alternatively, you could make a link from /usr/bin/python to your
current python installation.

Bennett


Re: Lyx Installation problem on Mac OS X

2009-01-17 Thread John Schulman
Thanks for the reply. Unfortunately, I still can't figure out the
problem. Here's a sh session (started in bash):

sh-3.2$ which python
/Library/Frameworks/Python.framework/Versions/Current/bin/python
sh-3.2$ python
EPD with Py2.5 (4.0.30002 ) -- http://www.enthought.com/epd

Python 2.5.2 |EPD with Py2.5 4.0.30002 | (r252:60911, Oct 15 2008, 16:58:38)
[GCC 4.0.1 (Apple Computer, Inc. build 5370)] on darwin
Type help, copyright, credits or license for more information.







On Fri, Jan 16, 2009 at 9:28 PM, Bennett Helm bewih...@gmail.com wrote:
 On Fri, Jan 16, 2009 at 11:28 AM, John Schulman jos...@caltech.edu wrote:
 I try to install Lyx 1.6.1 from the Mac OS X binary, and when I run
 the Lyx-installer I get the following error:
 AppleScript Error
 sh: python: command not found

 I definitely have python installed. My default version is from the
 enthought distribution (not the original Leopard installation)
 'which python' typed into bash returns
 /Library/Frameworks/Python.framework/Versions/Current/bin/python

 And that's a path you probably don't have set for sh (as opposed to
 bash), which is why you're getting the error.

 The installer presupposes that you have default installations of tools
 like python. You can either create a link for python in a folder
 within your sh path or add your installation of python to the sh path
 before running the installer.

 Bennett




Re: Lyx Installation problem on Mac OS X

2009-01-17 Thread Bennett Helm
On Sat, Jan 17, 2009 at 11:32 AM, John Schulman jos...@caltech.edu wrote:
 Thanks for the reply. Unfortunately, I still can't figure out the
 problem. Here's a sh session (started in bash):

 sh-3.2$ which python
 /Library/Frameworks/Python.framework/Versions/Current/bin/python

Ah, yes. When the installer is run from the GUI, it doesn't pick up
the path you specify manually. I think it should work to go into
Terminal and enter:

/path/to/LyX-installer/Contents/MacOS/LyX-installer

That should pick up the path from your Terminal shell.

Alternatively, you could make a link from /usr/bin/python to your
current python installation.

Bennett


Re: Lyx Installation problem on Mac OS X

2009-01-17 Thread John Schulman
Thanks for the reply. Unfortunately, I still can't figure out the
problem. Here's a sh session (started in bash):

sh-3.2$ which python
/Library/Frameworks/Python.framework/Versions/Current/bin/python
sh-3.2$ python
EPD with Py2.5 (4.0.30002 ) -- http://www.enthought.com/epd

Python 2.5.2 |EPD with Py2.5 4.0.30002 | (r252:60911, Oct 15 2008, 16:58:38)
[GCC 4.0.1 (Apple Computer, Inc. build 5370)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>>






On Fri, Jan 16, 2009 at 9:28 PM, Bennett Helm  wrote:
> On Fri, Jan 16, 2009 at 11:28 AM, John Schulman  wrote:
>> I try to install Lyx 1.6.1 from the Mac OS X binary, and when I run
>> the Lyx-installer I get the following error:
>> AppleScript Error
>> sh: python: command not found
>>
>> I definitely have python installed. My default version is from the
>> enthought distribution (not the original Leopard installation)
>> 'which python' typed into bash returns
>> /Library/Frameworks/Python.framework/Versions/Current/bin/python
>
> And that's a path you probably don't have set for sh (as opposed to
> bash), which is why you're getting the error.
>
> The installer presupposes that you have default installations of tools
> like python. You can either create a link for python in a folder
> within your sh path or add your installation of python to the sh path
> before running the installer.
>
> Bennett
>
>


Re: Lyx Installation problem on Mac OS X

2009-01-17 Thread Bennett Helm
On Sat, Jan 17, 2009 at 11:32 AM, John Schulman  wrote:
> Thanks for the reply. Unfortunately, I still can't figure out the
> problem. Here's a sh session (started in bash):
>
> sh-3.2$ which python
> /Library/Frameworks/Python.framework/Versions/Current/bin/python

Ah, yes. When the installer is run from the GUI, it doesn't pick up
the path you specify manually. I think it should work to go into
Terminal and enter:

/path/to/LyX-installer/Contents/MacOS/LyX-installer

That should pick up the path from your Terminal shell.

Alternatively, you could make a link from /usr/bin/python to your
current python installation.

Bennett


Lyx Installation problem on Mac OS X

2009-01-16 Thread John Schulman
I try to install Lyx 1.6.1 from the Mac OS X binary, and when I run
the Lyx-installer I get the following error:
AppleScript Error
sh: python: command not found

I definitely have python installed. My default version is from the
enthought distribution (not the original Leopard installation)
'which python' typed into bash returns
/Library/Frameworks/Python.framework/Versions/Current/bin/python


Thanks,
John


Re: Lyx Installation problem on Mac OS X

2009-01-16 Thread Bennett Helm
On Fri, Jan 16, 2009 at 11:28 AM, John Schulman jos...@caltech.edu wrote:
 I try to install Lyx 1.6.1 from the Mac OS X binary, and when I run
 the Lyx-installer I get the following error:
 AppleScript Error
 sh: python: command not found

 I definitely have python installed. My default version is from the
 enthought distribution (not the original Leopard installation)
 'which python' typed into bash returns
 /Library/Frameworks/Python.framework/Versions/Current/bin/python

And that's a path you probably don't have set for sh (as opposed to
bash), which is why you're getting the error.

The installer presupposes that you have default installations of tools
like python. You can either create a link for python in a folder
within your sh path or add your installation of python to the sh path
before running the installer.

Bennett


Lyx Installation problem on Mac OS X

2009-01-16 Thread John Schulman
I try to install Lyx 1.6.1 from the Mac OS X binary, and when I run
the Lyx-installer I get the following error:
AppleScript Error
sh: python: command not found

I definitely have python installed. My default version is from the
enthought distribution (not the original Leopard installation)
'which python' typed into bash returns
/Library/Frameworks/Python.framework/Versions/Current/bin/python


Thanks,
John


Re: Lyx Installation problem on Mac OS X

2009-01-16 Thread Bennett Helm
On Fri, Jan 16, 2009 at 11:28 AM, John Schulman jos...@caltech.edu wrote:
 I try to install Lyx 1.6.1 from the Mac OS X binary, and when I run
 the Lyx-installer I get the following error:
 AppleScript Error
 sh: python: command not found

 I definitely have python installed. My default version is from the
 enthought distribution (not the original Leopard installation)
 'which python' typed into bash returns
 /Library/Frameworks/Python.framework/Versions/Current/bin/python

And that's a path you probably don't have set for sh (as opposed to
bash), which is why you're getting the error.

The installer presupposes that you have default installations of tools
like python. You can either create a link for python in a folder
within your sh path or add your installation of python to the sh path
before running the installer.

Bennett


Lyx Installation problem on Mac OS X

2009-01-16 Thread John Schulman
I try to install Lyx 1.6.1 from the Mac OS X binary, and when I run
the Lyx-installer I get the following error:
AppleScript Error
sh: python: command not found

I definitely have python installed. My default version is from the
enthought distribution (not the original Leopard installation)
'which python' typed into bash returns
/Library/Frameworks/Python.framework/Versions/Current/bin/python


Thanks,
John


Re: Lyx Installation problem on Mac OS X

2009-01-16 Thread Bennett Helm
On Fri, Jan 16, 2009 at 11:28 AM, John Schulman  wrote:
> I try to install Lyx 1.6.1 from the Mac OS X binary, and when I run
> the Lyx-installer I get the following error:
> AppleScript Error
> sh: python: command not found
>
> I definitely have python installed. My default version is from the
> enthought distribution (not the original Leopard installation)
> 'which python' typed into bash returns
> /Library/Frameworks/Python.framework/Versions/Current/bin/python

And that's a path you probably don't have set for sh (as opposed to
bash), which is why you're getting the error.

The installer presupposes that you have default installations of tools
like python. You can either create a link for python in a folder
within your sh path or add your installation of python to the sh path
before running the installer.

Bennett


installation problem (Win XP)

2007-08-29 Thread sara teinturier
Hi, 

I've installed LyX with the LyX 1.5.1-1 installer for Windows (win XP, SP1). All
is very easy, thanks a lot.

But when I try to launch LyX, this report error appears:

Debug log
TextClassList::Read: no textclasses found!
Completed

What does that mean and what should I do??
Please, note I'm not at all a geek! 

Thanks for your help
Sara





Re: installation problem (Win XP)

2007-08-29 Thread Uwe Stöhr

sara teinturier schrieb:


I've installed LyX with the LyX 1.5.1-1 installer for Windows (win XP, SP1). All
is very easy, thanks a lot.

But when I try to launch LyX, this report error appears:

Debug log
TextClassList::Read: no textclasses found!
Completed


Does this workaraound help?:

Delete the files textclass.lst and packages.lst in the folder
~:\Documents and Settings\username\Application Data\LyX1.5.x and restart LyX.

regards Uwe


[solved] Re: installation problem (Win XP)

2007-08-29 Thread S. Teinturier
Wonderful, it works now. Thanks a lot for your help and for LyX which is 
really great...

Regards,
Sara


Uwe Stöhr a écrit :

sara teinturier schrieb:

I've installed LyX with the LyX 1.5.1-1 installer for Windows (win 
XP, SP1). All

is very easy, thanks a lot.

But when I try to launch LyX, this report error appears:

Debug log
TextClassList::Read: no textclasses found!
Completed


Does this workaraound help?:

Delete the files textclass.lst and packages.lst in the folder
~:\Documents and Settings\username\Application Data\LyX1.5.x and 
restart LyX.


regards Uwe



installation problem (Win XP)

2007-08-29 Thread sara teinturier
Hi, 

I've installed LyX with the LyX 1.5.1-1 installer for Windows (win XP, SP1). All
is very easy, thanks a lot.

But when I try to launch LyX, this report error appears:

Debug log
TextClassList::Read: no textclasses found!
Completed

What does that mean and what should I do??
Please, note I'm not at all a geek! 

Thanks for your help
Sara





Re: installation problem (Win XP)

2007-08-29 Thread Uwe Stöhr

sara teinturier schrieb:


I've installed LyX with the LyX 1.5.1-1 installer for Windows (win XP, SP1). All
is very easy, thanks a lot.

But when I try to launch LyX, this report error appears:

Debug log
TextClassList::Read: no textclasses found!
Completed


Does this workaraound help?:

Delete the files textclass.lst and packages.lst in the folder
~:\Documents and Settings\username\Application Data\LyX1.5.x and restart LyX.

regards Uwe


[solved] Re: installation problem (Win XP)

2007-08-29 Thread S. Teinturier
Wonderful, it works now. Thanks a lot for your help and for LyX which is 
really great...

Regards,
Sara


Uwe Stöhr a écrit :

sara teinturier schrieb:

I've installed LyX with the LyX 1.5.1-1 installer for Windows (win 
XP, SP1). All

is very easy, thanks a lot.

But when I try to launch LyX, this report error appears:

Debug log
TextClassList::Read: no textclasses found!
Completed


Does this workaraound help?:

Delete the files textclass.lst and packages.lst in the folder
~:\Documents and Settings\username\Application Data\LyX1.5.x and 
restart LyX.


regards Uwe



installation problem (Win XP)

2007-08-29 Thread sara teinturier
Hi, 

I've installed LyX with the LyX 1.5.1-1 installer for Windows (win XP, SP1). All
is very easy, thanks a lot.

But when I try to launch LyX, this report error appears:

"Debug log
TextClassList::Read: no textclasses found!
Completed"

What does that mean and what should I do??
Please, note I'm not at all a geek! 

Thanks for your help
Sara





Re: installation problem (Win XP)

2007-08-29 Thread Uwe Stöhr

sara teinturier schrieb:


I've installed LyX with the LyX 1.5.1-1 installer for Windows (win XP, SP1). All
is very easy, thanks a lot.

But when I try to launch LyX, this report error appears:

"Debug log
TextClassList::Read: no textclasses found!
Completed"


Does this workaraound help?:

Delete the files "textclass.lst" and "packages.lst" in the folder
~:\Documents and Settings\username\Application Data\LyX1.5.x and restart LyX."

regards Uwe


[solved] Re: installation problem (Win XP)

2007-08-29 Thread S. Teinturier
Wonderful, it works now. Thanks a lot for your help and for LyX which is 
really great...

Regards,
Sara


Uwe Stöhr a écrit :

sara teinturier schrieb:

I've installed LyX with the LyX 1.5.1-1 installer for Windows (win 
XP, SP1). All

is very easy, thanks a lot.

But when I try to launch LyX, this report error appears:

"Debug log
TextClassList::Read: no textclasses found!
Completed"


Does this workaraound help?:

Delete the files "textclass.lst" and "packages.lst" in the folder
~:\Documents and Settings\username\Application Data\LyX1.5.x and 
restart LyX."


regards Uwe



Re: Windows installation problem

2006-11-16 Thread Nicolás

Hi!

A previous post in the list may be of help:
http://www.mail-archive.com/lyx-users@lists.lyx.org/msg51982.html
http://www.mail-archive.com/lyx-users@lists.lyx.org/msg51958.html

Nicolás

Ian Riley wrote:
Installing LyX from lyx-143-5.exe on two different Windows machines (XP 
and Win2000), both resulted in an error, LyXTextClassList::Read: no 
textclasses found!, each time it is run.  Reinstallation did not 
resolve the problem.


LyX installs and runs flawlessly under Dapper Ubuntu at home.

Does anyway know of a solution?  Thanks, Ian






Re: Windows installation problem

2006-11-16 Thread Paul A. Rubin

Ian Riley wrote:
Installing LyX from lyx-143-5.exe on two different Windows machines (XP 
and Win2000), both resulted in an error, LyXTextClassList::Read: no 
textclasses found!, each time it is run.  Reinstallation did not 
resolve the problem.


LyX installs and runs flawlessly under Dapper Ubuntu at home.

Does anyway know of a solution?  Thanks, Ian




First question: are these machines self-contained, or do users have 
their home directories on a remote server?  (There have been two reports 
of this problem recently from people using remote servers.)


Assuming that your home directories are stored on the machines, you 
might try opening a DOS shell and changing to the Resources folder under 
the LyX installation directory.  There is a script 'configure.py' there. 
 Try running it.  (If you don't have the full Python installed and 
associated with .py file types, you will need to run 'python 
configure.py' or possibly 'path\python configure.py', where path is 
the path to the copy of Python installed by LyX.


In the event that doesn't work (it usually does), you should at least 
get some informative error messages in the DOS window.


/Paul



Re: Windows installation problem

2006-11-16 Thread Nicolás

Hi!

A previous post in the list may be of help:
http://www.mail-archive.com/lyx-users@lists.lyx.org/msg51982.html
http://www.mail-archive.com/lyx-users@lists.lyx.org/msg51958.html

Nicolás

Ian Riley wrote:
Installing LyX from lyx-143-5.exe on two different Windows machines (XP 
and Win2000), both resulted in an error, LyXTextClassList::Read: no 
textclasses found!, each time it is run.  Reinstallation did not 
resolve the problem.


LyX installs and runs flawlessly under Dapper Ubuntu at home.

Does anyway know of a solution?  Thanks, Ian






Re: Windows installation problem

2006-11-16 Thread Paul A. Rubin

Ian Riley wrote:
Installing LyX from lyx-143-5.exe on two different Windows machines (XP 
and Win2000), both resulted in an error, LyXTextClassList::Read: no 
textclasses found!, each time it is run.  Reinstallation did not 
resolve the problem.


LyX installs and runs flawlessly under Dapper Ubuntu at home.

Does anyway know of a solution?  Thanks, Ian




First question: are these machines self-contained, or do users have 
their home directories on a remote server?  (There have been two reports 
of this problem recently from people using remote servers.)


Assuming that your home directories are stored on the machines, you 
might try opening a DOS shell and changing to the Resources folder under 
the LyX installation directory.  There is a script 'configure.py' there. 
 Try running it.  (If you don't have the full Python installed and 
associated with .py file types, you will need to run 'python 
configure.py' or possibly 'path\python configure.py', where path is 
the path to the copy of Python installed by LyX.


In the event that doesn't work (it usually does), you should at least 
get some informative error messages in the DOS window.


/Paul



Re: Windows installation problem

2006-11-16 Thread Nicolás

Hi!

A previous post in the list may be of help:
http://www.mail-archive.com/lyx-users@lists.lyx.org/msg51982.html
http://www.mail-archive.com/lyx-users@lists.lyx.org/msg51958.html

Nicolás

Ian Riley wrote:
Installing LyX from lyx-143-5.exe on two different Windows machines (XP 
and Win2000), both resulted in an error, "LyXTextClassList::Read: no 
textclasses found!", each time it is run.  Reinstallation did not 
resolve the problem.


LyX installs and runs flawlessly under Dapper Ubuntu at home.

Does anyway know of a solution?  Thanks, Ian






Re: Windows installation problem

2006-11-16 Thread Paul A. Rubin

Ian Riley wrote:
Installing LyX from lyx-143-5.exe on two different Windows machines (XP 
and Win2000), both resulted in an error, "LyXTextClassList::Read: no 
textclasses found!", each time it is run.  Reinstallation did not 
resolve the problem.


LyX installs and runs flawlessly under Dapper Ubuntu at home.

Does anyway know of a solution?  Thanks, Ian




First question: are these machines self-contained, or do users have 
their home directories on a remote server?  (There have been two reports 
of this problem recently from people using remote servers.)


Assuming that your home directories are stored on the machines, you 
might try opening a DOS shell and changing to the Resources folder under 
the LyX installation directory.  There is a script 'configure.py' there. 
 Try running it.  (If you don't have the full Python installed and 
associated with .py file types, you will need to run 'python 
configure.py' or possibly '\python configure.py', where  is 
the path to the copy of Python installed by LyX.


In the event that doesn't work (it usually does), you should at least 
get some informative error messages in the DOS window.


/Paul



Windows installation problem

2006-11-15 Thread Ian Riley
Installing LyX from lyx-143-5.exe on two different Windows machines (XP 
and Win2000), both resulted in an error, LyXTextClassList::Read: no 
textclasses found!, each time it is run.  Reinstallation did not 
resolve the problem.


LyX installs and runs flawlessly under Dapper Ubuntu at home.

Does anyway know of a solution?  Thanks, Ian



Windows installation problem

2006-11-15 Thread Ian Riley
Installing LyX from lyx-143-5.exe on two different Windows machines (XP 
and Win2000), both resulted in an error, LyXTextClassList::Read: no 
textclasses found!, each time it is run.  Reinstallation did not 
resolve the problem.


LyX installs and runs flawlessly under Dapper Ubuntu at home.

Does anyway know of a solution?  Thanks, Ian



Windows installation problem

2006-11-15 Thread Ian Riley
Installing LyX from lyx-143-5.exe on two different Windows machines (XP 
and Win2000), both resulted in an error, "LyXTextClassList::Read: no 
textclasses found!", each time it is run.  Reinstallation did not 
resolve the problem.


LyX installs and runs flawlessly under Dapper Ubuntu at home.

Does anyway know of a solution?  Thanks, Ian



Windows installation problem (and fix)

2006-08-12 Thread Serge Barbosa Da Torre

For reference for other users:

I installed  Lyx 1.4.2  (with version Lyx-1.4.2-1.exe installer).
Unfortunately it completely fails to start. A cmd window start and 
disappear. Lyx does not start.


Running it from cmd window here is the message:

 Exception caught:
 boost::filesystem::is_directory: 
D:\msys\home\lyx-142\build\installprefix\Resources\chkconfig.ltx: Le 
périphérique n'est pas prêt.

 Unable to determine the system directory having searched
   C:/appli/LyX14/bin/C:/appli/LyX14/Resources/
 Use the '-sysdir' command line parameter or set the environment 
variable LYX_DIR_14x to the LyX system directory containing the file 
`chkconfig.ltx'.


The fix is obviously to modify the launch script lyx.bat to add the 
-sysdir option to the executable as following:


C:\appli\LyX14\binmore lyx.bat

@echo off
SET LC_ALL=en_EN
SET AIK_DATA_DIR=C:\appli\LyX14\aiksaurus
start LyX C:\appli\LyX14\bin\lyx.exe -sysdir c:/appli/LyX14/Resources %*


I am wondering why it works for other people.

Regards,
serge


Re: Windows installation problem (and fix)

2006-08-12 Thread Jean-Marc Lasgouttes
 Serge == Serge Barbosa Da Torre [EMAIL PROTECTED] writes:

Serge The fix is obviously to modify the launch script lyx.bat to add
Serge the -sysdir option to the executable as following:

This should not be necessary... Did you do something special, besides
installing in a non-standard directory?

The problem is
 Unable to determine the system directory having searched
   C:/appli/LyX14/bin/C:/appli/LyX14/Resources/

LyX should have searched in C:/appli/LyX14/Resources/ instead.

JMarc


Re: Windows installation problem (and fix)

2006-08-12 Thread Serge Barbosa Da Torre



Serge The fix is obviously to modify the launch script lyx.bat to add
Serge the -sysdir option to the executable as following:

This should not be necessary... Did you do something special, besides
installing in a non-standard directory?

  
Nothing special. Actually I installed it a first time with the default 
dir (c:/Program Files/Lyx14) but it was failing.
Seeing in the list that some people had problem with the space in the 
pathname, i reinstalled it in c:/appli. Same problem.

The problem is
 Unable to determine the system directory having searched
   C:/appli/LyX14/bin/C:/appli/LyX14/Resources/

  
LyX should have searched in C:/appli/LyX14/Resources/ instead.


  

Yes.
Note that this message is confusing:
  - did it search separately c:/appli/lyx14/bin, and 
c:/appli/lyx14/resources (in which case it should have found the correct 
dir), and did the error printing by concatenating the 2 dirs?
  - or did it search a single dir of the form 
c:/appli/lyx14/bin/c:/appli/lyx14/resources/  ?? Note that if i pass a 
bogus dir to the -sysdir option, it reports that dir on a new line.





Re: Windows installation problem (and fix)

2006-08-12 Thread Jean-Marc Lasgouttes
 Serge == Serge Barbosa Da Torre [EMAIL PROTECTED] writes:

Serge Yes. Note that this message is confusing: 
Serge - did it search separately c:/appli/lyx14/bin, and
Serge c:/appli/lyx14/resources (in which case it should have found
Serge the correct dir), and did the error printing by concatenating
Serge the 2 dirs? 

No

Serge - or did it search a single dir of the form
Serge c:/appli/lyx14/bin/c:/appli/lyx14/resources/ ?? Note that if i
Serge pass a bogus dir to the -sysdir option, it reports that dir on
Serge a new line.

There should be one directory per line.

JMarc


Windows installation problem (and fix)

2006-08-12 Thread Serge Barbosa Da Torre

For reference for other users:

I installed  Lyx 1.4.2  (with version Lyx-1.4.2-1.exe installer).
Unfortunately it completely fails to start. A cmd window start and 
disappear. Lyx does not start.


Running it from cmd window here is the message:

 Exception caught:
 boost::filesystem::is_directory: 
D:\msys\home\lyx-142\build\installprefix\Resources\chkconfig.ltx: Le 
périphérique n'est pas prêt.

 Unable to determine the system directory having searched
   C:/appli/LyX14/bin/C:/appli/LyX14/Resources/
 Use the '-sysdir' command line parameter or set the environment 
variable LYX_DIR_14x to the LyX system directory containing the file 
`chkconfig.ltx'.


The fix is obviously to modify the launch script lyx.bat to add the 
-sysdir option to the executable as following:


C:\appli\LyX14\binmore lyx.bat

@echo off
SET LC_ALL=en_EN
SET AIK_DATA_DIR=C:\appli\LyX14\aiksaurus
start LyX C:\appli\LyX14\bin\lyx.exe -sysdir c:/appli/LyX14/Resources %*


I am wondering why it works for other people.

Regards,
serge


Re: Windows installation problem (and fix)

2006-08-12 Thread Jean-Marc Lasgouttes
 Serge == Serge Barbosa Da Torre [EMAIL PROTECTED] writes:

Serge The fix is obviously to modify the launch script lyx.bat to add
Serge the -sysdir option to the executable as following:

This should not be necessary... Did you do something special, besides
installing in a non-standard directory?

The problem is
 Unable to determine the system directory having searched
   C:/appli/LyX14/bin/C:/appli/LyX14/Resources/

LyX should have searched in C:/appli/LyX14/Resources/ instead.

JMarc


Re: Windows installation problem (and fix)

2006-08-12 Thread Serge Barbosa Da Torre



Serge The fix is obviously to modify the launch script lyx.bat to add
Serge the -sysdir option to the executable as following:

This should not be necessary... Did you do something special, besides
installing in a non-standard directory?

  
Nothing special. Actually I installed it a first time with the default 
dir (c:/Program Files/Lyx14) but it was failing.
Seeing in the list that some people had problem with the space in the 
pathname, i reinstalled it in c:/appli. Same problem.

The problem is
 Unable to determine the system directory having searched
   C:/appli/LyX14/bin/C:/appli/LyX14/Resources/

  
LyX should have searched in C:/appli/LyX14/Resources/ instead.


  

Yes.
Note that this message is confusing:
  - did it search separately c:/appli/lyx14/bin, and 
c:/appli/lyx14/resources (in which case it should have found the correct 
dir), and did the error printing by concatenating the 2 dirs?
  - or did it search a single dir of the form 
c:/appli/lyx14/bin/c:/appli/lyx14/resources/  ?? Note that if i pass a 
bogus dir to the -sysdir option, it reports that dir on a new line.





Re: Windows installation problem (and fix)

2006-08-12 Thread Jean-Marc Lasgouttes
 Serge == Serge Barbosa Da Torre [EMAIL PROTECTED] writes:

Serge Yes. Note that this message is confusing: 
Serge - did it search separately c:/appli/lyx14/bin, and
Serge c:/appli/lyx14/resources (in which case it should have found
Serge the correct dir), and did the error printing by concatenating
Serge the 2 dirs? 

No

Serge - or did it search a single dir of the form
Serge c:/appli/lyx14/bin/c:/appli/lyx14/resources/ ?? Note that if i
Serge pass a bogus dir to the -sysdir option, it reports that dir on
Serge a new line.

There should be one directory per line.

JMarc


Windows installation problem (and fix)

2006-08-12 Thread Serge Barbosa Da Torre

For reference for other users:

I installed  Lyx 1.4.2  (with version Lyx-1.4.2-1.exe installer).
Unfortunately it completely fails to start. A cmd window start and 
disappear. Lyx does not start.


Running it from cmd window here is the message:

 Exception caught:
 boost::filesystem::is_directory: 
"D:\msys\home\lyx-142\build\installprefix\Resources\chkconfig.ltx": Le 
périphérique n'est pas prêt.

 Unable to determine the system directory having searched
   C:/appli/LyX14/bin/C:/appli/LyX14/Resources/
 Use the '-sysdir' command line parameter or set the environment 
variable LYX_DIR_14x to the LyX system directory containing the file 
`chkconfig.ltx'.


The fix is obviously to modify the launch script lyx.bat to add the 
-sysdir option to the executable as following:


C:\appli\LyX14\bin>more lyx.bat

@echo off
SET LC_ALL=en_EN
SET AIK_DATA_DIR=C:\appli\LyX14\aiksaurus
start "LyX" "C:\appli\LyX14\bin\lyx.exe" -sysdir c:/appli/LyX14/Resources %*


I am wondering why it works for other people.

Regards,
serge


Re: Windows installation problem (and fix)

2006-08-12 Thread Jean-Marc Lasgouttes
> "Serge" == Serge Barbosa Da Torre <[EMAIL PROTECTED]> writes:

Serge> The fix is obviously to modify the launch script lyx.bat to add
Serge> the -sysdir option to the executable as following:

This should not be necessary... Did you do something special, besides
installing in a non-standard directory?

The problem is
 Unable to determine the system directory having searched
   C:/appli/LyX14/bin/C:/appli/LyX14/Resources/

LyX should have searched in C:/appli/LyX14/Resources/ instead.

JMarc


Re: Windows installation problem (and fix)

2006-08-12 Thread Serge Barbosa Da Torre



Serge> The fix is obviously to modify the launch script lyx.bat to add
Serge> the -sysdir option to the executable as following:

This should not be necessary... Did you do something special, besides
installing in a non-standard directory?

  
Nothing special. Actually I installed it a first time with the default 
dir (c:/Program Files/Lyx14) but it was failing.
Seeing in the list that some people had problem with the space in the 
pathname, i reinstalled it in c:/appli. Same problem.

The problem is
 Unable to determine the system directory having searched
   C:/appli/LyX14/bin/C:/appli/LyX14/Resources/

  
LyX should have searched in C:/appli/LyX14/Resources/ instead.


  

Yes.
Note that this message is confusing:
  - did it search separately c:/appli/lyx14/bin, and 
c:/appli/lyx14/resources (in which case it should have found the correct 
dir), and did the error printing by concatenating the 2 dirs?
  - or did it search a single dir of the form 
c:/appli/lyx14/bin/c:/appli/lyx14/resources/  ?? Note that if i pass a 
bogus dir to the -sysdir option, it reports that dir on a new line.





Re: Windows installation problem (and fix)

2006-08-12 Thread Jean-Marc Lasgouttes
> "Serge" == Serge Barbosa Da Torre <[EMAIL PROTECTED]> writes:

Serge> Yes. Note that this message is confusing: 
Serge> - did it search separately c:/appli/lyx14/bin, and
Serge> c:/appli/lyx14/resources (in which case it should have found
Serge> the correct dir), and did the error printing by concatenating
Serge> the 2 dirs? 

No

Serge> - or did it search a single dir of the form
Serge> c:/appli/lyx14/bin/c:/appli/lyx14/resources/ ?? Note that if i
Serge> pass a bogus dir to the -sysdir option, it reports that dir on
Serge> a new line.

There should be one directory per line.

JMarc


Re: Installation problem on WinXP

2006-05-15 Thread Mario
Well... yes: I'm using the complete Installer and the latest version 1.4.1
(something that I can't use in my beatiful Debian becasue It isn't Sid) from
http://wiki.lyx.org/Windows/LyXWinInstaller
and yes: I usually uninstall LyX before reinstalling it.

I'm trying to install LyX to computers that runs WindowsXP in spanish.

When attempting to install LyX in Spanish, this error happens just before the
LaTeX configuration. LyX itself installs (Lyx.exe and many of the programm
files) but I can not modify LyX.bat because it does not exists.

When attempt to install in English, this error DOES NOT happens. Everithing is
fine, even the menus are in spanish! (but not the document or spellchecker
options, nothing to worry about).

I think It's just a weird bug in the C programm that is in charge of making the
Lyx.bat file (Can't modify because I don't understand it, I hope someboy can).

Thank you very much for tracing this bug.





Re: Installation problem on WinXP

2006-05-15 Thread Mario
Well... yes: I'm using the complete Installer and the latest version 1.4.1
(something that I can't use in my beatiful Debian becasue It isn't Sid) from
http://wiki.lyx.org/Windows/LyXWinInstaller
and yes: I usually uninstall LyX before reinstalling it.

I'm trying to install LyX to computers that runs WindowsXP in spanish.

When attempting to install LyX in Spanish, this error happens just before the
LaTeX configuration. LyX itself installs (Lyx.exe and many of the programm
files) but I can not modify LyX.bat because it does not exists.

When attempt to install in English, this error DOES NOT happens. Everithing is
fine, even the menus are in spanish! (but not the document or spellchecker
options, nothing to worry about).

I think It's just a weird bug in the C programm that is in charge of making the
Lyx.bat file (Can't modify because I don't understand it, I hope someboy can).

Thank you very much for tracing this bug.





Re: Installation problem on WinXP

2006-05-15 Thread Mario
Well... yes: I'm using the complete Installer and the latest version 1.4.1
(something that I can't use in my beatiful Debian becasue It isn't Sid) from
http://wiki.lyx.org/Windows/LyXWinInstaller
and yes: I usually uninstall LyX before reinstalling it.

I'm trying to install LyX to computers that runs WindowsXP in spanish.

When attempting to install LyX in Spanish, this error happens just before the
LaTeX configuration. LyX itself installs (Lyx.exe and many of the programm
files) but I can not modify LyX.bat because it does not exists.

When attempt to install in English, this error DOES NOT happens. Everithing is
fine, even the menus are in spanish! (but not the document or spellchecker
options, nothing to worry about).

I think It's just a weird bug in the C programm that is in charge of making the
Lyx.bat file (Can't modify because I don't understand it, I hope someboy can).

Thank you very much for tracing this bug.





Re: Installation problem on WinXP

2006-05-14 Thread Uwe Stöhr

Mario wrote:


When trying to install LyX 1.4.1 under Windows XP and selecting spanish as
language, an error says Lyx.cmd could not be created and then LyX can not be
run because of the Lyx.bat file is missing.


Did you use this installer?:

http://wiki.lyx.org/Windows/LyXWinInstaller

If yes, reinstall LyX and choose in the uninstaller to remove it completely.

regards Uwe


Re: Installation problem on WinXP

2006-05-14 Thread Paul A. Rubin

Mario wrote:

When trying to install LyX 1.4.1 under Windows XP and selecting spanish as
language, an error says Lyx.cmd could not be created and then LyX can not be
run because of the Lyx.bat file is missing.




Did LyX itself install?  (Is lyx.exe there?)  If so, you can create your 
own batch file.  Contents of mine are shown below; you would probably 
want to change English (en_EN) to Spanish (es_ES?).


/Paul

 batch file begins =
@echo off
set LYX_LOCALEDIR=C:\Program Files\LyX141\Resources\locale
if %LANG%== SET LANG=en_EN
if %~1 == ~1 goto win95
start LyX C:\Program Files\LyX141\bin\lyx1.4.x.exe %*
goto end
:win95
start LyX C:\Program Files\LyX141\bin\lyx1.4.x.exe %1 %2 %3 %4 %5 %6 
%7 %8 %9

:end
 batch file ends ===



Re: Installation problem on WinXP

2006-05-14 Thread Uwe Stöhr

Mario wrote:


When trying to install LyX 1.4.1 under Windows XP and selecting spanish as
language, an error says Lyx.cmd could not be created and then LyX can not be
run because of the Lyx.bat file is missing.


Did you use this installer?:

http://wiki.lyx.org/Windows/LyXWinInstaller

If yes, reinstall LyX and choose in the uninstaller to remove it completely.

regards Uwe


Re: Installation problem on WinXP

2006-05-14 Thread Paul A. Rubin

Mario wrote:

When trying to install LyX 1.4.1 under Windows XP and selecting spanish as
language, an error says Lyx.cmd could not be created and then LyX can not be
run because of the Lyx.bat file is missing.




Did LyX itself install?  (Is lyx.exe there?)  If so, you can create your 
own batch file.  Contents of mine are shown below; you would probably 
want to change English (en_EN) to Spanish (es_ES?).


/Paul

 batch file begins =
@echo off
set LYX_LOCALEDIR=C:\Program Files\LyX141\Resources\locale
if %LANG%== SET LANG=en_EN
if %~1 == ~1 goto win95
start LyX C:\Program Files\LyX141\bin\lyx1.4.x.exe %*
goto end
:win95
start LyX C:\Program Files\LyX141\bin\lyx1.4.x.exe %1 %2 %3 %4 %5 %6 
%7 %8 %9

:end
 batch file ends ===



Re: Installation problem on WinXP

2006-05-14 Thread Uwe Stöhr

Mario wrote:


When trying to install LyX 1.4.1 under Windows XP and selecting spanish as
language, an error says "Lyx.cmd could not be created" and then LyX can not be
run because of the Lyx.bat file is missing.


Did you use this installer?:

http://wiki.lyx.org/Windows/LyXWinInstaller

If yes, reinstall LyX and choose in the uninstaller to remove it completely.

regards Uwe


Re: Installation problem on WinXP

2006-05-14 Thread Paul A. Rubin

Mario wrote:

When trying to install LyX 1.4.1 under Windows XP and selecting spanish as
language, an error says "Lyx.cmd could not be created" and then LyX can not be
run because of the Lyx.bat file is missing.




Did LyX itself install?  (Is lyx.exe there?)  If so, you can create your 
own batch file.  Contents of mine are shown below; you would probably 
want to change English (en_EN) to Spanish (es_ES?).


/Paul

 batch file begins =
@echo off
set LYX_LOCALEDIR=C:\Program Files\LyX141\Resources\locale
if "%LANG%"=="" SET LANG=en_EN
if "%~1" == "~1" goto win95
start "LyX" "C:\Program Files\LyX141\bin\lyx1.4.x.exe" %*
goto end
:win95
start "LyX" "C:\Program Files\LyX141\bin\lyx1.4.x.exe" %1 %2 %3 %4 %5 %6 
%7 %8 %9

:end
 batch file ends ===



Installation problem on WinXP

2006-05-13 Thread Mario
When trying to install LyX 1.4.1 under Windows XP and selecting spanish as
language, an error says Lyx.cmd could not be created and then LyX can not be
run because of the Lyx.bat file is missing.



Re: Installation problem on WinXP

2006-05-13 Thread Stephen Harris

Mario wrote:

When trying to install LyX 1.4.1 under Windows XP and selecting spanish 
as language, an error says Lyx.cmd could not be created and then LyX 
can not be run because of the Lyx.bat file is missing.


--

Enrico Forestieri suggested for users to add the following line to lyx.bat:

set LYX_LOCALEDIR=LyXdir/Resources/locale

where LyXdir should be replaced by the path where LyX
was installed.

Maybe this will help in the process of fixing things.
I think it fixes like menus being in English instead of Spanish.

Regards,
Stephen




Installation problem on WinXP

2006-05-13 Thread Mario
When trying to install LyX 1.4.1 under Windows XP and selecting spanish as
language, an error says Lyx.cmd could not be created and then LyX can not be
run because of the Lyx.bat file is missing.



Re: Installation problem on WinXP

2006-05-13 Thread Stephen Harris

Mario wrote:

When trying to install LyX 1.4.1 under Windows XP and selecting spanish 
as language, an error says Lyx.cmd could not be created and then LyX 
can not be run because of the Lyx.bat file is missing.


--

Enrico Forestieri suggested for users to add the following line to lyx.bat:

set LYX_LOCALEDIR=LyXdir/Resources/locale

where LyXdir should be replaced by the path where LyX
was installed.

Maybe this will help in the process of fixing things.
I think it fixes like menus being in English instead of Spanish.

Regards,
Stephen




Installation problem on WinXP

2006-05-13 Thread Mario
When trying to install LyX 1.4.1 under Windows XP and selecting spanish as
language, an error says "Lyx.cmd could not be created" and then LyX can not be
run because of the Lyx.bat file is missing.



Re: Installation problem on WinXP

2006-05-13 Thread Stephen Harris

Mario wrote:

When trying to install LyX 1.4.1 under Windows XP and selecting spanish 
as language, an error says "Lyx.cmd could not be created" and then LyX 
can not be run because of the Lyx.bat file is missing.


--

Enrico Forestieri suggested for users to add the following line to lyx.bat:

set LYX_LOCALEDIR=/Resources/locale

where  should be replaced by the path where LyX
was installed.

Maybe this will help in the process of fixing things.
I think it fixes like menus being in English instead of Spanish.

Regards,
Stephen




Re: An installation problem

2006-02-11 Thread Paul A. Rubin

Eyal Rozenberg wrote:

I have cygwin installed, and I've tried to install Windows LyX 1.3.7,
with all binary paths pointing to the relevant cygwin files (except for
GScript which is installed separately). However, the installation gives
me some error message about not being able to run a configuration
script, then whenever I start LyX I get:

LyX wasn't able to find its layout descriptions
Check that the file textclass.lst is installed correctly

in a dialog, and the console says

LyXTextClassList::Read: unable to find textclass file  `'. Exiting.

I can't find that file anywhere; what to do?

Eyal Rozenberg




The configuration script uses a number of Unix/Linux utilities, 
including (prominently) sed.  Older versions of sed don't work with the 
configuration script.  I haven't updated my Cygwin installation in a 
long time, but the sed that Cygwin installed back when is definitely too 
old.  (There may be other utilities that need updating, but I know from 
painful personal experience that sed is one.)  Also, I had problems once 
with the LyX installation script seeing the version of LaTeX that Cygwin 
installed before finding the MiKTeX version, and deciding Cygwin's 
latex.exe would not work.  Might have been a faulty LaTeX installation 
under Cygwin, but in any case that problem was resolved by ensuring that 
MiKTeX preceded Cygwin on the Windows command path.


If you're willing to install MinSYS (and put it on the command path 
ahead of the Cygwin bin directory), I think that will cure your problem. 
 Otherwise, you should check whether there are updates available for 
Cygwin.  (Don't know if the most recent Cygwin is compatible with LyX or 
not.)


One other alternative:  people have compiled the LyX source under 
Cygwin.  (I'm assuming you installed the 1.3.7 Windows binary, rather 
than compiling yourself.)


HTH,

/Paul




Re: An installation problem

2006-02-11 Thread Stephen Harris
 On Fri, 10 Feb 2006 16:27:15 -0500, Paul A. Rubin  said:



Eyal Rozenberg wrote:

 I have cygwin installed, and I've tried to install Windows LyX

 1.3.7, with all binary paths pointing to the relevant cygwin files

 (except for GScript which is installed separately). However, the

 installation gives me some error message about not being able to

 run a configuration script, then whenever I start LyX I get:

 

 LyX wasn't able to find its layout descriptions Check that the file

 textclass.lst is installed correctly

 

 in a dialog, and the console says

 

 LyXTextClassList::Read: unable to find textclass file `'. Exiting.

 

 I can't find that file anywhere; what to do?

 

 Eyal Rozenberg

 

 



 On Fri, 10 Feb 2006 16:27:15 -0500, Paul A. Rubin  said:



Paul Apologies if this shows up twice -- I answered this morning, but

Paul apparently the dog ate my message.



Paul It's possible that the versions of some of the utility programs

Paul installed by Cygwin are incompatible with the LyX configuration

Paul script. I have not updated my Cygwin installation in a long

Paul time, but I know that I had that problem a year or so ago.  In

Paul particular, LyX installation is sensitive to the version of sed*

Paul (earlier versions of sed choke on carriage return/linefeed

Paul combinations used to terminate lines in the configuration

Paul files).



Paul One possible solution is to install MinSYS.  You may need to

Paul make sure that the MinSYS bin directory is ahead of the Cygwin

Paul bin directory on the Windows command path.  Another possibility,

Paul if you have not upgraded Cygwin recently, is to do so now. 

Paul HTH,



Paul /Paul



--



Stephen Harris (SH) had previously written:

In the past the sh.exe which comes with Cygwin has not been the 

same version which works that is provided by Minsys to install LyX.



SH now writes: Thanks for the correction to sed*

the documentation is confusing: 



-





From the EmacsAuctex(11.82) downloaded configure.bat



rem For reference, here is a list of which builds of gmake are known to

rem work or not, and whether they work in the presence and/or absence 

rem of sh.exe.

rem

rem   sh exists no sh

rem  cygwin b20.1 make (3.75):okay[1]   fails[2]

rem  MSVC compiled gmake 3.77:okay  okay

rem  MSVC compiled gmake 3.78.1:  okay  okay

rem  MSVC compiled gmake 3.79.1:  okay  okay

rem  mingw32/gcc-2.92.2 make (3.77):  okay  okay

rem  cygwin compiled gmake 3.77:  okay[1]   fails[2]

rem  cygwin compiled gmake 3.78.1:okay  fails[2]

rem  cygwin compiled gmake 3.79.1:couldn't build make[3]

rem

rem [1] doesn't cope with makefiles with DOS line endings, so must 

rem mount emacs source with text!=binary. 



---



SH: Cygwin used to come with a LyX install files, but no longer.



I finally got Supercite working, regards,

Stephen

Re: An installation problem

2006-02-11 Thread Paul A. Rubin

Eyal Rozenberg wrote:

I have cygwin installed, and I've tried to install Windows LyX 1.3.7,
with all binary paths pointing to the relevant cygwin files (except for
GScript which is installed separately). However, the installation gives
me some error message about not being able to run a configuration
script, then whenever I start LyX I get:

LyX wasn't able to find its layout descriptions
Check that the file textclass.lst is installed correctly

in a dialog, and the console says

LyXTextClassList::Read: unable to find textclass file  `'. Exiting.

I can't find that file anywhere; what to do?

Eyal Rozenberg




The configuration script uses a number of Unix/Linux utilities, 
including (prominently) sed.  Older versions of sed don't work with the 
configuration script.  I haven't updated my Cygwin installation in a 
long time, but the sed that Cygwin installed back when is definitely too 
old.  (There may be other utilities that need updating, but I know from 
painful personal experience that sed is one.)  Also, I had problems once 
with the LyX installation script seeing the version of LaTeX that Cygwin 
installed before finding the MiKTeX version, and deciding Cygwin's 
latex.exe would not work.  Might have been a faulty LaTeX installation 
under Cygwin, but in any case that problem was resolved by ensuring that 
MiKTeX preceded Cygwin on the Windows command path.


If you're willing to install MinSYS (and put it on the command path 
ahead of the Cygwin bin directory), I think that will cure your problem. 
 Otherwise, you should check whether there are updates available for 
Cygwin.  (Don't know if the most recent Cygwin is compatible with LyX or 
not.)


One other alternative:  people have compiled the LyX source under 
Cygwin.  (I'm assuming you installed the 1.3.7 Windows binary, rather 
than compiling yourself.)


HTH,

/Paul




Re: An installation problem

2006-02-11 Thread Stephen Harris
 On Fri, 10 Feb 2006 16:27:15 -0500, Paul A. Rubin  said:



Eyal Rozenberg wrote:

 I have cygwin installed, and I've tried to install Windows LyX

 1.3.7, with all binary paths pointing to the relevant cygwin files

 (except for GScript which is installed separately). However, the

 installation gives me some error message about not being able to

 run a configuration script, then whenever I start LyX I get:

 

 LyX wasn't able to find its layout descriptions Check that the file

 textclass.lst is installed correctly

 

 in a dialog, and the console says

 

 LyXTextClassList::Read: unable to find textclass file `'. Exiting.

 

 I can't find that file anywhere; what to do?

 

 Eyal Rozenberg

 

 



 On Fri, 10 Feb 2006 16:27:15 -0500, Paul A. Rubin  said:



Paul Apologies if this shows up twice -- I answered this morning, but

Paul apparently the dog ate my message.



Paul It's possible that the versions of some of the utility programs

Paul installed by Cygwin are incompatible with the LyX configuration

Paul script. I have not updated my Cygwin installation in a long

Paul time, but I know that I had that problem a year or so ago.  In

Paul particular, LyX installation is sensitive to the version of sed*

Paul (earlier versions of sed choke on carriage return/linefeed

Paul combinations used to terminate lines in the configuration

Paul files).



Paul One possible solution is to install MinSYS.  You may need to

Paul make sure that the MinSYS bin directory is ahead of the Cygwin

Paul bin directory on the Windows command path.  Another possibility,

Paul if you have not upgraded Cygwin recently, is to do so now. 

Paul HTH,



Paul /Paul



--



Stephen Harris (SH) had previously written:

In the past the sh.exe which comes with Cygwin has not been the 

same version which works that is provided by Minsys to install LyX.



SH now writes: Thanks for the correction to sed*

the documentation is confusing: 



-





From the EmacsAuctex(11.82) downloaded configure.bat



rem For reference, here is a list of which builds of gmake are known to

rem work or not, and whether they work in the presence and/or absence 

rem of sh.exe.

rem

rem   sh exists no sh

rem  cygwin b20.1 make (3.75):okay[1]   fails[2]

rem  MSVC compiled gmake 3.77:okay  okay

rem  MSVC compiled gmake 3.78.1:  okay  okay

rem  MSVC compiled gmake 3.79.1:  okay  okay

rem  mingw32/gcc-2.92.2 make (3.77):  okay  okay

rem  cygwin compiled gmake 3.77:  okay[1]   fails[2]

rem  cygwin compiled gmake 3.78.1:okay  fails[2]

rem  cygwin compiled gmake 3.79.1:couldn't build make[3]

rem

rem [1] doesn't cope with makefiles with DOS line endings, so must 

rem mount emacs source with text!=binary. 



---



SH: Cygwin used to come with a LyX install files, but no longer.



I finally got Supercite working, regards,

Stephen

  1   2   3   4   5   >