|
From: | Jim Busser |
Subject: | [Gnumed-devel] gnumed installation problem |
Date: | Sat, 10 Apr 2004 12:26:48 -0700 |
Install the Developer tools which are on the disc called XTools.done
The default Easy Install is satisfactory.
To test your installation, run the application 'RunDemo' inworks
Applications>wxPythonOSX-2.4.2.4-panther
d66-183-119-10:~/jb$ /usr/local/bin/pg_ctl -D /usr/local/pgsql/data -l postgres.log startwould seem OK
postmaster successfully started
d66-183-119-10:~ jb$ echo $PATHwould seem OK
/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin
egenix-mxbase and click installI had done these earlier.
pyPgSQL and click install
export CVS_RSH=ssh
export CVSROOT=:ext:address@hidden:/cvsroot/gnumed
cd <some directory where you want the gnumed cvs checkout to go>
cvs -z3 checkout gnumed
d66-183-119-10:~ jb$ mkdir gnumed<20 screens of output snipped>
d66-183-119-10:~ jb$ cd gnumed
d66-183-119-10:~ jb$ echo $PATH
/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin
d66-183-119-10:~ jb$ cd gnumed
d66-183-119-10:~/gnumed jb$ export CVS_RSH=ssh
d66-183-119-10:~/gnumed jb$ export CVSROOT=:ext:address@hidden:/cvsroot/gnumed
d66-183-119-10:~/gnumed jb$ cvs -z3 co gnumed
The authenticity of host 'savannah.gnu.org (199.232.41.3)' can't be established.
RSA key fingerprint is 80:5a:b0:0c:ec:93:66:29:49:7e:04:2b:fd:ba:2c:d5.
Are you sure you want to continue connecting (yes/no)? y
Please type 'yes' or 'no': yes
Warning: Permanently added 'savannah.gnu.org,199.232.41.3' (RSA) to the list of known hosts.
cvs server: Updating gnumed
cvs server: Updating gnumed/gnumed/windows
d66-183-119-10:~/gnumed jb$
Test setup so far -
pythonw ~/gnumed/gnumed/client/wxpython/gnumed.py
d66-183-119-10:~ jb$ pythonw ~/gnumed/gnumed/client/wxpython/gnumed.pyHere I am stuck.
CRITICAL ERROR: Cannot load GnuMed Python modules ! - Program halted.
Please make sure you have:
- the required third-party Python modules installed
- the GnuMed Python modules installed in site-packages/
- your PYTHONPATH environment variable set up correctly
If you still encounter errors after checking the above
rquirements please ask on the mailing list.
Last login: Sat Apr 10 01:17:16 on ttyp1
Welcome to Darwin!
d66-183-119-10:~ jb$ pythonw ~/gnumed/gnumed/client/wxpython/gnumed.py
CRITICAL ERROR: Cannot load GnuMed Python modules ! - Program halted.
Please make sure you have:
- the required third-party Python modules installed
- the GnuMed Python modules installed in site-packages/
- your PYTHONPATH environment variable set up correctly
If you still encounter errors after checking the above
rquirements please ask on the mailing list.
d66-183-119-10:~ jb$ ls
Desktop
Documents
Library
Library default 10.3
Movies
Music
Pictures
Public
Sites
gnumed
id_dsa
id_dsa.pub
postgres.log
d66-183-119-10:~ jb$ cd gnumed/gnumed
d66-183-119-10:~/gnumed/gnumed jb$ ls
Archive appgen device-drivers html windows
CVS client dists server
__init__.py data drafts test-area
d66-183-119-10:~/gnumed/gnumed jb$ cd cvs
d66-183-119-10:~/gnumed/gnumed/cvs jb$ ls
Entries Entries.Log Repository Root
d66-183-119-10:~ jb$ cd gnumed/gnumed/client
d66-183-119-10:~/gnumed/gnumed/client jb$ ls
CVS gm-slave-test-from-cvs.sh
__init__.py gnumed.sh
bitmaps locale
business manual
code_examples pycommon
data python-addons
doc python-common
etc python-tools
exporters test-slave.py
gm-from-cvs.sh wxpython
d66-183-119-10:~/gnumed/gnumed/client jb$ pythonw ~/gnumed/gnumed/client/wxpython/gnumed.py
CRITICAL ERROR: Cannot load GnuMed Python modules ! - Program halted.
Please make sure you have:
- the required third-party Python modules installed
- the GnuMed Python modules installed in site-packages/
- your PYTHONPATH environment variable set up correctly
If you still encounter errors after checking the above
rquirements please ask on the mailing list.
d66-183-119-10:~/gnumed/gnumed/client jb$ cd wxpython
d66-183-119-10:~/gnumed/gnumed/client/wxpython jb$ ls
CVS gmGuiElement_AlertCaptionPanel.py gmSelectPerson.py
__init__.py gmGuiElement_DividerCaptionPanel.py gmShadow.py
bitmaps gmGuiElement_HeadingCaptionPanel.py gmSingleBoxSOAP.py
gmAbout.py gmGuiHelpers.py gmTalkback.py
gmAppoint.py gmGuiMain.py gmTopPanel.py
gmCryptoText.py gmLabels.py gnumed.py
gmDateTimeInput.py gmListCtrlMapper.py gui
gmDemographics.py gmLogin.py gui-de
gmEMRTextDump.py gmLoginDialog.py images.py
gmEditArea.py gmMacro.py images_Archive_plugin.py
gmFormPrinter.py gmMultiColumnList.py images_Archive_plugin1.py
gmGP_ActiveProblems.py gmPatientHolder.py images_contacts_toolbar16_16.py
gmGP_FamilyHistorySummary.py gmPatientSelector.py images_for_gnumed_browser16_16.py
gmGP_HabitsRiskFactors.py gmPhraseWheel.py images_gnuMedGP_Toolbar.py
gmGP_Inbox.py gmPlugin.py images_gnumedGP.py
gmGP_PatientPicture.py gmSQLListControl.py images_gnumedGP_notebook.py
gmGP_SocialHistory.py gmSQLSimpleSearch.py patient
d66-183-119-10:~/gnumed/gnumed/client/wxpython jb$ pythonw gnumed.py
CRITICAL ERROR: Cannot load GnuMed Python modules ! - Program halted.
Please make sure you have:
- the required third-party Python modules installed
- the GnuMed Python modules installed in site-packages/
- your PYTHONPATH environment variable set up correctly
If you still encounter errors after checking the above
rquirements please ask on the mailing list.
d66-183-119-10:~/gnumed/gnumed/client/wxpython jb$ cd ../
d66-183-119-10:~/gnumed/gnumed/client jb$ ls
CVS data gm-slave-test-from-cvs.sh python-addons
__init__.py doc gnumed.sh python-common
bitmaps etc locale python-tools
business exporters manual test-slave.py
code_examples gm-from-cvs.sh pycommon wxpython
d66-183-119-10:~/gnumed/gnumed/client jb$ pythonw gm-from-cvs
/System/Library/Frameworks/Python.framework/Versions/2.3/Resources/Python.app/Contents/MacOS/Python: can't open file 'gm-from-cvs'
d66-183-119-10:~/gnumed/gnumed/client jb$
[Prev in Thread] | Current Thread | [Next in Thread] |