Cannot install in MAC OS Lion

Asked by KJ

I tried to install RedNoteBook on MAC OS X Lion with MacPort. The installation process was success with no error message showed. However, error messages were showed when execute RedNoteBook via Terminal. May I ask, does the RedNoteBook is not yet compatible with MAC OS X Lion?

Question information

Language:
English Edit question
Status:
Solved
For:
RedNotebook Edit question
Assignee:
No assignee Edit question
Solved by:
Jendrik Seipp
Solved:
Last query:
Last reply:
Revision history for this message
Jendrik Seipp (jendrikseipp) said :
#1

To be honest: I don't know as I have no way of testing this. However,
previous versions used to run on Mac.

Revision history for this message
KJ (jinkeanlim) said :
#2

I like the RedNoteBook, it is simple, straight forward and able to work across different OS platforms. Unfortunately, I'm not at in front of my MacBook now, perhaps I will paste the error message here later.

Revision history for this message
KJ (jinkeanlim) said :
#3

This is the error message I received:

ERROR Locale could not be set: "unsupported locale setting"
> ERROR Probably you have to install the appropriate language packs
>
> (process:915): Gtk-WARNING **: Locale not supported by C library.
> Using the fallback 'C' locale.
> INFO chardet not found. 'utf-8' encoding will be assumed
>

Revision history for this message
Jendrik Seipp (jendrikseipp) said :
#4

Those messages are no indicator of something going wrong. They just mean
that RedNotebook will be in English.

Revision history for this message
KJ (jinkeanlim) said :
#5

Dear Jendrik,

Thanks for the prompt replied.

When I execute the RedNoteBook in Ubuntu and Windows, the RedNoteBook GUI
will launches and I could have my journal/diary written accordingly. I
execute RedNoteBook via Terminal in Mac OS X. But, still I receive the
(error) messages and no RedNoteBook GUI is launched.

ERROR Locale could not be set: "unsupported locale setting"
> ERROR Probably you have to install the appropriate language packs
>
> (process:1021): Gtk-WARNING **: Locale not supported by C library.
> Using the fallback 'C' locale.
> INFO chardet not found. 'utf-8' encoding will be assumed
> INFO Writing log to file "/Users/KJ/.rednotebook/rednotebook.log"
> Traceback (most recent call last):
> File "/opt/local/bin/rednotebook", line 11, in <module>
> import rednotebook.journal
> File
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/rednotebook/journal.py",
> line 198, in <module>
> from rednotebook.gui.main_window import MainWindow
> File
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/rednotebook/gui/main_window.py",
> line 33, in <module>
> from rednotebook import templates
> File
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/rednotebook/templates.py",
> line 31, in <module>
> WEEKDAYS = (_('Monday'), _('Tuesday'), _('Wednesday'), _('Thursday'),
> NameError: name '_' is not defined
>

Do I need do more steps in Mac OS X?

Thanks for your time. Have a nice day.

Revision history for this message
Best Jendrik Seipp (jendrikseipp) said :
#6

Thanks for the info. There was a missing function, but I think I fixed
this. Can you try it out by using the latest beta:
https://dl.dropbox.com/u/4780737/rednotebook-1.5-beta2.tar.gz

Cheers!

Revision history for this message
KJ (jinkeanlim) said :
#7

Dear Jendrik Seipp,

Thanks for your prompt replied.

Sure, I will try it and give the feedback later.

Thanks a lot.

Revision history for this message
KJ (jinkeanlim) said :
#8

Dear Jendrik Seipp,

I'm sorry for being late to give my feedback. It works nicely in Mac OS X
Lion. Thanks for the fixed.

Have a nice summer.

Revision history for this message
KJ (jinkeanlim) said :
#9

Thanks Jendrik Seipp, that solved my question.