maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   pySafe - for personal information security (https://talk.maemo.org/showthread.php?t=40108)

jaguilar 2010-06-05 03:34

Re: pySafe - for personal information security
 
Quote:

Originally Posted by Art.M (Post 700333)
my update says it's going to install PyQt4 (4.7.3-maemo5), is that right?

The dependencies are this:
- python2.5
- python2.5-qt4
- python-crypto
- python-osso

Which version? I really don't know!! I don't set the version, only the package name.

I'm really annoyed with these dependencies....it's very frustrating... :(

robbie 2010-06-05 15:36

Re: pySafe - for personal information security
 
I created the first version of the Keepass to pySafe converter for windows.

http://www.robvonk.com/uploads/pics/screenshot.png

You can find it here: http://www.robvonk.com/projects-engl...afe-converter/

ceevee 2010-06-05 19:23

Re: pySafe - for personal information security
 
I ended up reflashing PR 1.2, just the FIASCO image, no emmc.

Installing pysafe works fine now.

Don't know why it had problems updating/installing earlier.

attila77 2010-06-06 06:46

Re: pySafe - for personal information security
 
Quote:

Originally Posted by jaguilar (Post 696461)
The current official version of PyQt is 4.6, but I saw in the repositories a package for 4.7. And I think that it's the problem. But I really don't understand why the package refuses to install with a library new version!

Can all who are having trouble confirm if have this new version of PyQt?

Note the version number of PyQt is NOT related to the version of Qt. See http://talk.maemo.org/showthread.php...956#post700956 for details. The new version of PyQt only misses enough tester approval (see http://talk.maemo.org/showpost.php?p=682487&postcount=6 ) to reach Extras and then the dependencies will no longer be an issue.

teddy3 2010-06-06 15:22

Re: pySafe - for personal information security
 
Approval done. Thank you for getting the point.

titou1234 2010-06-07 06:26

Re: pySafe - for personal information security
 
Finally, I have upgraded to the latest version 0.9.0-2 but I have still the same problem. When I execute pySafe it opens the window and then it closes whitout asking for password.
I also execute /opt/pysafe/pysafe in a terminal and nothing happens : no window appears, no error message it just returned to the prompt.

Any idea ?

PS: I tried to install an old version but the links doesn't work anymore.

teddy3 2010-06-07 12:41

Re: pySafe - for personal information security
 
I updatet now to the new version 0.9.0-2. Everything is ok and update well done. No problems now.
Great work! :)

Edit: May it causes on the fact attila77 described. There are now enough tester approvals...

jaguilar 2010-06-07 17:56

Re: pySafe - for personal information security
 
Quote:

Originally Posted by titou1234 (Post 703033)
Finally, I have upgraded to the latest version 0.9.0-2 but I have still the same problem. When I execute pySafe it opens the window and then it closes whitout asking for password.
I also execute /opt/pysafe/pysafe in a terminal and nothing happens : no window appears, no error message it just returned to the prompt.

Any idea ?

Take a look at /var/tmp, if there is a file named pysafe.log.

minty95 2010-06-07 21:34

Re: pySafe - for personal information security
 
Quote:

Originally Posted by titou1234 (Post 703033)
Finally, I have upgraded to the latest version 0.9.0-2 but I have still the same problem. When I execute pySafe it opens the window and then it closes whitout asking for password.
I also execute /opt/pysafe/pysafe in a terminal and nothing happens : no window appears, no error message it just returned to the prompt.

Any idea ?

PS: I tried to install an old version but the links doesn't work anymore.

I'm having the same problem it starts to load then just quits

jaguilar 2010-06-07 21:50

Re: pySafe - for personal information security
 
Quote:

Originally Posted by minty95 (Post 704348)
I'm having the same problem it starts to load then just quits

Did you read my previous message? :)

samourai 2010-06-08 08:37

Re: pySafe - for personal information security
 
Quote:

Originally Posted by jaguilar (Post 704370)
Did you read my previous message? :)

I have the same problem !!
The log file looks like that :

Traceback (most recent call last):

That all !!
Thank's for help

inidrog 2010-06-08 14:14

Re: pySafe - for personal information security
 
Pleas include a Notes field. Like in KeepassX i use it a lot.

jaguilar 2010-06-08 15:04

Re: pySafe - for personal information security
 
Quote:

Originally Posted by samourai (Post 704983)
I have the same problem !!
The log file looks like that :

Traceback (most recent call last):

That all !!
Thank's for help

Great.....after dependencies, here we are with the "ghost error"! :)
Sorry for joking! I will try to see what's happening!

Quote:

Originally Posted by inidrog (Post 705417)
Pleas include a Notes field. Like in KeepassX i use it a lot.

I forgot to mention this feature: double press the field which contains the information (not the label, but the input field)! ;)

jaguilar 2010-06-08 19:34

Re: pySafe - for personal information security
 
I've uploaded a new version to find the error that crashes the program.

For those who are getting the issue, please run the program in a terminal:
Code:

/opt/pysafe/pysafe -no-trap-error
This disables the internal hook when an error occurs, and (I hope so) the error will be shown in the terminal.

Forgot to mention: the new version is 0.9.1.

titou1234 2010-06-08 20:57

Re: pySafe - for personal information security
 
Thank you for your time and the new version. Here are the messages from the terminal:

Traceback (most recent call last):
File "/opt/pysafe/pysafe", line 5, in <module>
pysafe()
File "tmp/mainwindow.py", line 1054, in __init__
File "/usr/lib/python2.5/gettext.py", line 493, in install
t = translation(domain, localedir, fallback=True, codeset=codeset)
File "/usr/lib/python2.5/gettext.py", line 478, in translation
t = _translations.setdefault(key, class_(open(mofile, 'rb')))
File "/usr/lib/python2.5/gettext.py", line 180, in __init__
self._parse(fp)
File "/usr/lib/python2.5/gettext.py", line 314, in _parse
plural = v[1].split('plural=')[1]
IndexError: list index out of range

After reading the error message I have renamed /opt/pysafe/fr to fr-old and voila it is working (in english). It is currently importing my data.


EDIT: OK it is working fine and the search function is a great feature. Thank you again.

inidrog 2010-06-08 21:12

Re: pySafe - for personal information security
 
Quote:

Originally Posted by jaguilar (Post 705475)
Great.....after dependencies, here we are with the "ghost error"! :)
Sorry for joking! I will try to see what's happening!


I forgot to mention this feature: double press the field which contains the information (not the label, but the input field)! ;)

Hi thanks again for your efforts.

I wish you, jaguilar and robbie could make pysafe and the Keepass to pySafe converter for windows include and be compatible with KeppassX "Notes field".

http://talk.maemo.org/showpost.php?p...&postcount=162


:) :( :confused: :mad: :p ;) :D :o :rolleyes: :cool: :eek:

inidrog 2010-06-08 22:50

Re: pySafe - for personal information security
 
Quote:

Originally Posted by inidrog (Post 706084)
Hi thanks again for your efforts.

I wish you, jaguilar and robbie could make pysafe and the Keepass to pySafe converter for windows include and be compatible with KeppassX "Notes field".

http://talk.maemo.org/showpost.php?p...&postcount=162


:) :( :confused: :mad: :p ;) :D :o :rolleyes: :cool: :eek:

Thanks to myself for this useful post.:rolleyes:

jaguilar 2010-06-09 00:38

Re: pySafe - for personal information security
 
New version!! I fixed the French translation and pySafe runs.

Only with this language the problem occurs? Or someone has any troubles yet?

jaguilar 2010-06-09 00:41

Re: pySafe - for personal information security
 
Quote:

Originally Posted by inidrog (Post 706084)
I wish you, jaguilar and robbie could make pysafe and the Keepass to pySafe converter for windows include and be compatible with KeppassX "Notes field".

What exactly you mean in "be compatible with KepassX notes field"?
I believe it is only necessary to create a field called "Notes".

robbie 2010-06-09 06:28

Re: pySafe - for personal information security
 
Quote:

Originally Posted by inidrog (Post 706084)
I wish you, jaguilar and robbie could make pysafe and the Keepass to pySafe converter for windows include and be compatible with KeppassX "Notes field".

It's good to know that the convertor actually is used. I didn't see any reaction on my post. I didn't know if it was worth my time continue developing it.

The keepass api supports getting the notes data. I'll try to add that to the convertor this evening (CET).

pizzulicchio 2010-06-14 21:19

Re: pySafe - for personal information security
 
Hi jaguilar and robbie,
with the latest release of pysafe doesn't work anymore the import of the database from an exported db in xml made with keepasx.
Can you confirm that?
While you start the import It's showned "Importing" from the progress bar but it stops after 2 or 3 seconds.
No error is showned, but no data is imported.

jaguilar 2010-06-15 00:52

Re: pySafe - for personal information security
 
Hi pizzulicchio,

There was an error importing data! The new version was fixed.

Thanks!

pizzulicchio 2010-06-15 07:39

Re: pySafe - for personal information security
 
Mhh... no good..
Now just you press "import" for importing the database the apllication crashes.
This is the output log.

cat pysafe.log
Traceback (most recent call last):
File "tmp/mainwindow.py", line 262, in import_from_file_clicked
File "tmp/import_data.py", line 34, in __init__
File "tmp/import_data.py", line 146, in __init__
IOError: File "/home/aguilar/pysafe/keepassx.xml" does not exist or it was not possible open it.

I'm not a programmer but i think that : IOError: File "/home/aguilar/pysafe/keepassx.xml" does not exist or it was not possible open it is the problem.
Wrong path?

jaguilar 2010-06-15 14:20

Re: pySafe - for personal information security
 
That's exactly what happens when you insert a test-code, and forget to remove it....

It's fixed, but I can't access the garage now to upload the package...it seems offline. :(

pizzulicchio 2010-06-17 10:51

Re: pySafe - for personal information security
 
Sorry for the late in response.
Now the import from a keepassx xml file is fully working!
Thank you very much

jaguilar 2010-06-18 01:48

Re: pySafe - for personal information security
 
There are some translations missing...may I ask for help? :)

French:
Code:

auto-rotate (if available)
seconds to auto-lock (0 disables)
Settings

Spanish,Polish:
Code:

auto-rotate (if available)
seconds to auto-lock (0 disables)
Settings
An error has ocurred and a log was saved in \"%s\".\n\nSend it to the developer: pysafe@aguilarj.com.
Error!
Overwrite
(if unchecked and the file exists will try to use it)

These three languages plus Portuguese and English are available. If someone wish translate to others, please download the .pot file in the first post, then send back to me (pysafe@aguilarj.com).

Once the three languages are correct, and no error is found, I will promote the package to extras.

Art.M 2010-06-18 03:13

Re: pySafe - for personal information security
 
Spanish

Code:

auto-rotate (if available)
Activar rotación (si disponible)

seconds to auto-lock (0 disables)
segundos para autobloqueo (0 deshabilita)

Settings
Configuración

An error has ocurred and a log was saved in \"%s\".\n\nSend it to the developer: pysafe@aguilarj.com.
Ocurrió un error y el registro se ha guardado en \"%s\".\n\nEnvíelo al desarrollador: pysafe@aguilarj.com.

Error!
¡Error!

Overwrite
(if unchecked and the file exists will try to use it)
Sobreescribir
(si no esta seleccionado y el archivo existe se intentará usarlo)


pizzulicchio 2010-06-18 09:59

Re: pySafe - for personal information security
 
I have sent to you the italian translation via mail.
If something is wrong let me know.

jaguilar 2010-06-18 17:40

Re: pySafe - for personal information security
 
Thanks Art.M and pizzulicchio for the translations!

I'll wait a bit more, and in the weekend upload a new version with it.

titou1234 2010-06-18 19:18

Re: pySafe - for personal information security
 
Hi jaguilar,
Here are the french translations:

auto-rotate (if available)
Rotation automatique (si disponible)

seconds to auto-lock (0 disables)
secondes avant verrouillage automatique (0 pour désactiver)

Settings
Paramètres

Enjoy your week-end.
Ithier

zhaoxiaotians 2010-06-24 09:14

Re: pySafe - for personal information security
 
I have a problem using pySafe, that i found i couldn't type in chinese characters by setting new grop or item.

tijn2maemo 2010-07-01 17:35

Re: pySafe - for personal information security
 
Hi there,

I just sent you the dutch translation.

Good work, keep going.

jaguilar 2010-07-01 19:11

Re: pySafe - for personal information security
 
@zhaoxiaotians
I'm having troubles with the development
environment, so I could not check these issue by now.

I will ask for patience a little while....but I think that in the weekend this will be fixed.

@tijn2maemo
I received the file! In the weekend I supposed to upload a new version with the possible fix for the above issue, and your translation will be there!

Thanks!

jaguilar 2010-07-05 00:55

Re: pySafe - for personal information security
 
Some people are having a problem: could not add an item or group. The program freezes.

I could not find the problem. If it always happens, I would ask them to do the following:
- Open the terminal
- Start the program by typing: /opt/pysafe/pysafe (as a normal user)
- When it freezes, press Control + C on the terminal, and kill the program.

If something appears on the terminal, send to me.

Thanks!

Art.M 2010-07-05 01:08

Re: pySafe - for personal information security
 
it happens when you try to create an item and have a item selected not a group, i was going to create a bug for it but forgot, sorry.

nothing did appear in the terminal

jaguilar 2010-07-05 02:27

Re: pySafe - for personal information security
 
Thanks Art.M!! I found the bug and fixed it....in some minutes a new version will be available!

Art.M 2010-07-15 23:44

Re: pySafe - for personal information security
 
do you keep a changelog somewhere? maybe that way i can help you more testing it

jaguilar 2010-07-15 23:48

Re: pySafe - for personal information security
 
Quote:

Originally Posted by Art.M (Post 753390)
do you keep a changelog somewhere?

In the first post! :)

Art.M 2010-07-15 23:53

Re: pySafe - for personal information security
 
Ups, haven't been there in a while, sorry and thanks. ;)

garsim 2010-07-26 22:56

Re: pySafe - for personal information security
 
hi..
i love this applicaion, but tonight i deleted my sqlite file.
hower i've a backup from an old version (a simple .db), but i can to import anything or i can't to change the file to use.

any help?


All times are GMT. The time now is 16:49.

vBulletin® Version 3.8.8