Re: Re MacOS Ventura trouble

2022-11-05 Thread Dr Eberhard W Lisse
Did you Tool -> Reconfigure LyX afterwards?

el

On 04/11/2022 04:36, Zhiyu Fu wrote:
> Hi all, 
> 
> Just to provide another data point, I also encountered this problem on
> my two M1 mac machines, both were upgraded to Ventura recently.  On
> one machine files cannot be loaded; On the other one all keyboard
> shortcuts stop working.  It's probably because the bind file is not
> loaded properly.  Not sure whether it's related.
> 
> I tried the trick below and it didn't solve the problem.
> 
> `sudo ln -s /usr/bin/python3 /usr/local/bin/python`
> 
> -Zhiyu
> 
> 
> 

-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re MacOS Ventura trouble

2022-11-04 Thread Zhiyu Fu
Hi all,

Just to provide another data point, I also encountered this problem on my
two M1 mac machines, both were upgraded to Ventura recently. On one machine
files cannot be loaded; On the other one all keyboard shortcuts stop
working. It's probably because the bind file is not loaded properly. Not
sure whether it's related.

I tried the trick below and it didn't solve the problem.

`sudo ln -s /usr/bin/python3 /usr/local/bin/python`

-Zhiyu
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


MacOS Ventura trouble

2022-11-01 Thread Yves ROLAIN
Hi there,


What helped me for figures not appearing was to install xcrun from the terminal 
window.

Solve: xcode-select –install



However, including graphics with the browse button still does not work. Typing 
the path does work, but is not as convenient.



I hope I could help you a bit,



YVES


-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: Re MacOS Ventura trouble

2022-10-31 Thread Dr Eberhard Lisse

MacOs 12.6 and 12.6.1 both have Python 3.9.6 in /usr/bin/python3
(12.6.2 is not out yet of course :-)-O

el


On 2022-10-29 13:54 , Dr Eberhard W Lisse wrote:
[...]

As my two Desktop machines do not support Ventura I'll have to
software update them after the (long) weekend (at the coast :-)-O) to
12.6.2 and see what that does.  12.6.1 has /usr/bin/python3 as well
but that's 3.9.6

[...]

On 2022-10-29 17:52 , mkriele--- via lyx-users wrote:

Thanks, el!  For the record, I used LyX 2.3.6.2 both prior and after
my Ventura adventure.  After I downgraded to the previous OS-version
(12.6.1.  Monterey) and re-installed python I did not have any
trouble, even though I only seem to have python3 (and python3.11) in
my path.  But if I run in problems again, your symlink will be the
first thing I try.  And should I upgrade the OS again, I will know to
look for python before starting LyX.

Regards, Marcus

[...]

--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: Re MacOS Ventura trouble

2022-10-31 Thread Dr Eberhard Lisse

MacOs 12.6 and 12.6.1 both have Python 3.9.6 in /usr/bin/python3
(12.6.2 is not out yet of course :-)-O

el


On 2022-10-29 13:54 , Dr Eberhard W Lisse wrote:
[...]

As my two Desktop machines do not support Ventura I'll have to
software update them after the (long) weekend (at the coast :-)-O) to
12.6.2 and see what that does.  12.6.1 has /usr/bin/python3 as well
but that's 3.9.6

[...]

On 2022-10-29 17:52 , mkriele--- via lyx-users wrote:

Thanks, el!  For the record, I used LyX 2.3.6.2 both prior and after
my Ventura adventure.  After I downgraded to the previous OS-version
(12.6.1.  Monterey) and re-installed python I did not have any
trouble, even though I only seem to have python3 (and python3.11) in
my path.  But if I run in problems again, your symlink will be the
first thing I try.  And should I upgrade the OS again, I will know to
look for python before starting LyX.

Regards, Marcus

[...]

--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: Re MacOS Ventura trouble

2022-10-29 Thread mkriele--- via lyx-users
Thanks, el!  For the record, I used LyX 2.3.6.2 both prior and after my Ventura 
adventure.  After I downgraded to the previous OS-version (12.6.1. Monterey) 
and re-installed python I did not have any trouble, even though I only seem to 
have python3 (and python3.11) in my path.  But if I run in problems again, your 
symlink will be the first thing I try. And should I upgrade the OS again, I 
will know to look for python before starting LyX.

Regards, Marcus

> On 29 Oct 2022, at 13:54, Dr Eberhard W Lisse  wrote:
> 
> Go back to 2.3.6.2
> 
> 
> On 09/01/2021 20:42, Richard Kimberly Heck wrote:
>> A change in LyX 2.3.6.1 broke the use of SyncTeX with OSX (bug
>> #12063).  This was due to inconsistencies in our underlying Qt
>> libraries.  Thus, a new version fixing that problem has been
>> released.
> [...]
> 
> And try to symlink python3 to a directory in your PATH
> 
>   ln -s /usr/bin/python3 /usr/local/bin/python
> 
> or if that squeals
> 
>   sudo ln -s /usr/bin/python3 /usr/local/bin/python
> 
> If you run
> 
>   find /Applications/LyX.app -type f -exec grep python {} ';'
> 
> you'll see that a number of files want python (and not python3).
> 
> As an aside:
> 
>   I use homebrew's python3.10.8 which symlinks to
>   /usr/local/bin/python3 and if I am not mistaken to
>   /usr/local/bin/python (but I may have done this manually) so
>   python is always found and always equates to the (latest)
>   python (3.10.*) installed by homebrew.
> 
>   Added complication for homebrew is of course that on the
>   M1 /usr/local is replaced by /opt/homebrew in the above,
>   but as that's in my PATH it doesn't matter.
> 
>   As my two Desktop machines do not support Ventura I'll have to
>   software update them after the (long) weekend (at the coast
>   :-)-O) to 12.6.2 and see what that does.  12.6.1 has
>   /usr/bin/pythin3 as well but that's 3.9.6
> 
>   There is a reason for this (homebrew) madness.  Namely I need
>   to run some Python modules (installed with PIP) and I need the
>   same version on all of my machines, obviously :-)-O
> 
> greetings, el
> 
> On 28/10/2022 19:26, mkriele--- via lyx-users wrote:
>> This should be okay.  After downgraded to 12.6.1, I installed
>> python and tried the command „which python“ etc.  This only
>> yielded python3 but not python or python2.  However, I could
>> install LyX without any problems.  Obviously, I did not try this
>> on Ventura.
>> 
>> Marcus
> [...]
> 
> -- 
> lyx-users mailing list
> lyx-users@lists.lyx.org
> http://lists.lyx.org/mailman/listinfo/lyx-users

-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: Re MacOS Ventura trouble

2022-10-29 Thread Dr Eberhard W Lisse
Go back to 2.3.6.2


On 09/01/2021 20:42, Richard Kimberly Heck wrote:
> A change in LyX 2.3.6.1 broke the use of SyncTeX with OSX (bug
> #12063).  This was due to inconsistencies in our underlying Qt
> libraries.  Thus, a new version fixing that problem has been
> released.
[...]

And try to symlink python3 to a directory in your PATH

ln -s /usr/bin/python3 /usr/local/bin/python

or if that squeals

sudo ln -s /usr/bin/python3 /usr/local/bin/python

If you run

find /Applications/LyX.app -type f -exec grep python {} ';'

you'll see that a number of files want python (and not python3).

As an aside:

I use homebrew's python3.10.8 which symlinks to
/usr/local/bin/python3 and if I am not mistaken to
/usr/local/bin/python (but I may have done this manually) so
python is always found and always equates to the (latest)
python (3.10.*) installed by homebrew.

Added complication for homebrew is of course that on the
M1 /usr/local is replaced by /opt/homebrew in the above,
but as that's in my PATH it doesn't matter.

As my two Desktop machines do not support Ventura I'll have to
software update them after the (long) weekend (at the coast
:-)-O) to 12.6.2 and see what that does.  12.6.1 has
/usr/bin/pythin3 as well but that's 3.9.6

There is a reason for this (homebrew) madness.  Namely I need
to run some Python modules (installed with PIP) and I need the
same version on all of my machines, obviously :-)-O

greetings, el

On 28/10/2022 19:26, mkriele--- via lyx-users wrote:
> This should be okay.  After downgraded to 12.6.1, I installed
> python and tried the command „which python“ etc.  This only
> yielded python3 but not python or python2.  However, I could
> install LyX without any problems.  Obviously, I did not try this
> on Ventura.
> 
> Marcus
[...]

-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: Re MacOS Ventura trouble

2022-10-28 Thread mkriele--- via lyx-users
This should be okay.  After downgraded to 12.6.1, I installed python and tried 
the command „which python“ etc. This only yielded python3 but not python or 
python2. However, I could install LyX without any problems.  Obviously, I did 
not try this on Ventura.

Marcus

> On 28 Oct 2022, at 16:03, Dr Eberhard W Lisse  wrote:
> 
> On my M1 Macbook I see /usr/bin/python3 but not /usr/bin/python.
> 
> el
> 
> 
> 
> On 27/10/2022 22:40, Marcus Kriele via lyx-users wrote:
>> I had the last 12.x which came out before Ventura.  So it was
>> very likely 12..6 and at least 12.5 But I did not install Python
>> 3 on Ventura.  This was probably my mistake
> [...]
> 
> -- 
> lyx-users mailing list
> lyx-users@lists.lyx.org
> http://lists.lyx.org/mailman/listinfo/lyx-users

-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: Re MacOS Ventura trouble

2022-10-28 Thread Dr Eberhard W Lisse
On my M1 Macbook I see /usr/bin/python3 but not /usr/bin/python.

el



On 27/10/2022 22:40, Marcus Kriele via lyx-users wrote:
> I had the last 12.x which came out before Ventura.  So it was
> very likely 12..6 and at least 12.5 But I did not install Python
> 3 on Ventura.  This was probably my mistake
[...]

-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: Re MacOS Ventura trouble

2022-10-27 Thread Marcus Kriele via lyx-users
I had  the last 12.x which came out before Ventura. So it was very likely 12..6 
and at least 12.5   But I did not install Python 3 on Ventura.  This was 
probably my mistake

> On 27 Oct 2022, at 22:17, Stephan Witt  wrote:
> 
> Am 27.10.2022 um 21:34 schrieb Marcus Kriele via lyx-users 
> :
>> 
>> Thanks for both your answers
>> 
>> @JMarc: I simply upgraded to the newer Mac OS. Prior to the update, LyX was 
>> running smoothly, so  I would assume that I had Python 3.0 as well. An 
>> OS-update shouldn’t delete existing programs. In the meanwhile I have 
>> downgraded OS again and cannot verify anymore whether I did have Python 3.0
> 
> Sorry to say that, but the upgrade from Mac OS 12.2 to 12.3 did exactly that 
> - delete the Python 2.7 and install a Python 3.x stub instead. So the 
> question is indeed: did you upgrade from 12.2 or less and did you try to 
> install the Python 3 on Venture or not?
> 
> BR, Stephan
> 
>> 
>> @el:  I I have an ARM MacBook Pro. So if you could post whether it worked 
>> for your M1 MacBook would be helpful to anyone who might have read about my 
>> troubles.
>> 
>> Marcus
>> -- 
>> lyx-users mailing list
>> lyx-users@lists.lyx.org
>> http://lists.lyx.org/mailman/listinfo/lyx-users
> 
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: Re MacOS Ventura trouble

2022-10-27 Thread Stephan Witt
Am 27.10.2022 um 21:34 schrieb Marcus Kriele via lyx-users 
:
> 
> Thanks for both your answers
> 
> @JMarc: I simply upgraded to the newer Mac OS. Prior to the update, LyX was 
> running smoothly, so  I would assume that I had Python 3.0 as well. An 
> OS-update shouldn’t delete existing programs. In the meanwhile I have 
> downgraded OS again and cannot verify anymore whether I did have Python 3.0

Sorry to say that, but the upgrade from Mac OS 12.2 to 12.3 did exactly that - 
delete the Python 2.7 and install a Python 3.x stub instead. So the question is 
indeed: did you upgrade from 12.2 or less and did you try to install the Python 
3 on Venture or not?

BR, Stephan

> 
> @el:  I I have an ARM MacBook Pro. So if you could post whether it worked for 
> your M1 MacBook would be helpful to anyone who might have read about my 
> troubles.
> 
> Marcus
> -- 
> lyx-users mailing list
> lyx-users@lists.lyx.org
> http://lists.lyx.org/mailman/listinfo/lyx-users

-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re MacOS Ventura trouble

2022-10-27 Thread Marcus Kriele via lyx-users
Thanks for both your answers

@JMarc: I simply upgraded to the newer Mac OS. Prior to the update, LyX was 
running smoothly, so  I would assume that I had Python 3.0 as well. An 
OS-update shouldn’t delete existing programs. In the meanwhile I have 
downgraded OS again and cannot verify anymore whether I did have Python 3.0

@el:  I I have an ARM MacBook Pro. So if you could post whether it worked for 
your M1 MacBook would be helpful to anyone who might have read about my 
troubles.

Marcus
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: MacOS Ventura trouble

2022-10-27 Thread Jean-Marc Lasgouttes

Le 24/10/2022 à 22:31, mkriele--- via lyx-users a écrit :

Dear Lyx Mac users,

I have just installed Ventura. Now LyX cannot read my modules any more.  They are 
correctly listed in the modules list in the settings dialog, but I get the error 
message "Error reading module addons” (where “addons.module” is my module file 
in my personal  layout folder).  The additional environments are not showing up 
either.

When I try to reconfigure I get the error message that it failed. When I delete 
my LyX-2.3 folder altogether, then LyX creates a new folder but gives more 
error messages. It cannot be reconfigured either and processing documents does 
not work at all (It doesn’t even find the article class).


Hello,

Do you have python3 installed ?

JMarc

--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: MacOS Ventura trouble

2022-10-26 Thread Dr Eberhard W Lisse
I don't see this on my Intel Macbook 13. I'll look on the M1 Macbook Air
over the weekend.

el

On 24/10/2022 22:31, mkriele--- via lyx-users wrote:
> Dear Lyx Mac users,
> 
> I have just installed Ventura.  Now LyX cannot read my modules any
> more.  They are correctly listed in the modules list in the settings
> dialog, but I get the error message "Error reading module addons”
> (where “addons.module” is my module file in my personal layout
> folder).  The additional environments are not showing up either.
> 
> When I try to reconfigure I get the error message that it failed.
> When I delete my LyX-2.3 folder altogether, then LyX creates a new
> folder but gives more error messages.  It cannot be reconfigured
> either and processing documents does not work at all (It doesn’t even
> find the article class).
> 
> If I use my old LyX-2.3 folder then I can process simple documents and
> the built-in modules work, but it cannot read my personal ones.
> 
> I first thought that my preferences simply cannot be read any more,
> but other personal customisations such as colors or key bindings do
> work.
> 
> Needless to say, there were no problems before the update from the
> previous version of the OS.
> 
> Does anyone have an idea how to fix this?  I have no idea what went
> wrong.
> 
> Given my experience, I would advise not to upgrade to Ventua right now
> 
> Thanks and regards, Marcus

-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


MacOS Ventura trouble

2022-10-26 Thread mkriele--- via lyx-users
Dear Lyx Mac users,

I have just installed Ventura. Now LyX cannot read my modules any more.  They 
are correctly listed in the modules list in the settings dialog, but I get the 
error message "Error reading module addons” (where “addons.module” is my module 
file in my personal  layout folder).  The additional environments are not 
showing up either.

When I try to reconfigure I get the error message that it failed. When I delete 
my LyX-2.3 folder altogether, then LyX creates a new folder but gives more 
error messages. It cannot be reconfigured either and processing documents does 
not work at all (It doesn’t even find the article class). 

If I use my old LyX-2.3 folder then I can process simple documents and the 
built-in modules work, but it cannot read my personal ones. 

I first thought that my preferences simply cannot be read any more, but other 
personal customisations such as colors  or key bindings do work. 

Needless to say, there were no problems before the update from the previous 
version of the OS. 

Does anyone have an idea how to fix this?  I have no idea what went wrong.  

Given my experience, I would advise not to upgrade to Ventua right now

Thanks and regards, Marcus
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users