maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   [Announce] procalc is for programmer's calculator (https://talk.maemo.org/showthread.php?t=68260)

kstep 2011-01-17 17:41

Re: [Announce] procalc is for programmer's calculator
 
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).

Helmuth 2011-01-21 21:42

Re: [Announce] procalc is for programmer's calculator
 
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 2011-01-22 02:52

Re: [Announce] procalc is for programmer's calculator
 
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).

Captwheeto 2011-01-24 17:19

Re: [Announce] procalc is for programmer's calculator
 
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 2011-01-26 14:43

Re: [Announce] procalc is for programmer's calculator
 
Quote:

Originally Posted by strange1712 (Post 925822)
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 2011-02-12 21:05

Re: [Announce] procalc is for programmer's calculator
 
No workarounds yet?

stlpaul 2011-02-19 06:10

Re: [Announce] procalc is for programmer's calculator
 
same error here on us english, but without the i18n parts.

kaeptn 2011-03-26 15:41

Re: [Announce] procalc is for programmer's calculator
 
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


All times are GMT. The time now is 12:39.

vBulletin® Version 3.8.8