gnumed-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnumed-devel] GNUmed for the Mac


From: Sebastian Hilbert
Subject: Re: [Gnumed-devel] GNUmed for the Mac
Date: Wed, 2 Jun 2010 19:10:58 +0200
User-agent: KMail/1.13.3 (Linux/2.6.33-6-desktop; KDE/4.4.3; i686; ; )

Am Mittwoch 02 Juni 2010, 16:50:31 schrieb Jim Busser:
> On 2010-06-02, at 4:01 AM, Karsten Hilbert wrote:
> > On Tue, Jun 01, 2010 at 08:31:48AM -0700, Jim Busser wrote:
> >>> On 2010-06-01, at 5:07 AM, Sebastian Hilbert wrote:
> >>>> Please try
> >>>> http://www.gnumed.de/downloads/client/0.7/GNUmed_0.7.4.app.tgz
> >>> 
> >>> Thank you for your efforts, but this won't run beyond Mac OS asking
> >>> permission to run this application for the first time. This is true
> >>> for both Mac OS 10.5 Leopard and Mac OS 10.6 Snow Leopard.
> > 
> > What happens if the user agrees to that ?
> 
> Normally on Mac when an application is launched, there is some visual
> indication of something launching and also the application should appear
> in the Mac "dock" unless configured not to.
> 
> In this case, on clicking "Accept" to run this new application for the
> first time, the user sees absolutely nothing. No item in the dock (it is
> possible that it appeared there but so briefly that the user could not
> notice).
> 
> Here is what the console app system.log reveals:
> 
> Jun  2 07:43:36 MacBook [0x0-0x91b91b].GNUmed_0.7.4[30380]:
> /Users/djb/Downloads/GNUmed_0.7.4.app/Contents/Resources/Gnumed ->
> /Users/djb/Downloads/GNUmed_0.7.4.app/Contents/Resources/client Jun  2
> 07:43:36 MacBook [0x0-0x91b91b].GNUmed_0.7.4[30380]: Using
> /Users/djb/Downloads/GNUmed_0.7.4.app/Contents/Resources/release/Library/F
> rameworks/Python.framework/Versions/2.5/Resources/Python.app/Contents/MacOS
> /Python -O
> /Users/djb/Downloads/GNUmed_0.7.4.app/Contents/Resources/client/gnumed.py
> --log-file=/Users/djb/Downloads/GNUmed_0.7.4.app/Contents/Resources/gm-mac
> -osx.log
> --conf-file=/Users/djb/Downloads/GNUmed_0.7.4.app/Contents/Resources/clien
> t/gm-from-vcs.conf Jun  2 07:43:36 MacBook
> [0x0-0x91b91b].GNUmed_0.7.4[30380]: Could not find platform independent
> libraries <prefix> Jun  2 07:43:36 MacBook
> [0x0-0x91b91b].GNUmed_0.7.4[30380]: Could not find platform dependent
> libraries <exec_prefix> Jun  2 07:43:36 MacBook
> [0x0-0x91b91b].GNUmed_0.7.4[30380]: Consider setting $PYTHONHOME to
> <prefix>[:<exec_prefix>] Jun  2 07:43:36 MacBook
> [0x0-0x91b91b].GNUmed_0.7.4[30380]: 'import site' failed; use -v for
> traceback Jun  2 07:43:36 MacBook [0x0-0x91b91b].GNUmed_0.7.4[30380]:
> Traceback (most recent call last): Jun  2 07:43:36 MacBook
> [0x0-0x91b91b].GNUmed_0.7.4[30380]:   File
> "/Users/djb/Downloads/GNUmed_0.7.4.app/Contents/Resources/client/gnumed.py
> ", line 58, in <module> Jun  2 07:43:36 MacBook
> [0x0-0x91b91b].GNUmed_0.7.4[30380]:     import sys, os, os.path, signal,
> logging, platform Jun  2 07:43:36 MacBook
> [0x0-0x91b91b].GNUmed_0.7.4[30380]: ImportError: No module named os Jun  2
> 07:43:36 MacBook com.apple.launchd.peruser.503[425]
> ([0x0-0x91b91b].GNUmed_0.7.4[30380]): Exited with exit code: 1

What you can do is dive into the app into the folder 
Library/Frameworks/Python.Frameworks/Versions/2.5 and run python there

I suppose you can try on a console
/Users/djb/Downloads/GNUmed_0.7.4.app/Contents/Resources/Library/Frameworks/Python.Frameworks/Versions/2.5/bin/python2.5

then when python is ready type 
import os

on the console try this
which python

the simply run 
python

and compare the output

Take care,
Sebastian

> 
> _______________________________________________
> Gnumed-devel mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/gnumed-devel




reply via email to

[Prev in Thread] Current Thread [Next in Thread]