[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gnumed-bugs] hang on version check? Re: [Gnumed-devel] GNUmed 0.7.6
From: |
Jim Busser |
Subject: |
Re: [Gnumed-bugs] hang on version check? Re: [Gnumed-devel] GNUmed 0.7.6 maintenance release |
Date: |
Tue, 06 Jul 2010 11:50:44 -0700 |
Thanks for the breadcrumbs... what you last suggested to try below worked
(appended)
On 2010-07-06, at 9:59 AM, Karsten Hilbert wrote:
>> MacBook:client djb$ gnumed --help
>> -bash: gnumed: command not found
>
> That's because there's no systemwide installation on that machine.
>
>> MacBook:client djb$ ./gnumed --help
>> Global config file /etc/gnumed/gnumed-client.conf missing.
>> MacBook:client djb$
>
> Hm, this might have worked.
>
> Please try
>
> ./gm-from-vcs.sh --help
MacBook:client djb$ ./gm-from-vcs.sh --help
-------------------------------------------------
./gm-from-vcs.sh: line 38: git: command not found
Running from Git branch:
-------------------------------------------------
GNUmed startup: Running from local source tree.
-----------------------------------------------
Adjusting PYTHONPATH ...
/Users/djb/gnumed-client.0.7.6/Gnumed/pycommon/gmTools.py:11:
DeprecationWarning: the MimeWriter module is deprecated; use the email package
instead
import urllib2 as wget, decimal, StringIO, MimeWriter, mimetypes, mimetools
Help requested
--------------
GNUmed client launcher.
This is the launcher for the GNUmed GUI client. It takes
care of all the pre- and post-GUI runtime environment setup.
--quiet
Be extra quiet and show only _real_ errors in the log.
--debug
Pre-set the [debug mode] checkbox in the login dialog to
increase verbosity in the log file. Useful for, well, debugging :-)
--slave
Pre-set the [enable remote control] checkbox in the login
dialog to enable the XML-RPC remote control feature.
--hipaa
Enable HIPAA functionality which has user impact.
--profile=<file>
Activate profiling and write profile data to <file>.
--text-domain=<text domain>
Set this to change the name of the language file to be loaded.
Note, this does not change the directory the file is searched in,
only the name of the file where messages are loaded from. The
standard textdomain is, of course, "gnumed.mo".
--log-file=<file>
Use this to change the name of the log file.
See gmLog2.py to find out where the standard log file would
end up.
--conf-file=<file>
Use configuration file <file> instead of searching for it in
standard locations.
--lang-gettext=<language>
Explicitly set the language to use in gettext translation. The very
same effect can be achieved by setting the environment variable $LANG
from a launcher script.
--override-schema-check
Continue loading the client even if the database schema version
and the client software version cannot be verified to be compatible.
--skip-update-check
Skip checking for client updates. This is useful during development
and when the update check URL is unavailable (down).
--local-import
Adjust the PYTHONPATH such that GNUmed can be run from a local source tree.
--ui=<ui type>
Start an alternative UI. Defaults to wxPython if not specified.
Valid values: web (CherryPy), wxp (wxPython)
--version, -V
Show version information.
--help, -h, or -?
Show this help.
Re: [Gnumed-bugs] hang on version check? Re: [Gnumed-devel] GNUmed 0.7.6 maintenance release, Karsten Hilbert, 2010/07/06