← Back to team overview

keryx team mailing list archive

Re: 12-28-2009 Keryx Development Meeting

 

Also on keryx/lib/plugins.py use this instead of lines 79 through 82:

except Exception, e:
    log.error(file + _(' failed to load.'))
    log.error(e)

We only need these three lines instead because some of that code is not
used, such as the fail=True and return statements. This will also log the
actual error message so that when people have an issue, this will display it
in the log output for us to easily debug.

On Mon, Dec 28, 2009 at 9:17 PM, Chris Oliver <excid3@xxxxxxxxx> wrote:

> Mac, since you've got the code to push, you can go ahead and make this
> patch for me. This needs to be inserted on line 20 of keryx.py:
>
> # Import commands here, even though we don't use it because debian.py uses
> it
> # and our plugin system confuses pyinstaller. We need to manually specify
> this
> # in keryx so that pyinstaller can grab it and bundle the code
> import commands
>
> Thanks bud, we can use the tutorial on my site for building a linux binary
> for distribution now. Should have one for building the windows binary
> written up in a bit. :-)
>
> On Mon, Dec 28, 2009 at 9:03 PM, mac9416 <mac9416@xxxxxxxxxxxxxxxx> wrote:
> > I would like to once again remind everyone that the next development
> > meeting is tomorrow evening. As package installation is getting more
> > polished, it would be good to have some pre-pre-alpha testers drop by!
> >
> > The meeting will be held tomorrow at 0030 UTC (8:30PM Eastern, 7:30
> > Central) in #keryx (irc.freenode.net).
> >
> > I look forward to seeing you there!
> > -mac
> >
> > _______________________________________________
> > Mailing list: https://launchpad.net/~keryx<https://launchpad.net/%7Ekeryx>
> > Post to     : keryx@xxxxxxxxxxxxxxxxxxx
> > Unsubscribe : https://launchpad.net/~keryx<https://launchpad.net/%7Ekeryx>
> > More help   : https://help.launchpad.net/ListHelp
> >
>
>
>
> --
> Chris Oliver
> http://excid3.com
>
>
>


-- 
Chris Oliver
http://excid3.com

References