Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

install error #267

Closed
znetor opened this issue Nov 13, 2013 · 4 comments
Closed

install error #267

znetor opened this issue Nov 13, 2013 · 4 comments
Assignees

Comments

@znetor
Copy link

znetor commented Nov 13, 2013

root@desktop:~/Mailpile-master# ./mp --setup
Traceback (most recent call last):
File "./mp", line 15, in
Main(sys.argv[1:])
File "/root/Mailpile-master/mailpile/app.py", line 107, in Main
session.config.load(session)
File "/root/Mailpile-master/mailpile/config.py", line 826, in load
self.mkworkdir(session)
File "/root/Mailpile-master/mailpile/config.py", line 750, in mkworkdir
session.ui.notify(
('Creating: %s') % self.workdir)
NameError: global name '
' is not defined

@ghost ghost assigned smari Nov 13, 2013
@smari
Copy link
Contributor

smari commented Nov 13, 2013

That's my fault. We were adding i18n support yesterday, and I might have broken a few things. :-)

@BjarniRunar
Copy link
Member

This is a dup of #127 ;-)

@smari
Copy link
Contributor

smari commented Nov 14, 2013

I'm adding earlier i18n binding to squish this bug. Thanks for the heads up!

@smari
Copy link
Contributor

smari commented Nov 14, 2013

Pushed fix for this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants