Notices


Reply
Thread Tools
kstep's Avatar
Posts: 18 | Thanked: 52 times | Joined on Dec 2010
#11
I released 0.3.2 with some bugfixes and uploaded to autobuilder as usual, but now, 24 hours after upload, it is not built yet, and build.log (https://garage.maemo.org/builder/fre...ults/build.log) looks like it began building process but stopped and process is frozen. I tried to upload project one more time to no result. Does anyone know how can I resolve this situation, so this release can hit extras-devel repo at least?

For now you can upgrade to 0.3.2 from garage (https://garage.maemo.org/frs/shownot...elease_id=4375).
__________________
Programmer's calculator, dbuscron.
 

The Following User Says Thank You to kstep For This Useful Post:
Helmuth's Avatar
Posts: 1,259 | Thanked: 1,341 times | Joined on Oct 2009 @ Germany
#12
It's not working here at my german Device:

Code:
 $ procalc 
Traceback (most recent call last):
  File "/usr/bin/procalc", line 5, in <module>
    from procalc.main import ProCalcApp
  File "./procalc/main.py", line 8, in <module>
  File "./procalc/operations.py", line 3, in <module>
  File "./procalc/i18n.py", line 30, in <module>
  File "/usr/lib/python2.5/gettext.py", line 469, in translation
    raise IOError(ENOENT, 'No translation file found for domain', domain)
IOError: [Errno 2] No translation file found for domain: 'procalc'
But looks very interesting at the screenshots. ;-)
 
strange1712's Avatar
Posts: 185 | Thanked: 111 times | Joined on Jul 2010 @ Mexico DF, Mexico
#13
Here also fails... I would really like to test this, as it could be the most practical calculator for maemo...
Code:
~ $ procalc
Traceback (most recent call last):
  File "/usr/bin/procalc", line 5, in <module>
    from procalc.main import ProCalcApp
  File "./procalc/main.py", line 8, in <module>
  File "./procalc/operations.py", line 3, in <module>
  File "./procalc/i18n.py", line 30, in <module>
  File "/usr/lib/python2.5/gettext.py", line 469, in translation
    raise IOError(ENOENT, 'No translation file found for domain', domain)
IOError: [Errno 2] No translation file found for domain: 'procalc'
~ $
My device is configured for spanish (es_MX).
__________________
Linux Registered User # 492214
http://counter.li.org/
------------------------
N900 registered as Linux Machine # 426325

Last edited by strange1712; 2011-01-22 at 02:53. Reason: add info
 
Captwheeto's Avatar
Posts: 302 | Thanked: 193 times | Joined on Oct 2008 @ England
#14
I'm getting "no module named procalc.main" when I run it from terminal as using the icon doesn't work.

It worked before! any help?
 
sub7's Avatar
Posts: 69 | Thanked: 10 times | Joined on Sep 2010 @ Spain
#15
Originally Posted by strange1712 View Post
Here also fails... I would really like to test this, as it could be the most practical calculator for maemo...
Code:
~ $ procalc
Traceback (most recent call last):
  File "/usr/bin/procalc", line 5, in <module>
    from procalc.main import ProCalcApp
  File "./procalc/main.py", line 8, in <module>
  File "./procalc/operations.py", line 3, in <module>
  File "./procalc/i18n.py", line 30, in <module>
  File "/usr/lib/python2.5/gettext.py", line 469, in translation
    raise IOError(ENOENT, 'No translation file found for domain', domain)
IOError: [Errno 2] No translation file found for domain: 'procalc'
~ $
My device is configured for spanish (es_MX).
same problem my spanish n900.
 
strange1712's Avatar
Posts: 185 | Thanked: 111 times | Joined on Jul 2010 @ Mexico DF, Mexico
#16
No workarounds yet?
__________________
Linux Registered User # 492214
http://counter.li.org/
------------------------
N900 registered as Linux Machine # 426325
 
Posts: 1,141 | Thanked: 781 times | Joined on Dec 2009 @ Magical Unicorn Land
#17
same error here on us english, but without the i18n parts.
 
Posts: 4 | Thanked: 1 time | Joined on Feb 2010
#18
A quick and dirty workaround: create a softlink to the existing language file:

Example: Your phone is set to Spanish. Use the English texts

ln -s /usr/share/locale/en/LC_MESSAGES/procalc.mo /usr/share/locale/es/LC_MESSAGES/procalc.mo

A better solution would be to translate the content of the attached file and post it to the author. There are only a few words to translate
 

The Following User Says Thank You to kaeptn For This Useful Post:
Reply


 
Forum Jump


All times are GMT. The time now is 08:50.