[Live-demo] [OSGeo] #1386: sahaha: login fails
OSGeo
trac_osgeo at osgeo.org
Sun Aug 10 04:03:18 PDT 2014
#1386: sahaha: login fails
---------------------+------------------------------------------------------
Reporter: hamish | Owner: live-demo@…
Type: defect | Status: new
Priority: major | Milestone: OSGeoLive8.0
Component: LiveDVD | Keywords: sahana
---------------------+------------------------------------------------------
Comment(by hamish):
nope, still "Invalid login".
> python: no process found
that just comes from a "killall python". (perhaps not the safest thing to
be calling as we may be running something else in the background...)
maybe a
{{{
if [ `pgrep -c python` -gt 0 ] ; then
}}}
could quieten that.
this seems to be a web2py thing, but fwiw re. `SyntaxError: Forbidden
variable`,
http://stackoverflow.com/questions/9746838/why-cant-attribute-names-be-
python-keywords
also to note, fwiw, that matplotlib gets installed earlier by
install_ipython.sh, not sure why S3Chart doesn't see it.
I'm not sure how to ensure that eden/models/zzz_1st_run.py gets run, or
where to look in the Sahana PG database to see if it worked (I'm looking,
but I don't see it in any of the auth tables).
thanks,
Hamish
--
Ticket URL: <https://trac.osgeo.org/osgeo/ticket/1386#comment:2>
OSGeo <http://www.osgeo.org/>
OSGeo committee and general foundation issue tracker.
More information about the Live-demo
mailing list