[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gnumed-devel] GNUmed web interface - pyjamas
From: |
Jim Busser |
Subject: |
Re: [Gnumed-devel] GNUmed web interface - pyjamas |
Date: |
Sat, 10 Jul 2010 16:02:22 -0700 |
unhandled exception
this occurred with both the master branch (downloaded yesterday, console
outputs of my effort below) and even after I later instead tried the branch
rel-0-7-patches (log file attached)
On 2010-07-10, at 11:51 AM, Sebastian Hilbert wrote:
> Then download from gitorious the tar.gz of the branch rel-0-7-patches
> http://gitorious.org/gnumed/gnumed/archive-tarball/rel-0-7-patches
>
> Then unpack it and find the subdirectory (client) which has the script
>
> gm-from-vcs.sh
>
> call it with
>
> gm-from-vcs.sh --ui=web
-- Jim
MacBook:client djb$ pwd
/Users/djb/Downloads/gnumed-gnumed/gnumed/gnumed/client
MacBook:client djb$ gm-from-vcs.sh --ui=web-bash: gm-from-vcs.sh: command not
found
MacBook:client djb$ ./gm-from-vcs.sh --ui=web
-------------------------------------------------
./gm-from-vcs.sh: line 42: git: command not found
Running from Git branch:
-------------------------------------------------
GNUmed startup: Running from local source tree.
-----------------------------------------------
Adjusting PYTHONPATH ...
/Users/djb/Downloads/gnumed-gnumed/gnumed/gnumed/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
.========================================================
| Unhandled exception caught !
| Type : <type 'exceptions.ImportError'>
| Value: No module named cherrypy
`========================================================
Traceback (most recent call last):
File "gnumed.py", line 528, in <module>
from Gnumed.CherryPy import gmGuiWeb
File
"/Users/djb/Downloads/gnumed-gnumed/gnumed/gnumed/Gnumed/CherryPy/gmGuiWeb.py",
line 12, in <module>
import cherrypy
ImportError: No module named cherrypy
MacBook:client djb$ echo PATH
PATH
MacBook:client djb$ echo $PATH
/opt/subversion/bin:/opt/local/bin:/opt/local/sbin:/opt/local/bin:/opt/local/sbin:/opt/local/bin:/opt/local/sbin:/opt/local/bin:/opt/local/sbin:/Library/Frameworks/Python.framework/Versions/Current/bin:/bin:/sbin:/usr/bin:/usr/local/bin:/usr/sbin
MacBook:client djb$ export
PATH=/Users/djb/Downloads/gnumed-gnumed/gnumed/gnumed/Gnumed/CherryPy/:$PATH
MacBook:client djb$ ./gm-from-vcs.sh --ui=web
-------------------------------------------------
./gm-from-vcs.sh: line 42: git: command not found
Running from Git branch:
-------------------------------------------------
GNUmed startup: Running from local source tree.
-----------------------------------------------
Adjusting PYTHONPATH ...
/Users/djb/Downloads/gnumed-gnumed/gnumed/gnumed/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
.========================================================
| Unhandled exception caught !
| Type : <type 'exceptions.ImportError'>
| Value: No module named cherrypy
`========================================================
Traceback (most recent call last):
File "gnumed.py", line 528, in <module>
from Gnumed.CherryPy import gmGuiWeb
File
"/Users/djb/Downloads/gnumed-gnumed/gnumed/gnumed/Gnumed/CherryPy/gmGuiWeb.py",
line 12, in <module>
import cherrypy
ImportError: No module named cherrypy
MacBook:client djb$
gm-from-vcs.log
Description: Binary data
- Re: [Gnumed-devel] GNUmed web interface - to framework or not to framework, lkcl, 2010/07/09
- Re: [Gnumed-devel] GNUmed web interface - pyjamas, Sebastian Hilbert, 2010/07/10
- Re: [Gnumed-devel] GNUmed web interface - pyjamas, lkcl, 2010/07/10
- Re: [Gnumed-devel] GNUmed web interface - pyjamas, Sebastian Hilbert, 2010/07/10
- Re: [Gnumed-devel] GNUmed web interface - pyjamas, lkcl, 2010/07/10
- Re: [Gnumed-devel] GNUmed web interface - pyjamas, Sebastian Hilbert, 2010/07/10
- Re: [Gnumed-devel] GNUmed web interface - pyjamas, Sebastian Hilbert, 2010/07/10
- Re: [Gnumed-devel] GNUmed web interface - pyjamas, lkcl, 2010/07/11
- Re: [Gnumed-devel] GNUmed web interface - pyjamas, Sebastian Hilbert, 2010/07/11
- Re: [Gnumed-devel] GNUmed web interface - pyjamas, Sebastian Hilbert, 2010/07/10
- Re: [Gnumed-devel] GNUmed web interface - pyjamas,
Jim Busser <=
- Re: [Gnumed-devel] GNUmed web interface - pyjamas, Sebastian Hilbert, 2010/07/11
- Re: [Gnumed-devel] GNUmed web interface - pyjamas, lkcl, 2010/07/11
- Re: [Gnumed-devel] GNUmed web interface - pyjamas, Sebastian Hilbert, 2010/07/12
- Re: [Gnumed-devel] GNUmed web interface - pyjamas, Sebastian Hilbert, 2010/07/12
- Re: [Gnumed-devel] GNUmed web interface - pyjamas, Karsten Hilbert, 2010/07/12
- Re: [Gnumed-devel] GNUmed web interface - pyjamas, Sebastian Hilbert, 2010/07/12
- Re: [Gnumed-devel] GNUmed web interface - pyjamas, Karsten Hilbert, 2010/07/12