[email protected] writes: > Am Freitag, 19. März 2010 11:23:36 schrieb Benjamin Schieder: >> On 19.03.2010 11:20:43, [email protected] wrote: >> > Please share details. I tried to convert contacts from SIM to vcf with >> > following configuration in /home/root/.pisi/conf with no luck: >> > >> > This fails with following error: >> > >> > r...@om-gta02 ~ $ pisi -v shrsim vcf1 >> > >> > message.append(signature=signature, *args) >> > TypeError: More items found in D-Bus signature than in Python arguments >> >> Please use the pisigui. In that you get the same error, but can choose >> to ignore it. > > Ok, made this, next error "Could not load VCF file [...] No such file or > directory '/home/root/contacts.vcf'. Pressing 'OK', progressbar shows some > messages, stops with "Finished (40 %)". > > 2nd try: with "touch /home/root/contacts.vcf" before running pisigui. 2nd > error does not occur, but seems not to work: > > r...@om-gta02 ~ $ ls -l > -rw-r--r-- 1 root root 0 Mar 19 11:37 contacts.vcf > > So what to do now?
Hi I changed line 98 of /opt/pisi/modules/contacts_dbussim.py : - dbusContacts = sim.RetrievePhonebook(DBUS_CONTACTS) + dbusContacts = sim.RetrievePhonebook(DBUS_CONTACTS, 1, self._max_simentries) and than pisi -v shrsim vcf1 pisi -v vcf1 opimd worked without any problem > > Regards > Thomas aka thessy > > > _______________________________________________ > Shr-User mailing list > [email protected] > http://lists.shr-project.org/mailman/listinfo/shr-user _______________________________________________ Shr-User mailing list [email protected] http://lists.shr-project.org/mailman/listinfo/shr-user
