NarrativeWeb

View: New views
7 Messages — Rating Filter:   Alert me  

NarrativeWeb

by Peter Landgren :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,
Just tested trunk rev10869.

I get this errormsg during filtering process in NarrativeWeb (see attachment).

If I add a print statementt in  after line 637 in _ReportDialog.py I get on the console:

[Errno 2] Filen eller katalogen finns inte: '/home/peter/NAVWEB/styles/narrative-screen.css
(Translation of the Swedish words:)
[Errno 2] The file or cataloge does not excist: ...

which I found was trapped at line 637/8 in _ReportDialog.py:
            except IOError, msg:
                ErrorDialog(_("Report could not be created"),str(msg))

As you see part of it is in Swedish even if gramps was run in English
suggesting teh message, msg, comes from OS?


If I delete the directory with the current Narrative Webpage, only the directory and two empty directories, "images" and "thumb", are created. The errormsg comes after 2 min.

/Peter



--
Peter Landgren
Talken Hagen
671  94 Brunskog
SWEDEN

0570-530 21
070-635 4719
peter.talken@...
skype:pgl4820.2


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Gramps-devel mailing list
Gramps-devel@...
https://lists.sourceforge.net/lists/listinfo/gramps-devel

narrweb1.png (16K) Download Attachment

Re: NarrativeWeb

by Kees Bakker :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Wednesday 16 July 2008, Peter Landgren wrote:
> Hi,
> Just tested trunk rev10869.

Hi Peter,

>
> I get this errormsg during filtering process in NarrativeWeb (see attachment).

I haven't tested the 10869 yet, sorry.

Probably we're forgetting to create the "styles" directory before copying
the files. I'll fix this asap. Meanwhile I workaround is to create this
directory (( /home/peter/NAVWEB/styles )) beforehand.
--
Kees

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Gramps-devel mailing list
Gramps-devel@...
https://lists.sourceforge.net/lists/listinfo/gramps-devel

Re: NarrativeWeb

by Peter Landgren :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Kees,

That fixed it.
/Peter

> On Wednesday 16 July 2008, Peter Landgren wrote:
> > Hi,
> > Just tested trunk rev10869.
>
> Hi Peter,
>
> >
> > I get this errormsg during filtering process in NarrativeWeb (see attachment).
>
> I haven't tested the 10869 yet, sorry.
>
> Probably we're forgetting to create the "styles" directory before copying
> the files. I'll fix this asap. Meanwhile I workaround is to create this
> directory (( /home/peter/NAVWEB/styles )) beforehand.



--
Peter Landgren
Talken Hagen
671  94 Brunskog
SWEDEN

0570-530 21
070-635 4719
peter.talken@...
skype:pgl4820.2

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Gramps-devel mailing list
Gramps-devel@...
https://lists.sourceforge.net/lists/listinfo/gramps-devel

NarrativeWeb

by Peter Landgren :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,
Further testing of trunk rev10869 regarding NarrativeWeb.py.

1. Step sibling is incorrec, example:
    My father was married and devorced, his former wife remarried a couple of years later
    and then she got one daugther.
    My father married my mother 10 years later and I was born.
    So I and the daughter in my father's first wife's second marriage can not be step siblings!
    When I use Quick Report-> Realtionship to Home Peson; GRAMPS reports no direct relationship.

2. The surnames are invisible in the "Nebraska" css.

3. When I move the mouse to a link that link disappears. Happens on many places.

/Peter

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Gramps-devel mailing list
Gramps-devel@...
https://lists.sourceforge.net/lists/listinfo/gramps-devel

Re: NarrativeWeb

by Rob Healey-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Dear Peter and Kess:
 
I apologize for the problem relating to the styles directory issue, and I can fix that one.  The Nebraska stylesheet is one that I can fix also.  I will have updates tomorrow for these two issues...
 
Kess, can you work out the relationship one?
 
Sincerely,
Rob


 
On Wed, Jul 16, 2008 at 11:09 AM, Peter Landgren <peter.talken@...> wrote:
Hi,
Further testing of trunk rev10869 regarding NarrativeWeb.py.

1. Step sibling is incorrec, example:
   My father was married and devorced, his former wife remarried a couple of years later
   and then she got one daugther.
   My father married my mother 10 years later and I was born.
   So I and the daughter in my father's first wife's second marriage can not be step siblings!
   When I use Quick Report-> Realtionship to Home Peson; GRAMPS reports no direct relationship.

2. The surnames are invisible in the "Nebraska" css.

3. When I move the mouse to a link that link disappears. Happens on many places.

/Peter

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Gramps-devel mailing list
Gramps-devel@...
https://lists.sourceforge.net/lists/listinfo/gramps-devel


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Gramps-devel mailing list
Gramps-devel@...
https://lists.sourceforge.net/lists/listinfo/gramps-devel

Re: NarrativeWeb

by Kees Bakker :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Rob,

Don't spend too much time fixing the "styles" problem. I have a fix in
the works. And there are more fixes. However, I couldn't do a "commit"
yesterday. Not sure what the problem is/was.

The relationship problem needs futher investigation.

Greetings, Kees

On Thursday 17 July 2008, Rob Healey wrote:

> Dear Peter and Kess:
>
> I apologize for the problem relating to the styles directory issue, and I
> can fix that one.  The Nebraska stylesheet is one that I can fix also.  I
> will have updates tomorrow for these two issues...
>
> Kess, can you work out the relationship one?
>
> Sincerely,
> Rob
>
>
>
> On Wed, Jul 16, 2008 at 11:09 AM, Peter Landgren <peter.talken@...>
> wrote:
>
> > Hi,
> > Further testing of trunk rev10869 regarding NarrativeWeb.py.
> >
> > 1. Step sibling is incorrec, example:
> >    My father was married and devorced, his former wife remarried a couple
> > of years later
> >    and then she got one daugther.
> >    My father married my mother 10 years later and I was born.
> >    So I and the daughter in my father's first wife's second marriage can
> > not be step siblings!
> >    When I use Quick Report-> Realtionship to Home Peson; GRAMPS reports no
> > direct relationship.
> >
> > 2. The surnames are invisible in the "Nebraska" css.
> >
> > 3. When I move the mouse to a link that link disappears. Happens on many
> > places.
> >
> > /Peter
> >
> > -------------------------------------------------------------------------
> > This SF.Net email is sponsored by the Moblin Your Move Developer's
> > challenge
> > Build the coolest Linux based applications with Moblin SDK & win great
> > prizes
> > Grand prize is a trip for two to an Open Source event anywhere in the world
> > http://moblin-contest.org/redirect.php?banner_id=100&url=/
> > _______________________________________________
> > Gramps-devel mailing list
> > Gramps-devel@...
> > https://lists.sourceforge.net/lists/listinfo/gramps-devel
> >
>



--
Can I blame my spelling on Line Noise?

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Gramps-devel mailing list
Gramps-devel@...
https://lists.sourceforge.net/lists/listinfo/gramps-devel

Re: NarrativeWeb

by Kees Bakker :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello Rob,

Just to clarify this a bit. The "styles" directory problem should be
solved in SVN (10870 and up). (Commit is working again!)

The stylesheet problem that Peter talks about (see below) is your territory
and perhaps Jason's.

For the step sibling problem we are better off creating a bug report. Peter?

   Kees

On Thursday 17 July 2008, Kees Bakker wrote:

> Hi Rob,
>
> Don't spend too much time fixing the "styles" problem. I have a fix in
> the works. And there are more fixes. However, I couldn't do a "commit"
> yesterday. Not sure what the problem is/was.
>
> The relationship problem needs futher investigation.
>
> Greetings, Kees
>
> On Thursday 17 July 2008, Rob Healey wrote:
> > Dear Peter and Kess:
> >
> > I apologize for the problem relating to the styles directory issue, and I
> > can fix that one.  The Nebraska stylesheet is one that I can fix also.  I
> > will have updates tomorrow for these two issues...
> >
> > Kess, can you work out the relationship one?
> >
> > Sincerely,
> > Rob
> >
> >
> >
> > On Wed, Jul 16, 2008 at 11:09 AM, Peter Landgren <peter.talken@...>
> > wrote:
> >
> > > Hi,
> > > Further testing of trunk rev10869 regarding NarrativeWeb.py.
> > >
> > > 1. Step sibling is incorrec, example:
> > >    My father was married and devorced, his former wife remarried a couple
> > > of years later
> > >    and then she got one daugther.
> > >    My father married my mother 10 years later and I was born.
> > >    So I and the daughter in my father's first wife's second marriage can
> > > not be step siblings!
> > >    When I use Quick Report-> Realtionship to Home Peson; GRAMPS reports no
> > > direct relationship.
> > >
> > > 2. The surnames are invisible in the "Nebraska" css.
> > >
> > > 3. When I move the mouse to a link that link disappears. Happens on many
> > > places.
> > >
> > > /Peter
> > >
> > > -------------------------------------------------------------------------
> > > This SF.Net email is sponsored by the Moblin Your Move Developer's
> > > challenge
> > > Build the coolest Linux based applications with Moblin SDK & win great
> > > prizes
> > > Grand prize is a trip for two to an Open Source event anywhere in the world
> > > http://moblin-contest.org/redirect.php?banner_id=100&url=/
> > > _______________________________________________
> > > Gramps-devel mailing list
> > > Gramps-devel@...
> > > https://lists.sourceforge.net/lists/listinfo/gramps-devel
> > >
> >
>
>
>



--
If at first you don't succeed, redefine success

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Gramps-devel mailing list
Gramps-devel@...
https://lists.sourceforge.net/lists/listinfo/gramps-devel
LightInTheBox - Buy quality products at wholesale price!