Re: Can't run on Mac as different user

2015-11-26 Thread john lunzer
I guess there is the answer then. What Edward said was accurate, that original error message you got indicates that PyQt is not installed correctly (or at all for that user in this particular case). On Wednesday, November 25, 2015 at 1:38:34 PM UTC-5, Largo84 wrote: > > Modified your CLI to

Re: Can't run on Mac as different user

2015-11-25 Thread 'Terry Brown' via leo-editor
On Wed, 25 Nov 2015 06:57:54 -0800 (PST) Largo84 wrote: > That would be a good idea, but Leo won't start enough to get that > information, it fails before any of that information is displayed in > the terminal log. Can you execute this in a console: python3 -c 'import

Re: Can't run on Mac as different user

2015-11-25 Thread Largo84
Modified your CLI to reflect Python v2.7 and PyQt 4, I get the following from the 'good' user: ('2.7.10 (default, Aug 22 2015, 20:33:39) \n[GCC 4.2.1 Compatible Apple LLVM 7.0.0 (clang-700.0.59.1)]', '4.11.1’) >From the 'bad' user, I get: Traceback (most recent call last): File "", line

Re: Can't run on Mac as different user

2015-11-25 Thread Largo84
That would be a good idea, but Leo won't start enough to get that information, it fails before any of that information is displayed in the terminal log. Rob. On Monday, November 23, 2015 at 11:15:37 AM UTC-5, Largo84 wrote: > > Any idea why Leo won't run from a different user account on a

Re: Can't run on Mac as different user

2015-11-25 Thread john lunzer
I think the first step would be to identify the version numbers of Python and PyQt for both users. Which is pretty straight forward with Leo because Leo reports both of these for you in the terminal window. If there is a difference between the version numbers between the two users then that

Re: Can't run on Mac as different user

2015-11-24 Thread Largo84
That previous error was on my Win10 machine. The current problem is on a Mac. Getting Leo to work on a Mac isn't easy. As I recall, I used Homebrew as nothing else seemed to work. I wouldn't even know where to begin to look for where PyQt may not be installed properly. I suppose I'll just have

Re: Can't run on Mac as different user

2015-11-24 Thread john lunzer
Without being able to do too much research this morning this could be related to this: https://github.com/leo-editor/leo-editor/issues/202 For the same error (different setup) Edward noted that he thought that Qt may not be installed correctly. It is possible that on Macs Qt does not install

Re: Can't run on Mac as different user

2015-11-24 Thread john lunzer
I will also reference a previous issue you had. https://groups.google.com/forum/#!topic/leo-editor/ABz8EiIxF2s In this case it was a mismatch of Python and Qt bit versions. Check that your "other user" is also using the same version/distribution of Python that you were using previously. On

Can't run on Mac as different user

2015-11-23 Thread Largo84
Any idea why Leo won't run from a different user account on a Mac? The last three lines in the Terminal log pane are: import leo.plugins.qt_text as qt_text File "/Users/Shared/leo-editor/leo/plugins/qt_text.py", line 434, in class LeoLineTextWidget(QtWidgets.QFrame): AttributeError: