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 <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-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 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 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
>
>


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


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


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