Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > Python s60 Contact DB

Reply
Thread Tools

Python s60 Contact DB

 
 
xen0n@vodafone.it
Guest
Posts: n/a
 
      07-19-2005
Hi, i hope the expert can help me!
I have a little problem:

This piece of code, in python console s60, before compiling will work
great:

try:
...db = contacts.open()
...names = []
...numbers = []

The problem is that, if i compile it with py2sis (pyrsc_template.tmp
replaced with the original to solve the submenus bug) it doesnt work,
when that piece of code is executed, i receive error -50 and nothing
happen! hope u can help me! 10ks a lot in advance

Regards.

 
Reply With Quote
 
 
 
 
could ildg
Guest
Posts: n/a
 
      07-20-2005
You should raise this question at Nokia python for series60 forum,
I'm sure you can the answer there.
http://discussion.forum.nokia.com/fo...73&forumid=102


On 19 Jul 2005 06:47:10 -0700, <> wrote:
> Hi, i hope the expert can help me!
> I have a little problem:
>
> This piece of code, in python console s60, before compiling will work
> great:
>
> try:
> ..db = contacts.open()
> ..names = []
> ..numbers = []
>
> The problem is that, if i compile it with py2sis (pyrsc_template.tmp
> replaced with the original to solve the submenus bug) it doesnt work,
> when that piece of code is executed, i receive error -50 and nothing
> happen! hope u can help me! 10ks a lot in advance
>
> Regards.
>
> --
> http://mail.python.org/mailman/listinfo/python-list
>

 
Reply With Quote
 
 
 
 
xen0n@vodafone.it
Guest
Posts: n/a
 
      07-20-2005
I have already posted the question to the Nokia forum, but, for now,
noone seems to have an answer... Hope this is a bug of py2sis... I dont
want to rewrite my entire application for a stupid bug!

could ildg ha scritto:
> You should raise this question at Nokia python for series60 forum,
> I'm sure you can the answer there.
> http://discussion.forum.nokia.com/fo...73&forumid=102
>
>
> On 19 Jul 2005 06:47:10 -0700, <> wrote:
> > Hi, i hope the expert can help me!
> > I have a little problem:
> >
> > This piece of code, in python console s60, before compiling will work
> > great:
> >
> > try:
> > ..db = contacts.open()
> > ..names = []
> > ..numbers = []
> >
> > The problem is that, if i compile it with py2sis (pyrsc_template.tmp
> > replaced with the original to solve the submenus bug) it doesnt work,
> > when that piece of code is executed, i receive error -50 and nothing
> > happen! hope u can help me! 10ks a lot in advance
> >
> > Regards.
> >
> > --
> > http://mail.python.org/mailman/listinfo/python-list
> >


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
nokia s60 python code debugging with komodo worlman385@yahoo.com Python 1 03-10-2007 02:11 AM
GPRS Connection name on Python s60 xen0n@vodafone.it Python 3 07-25-2005 05:50 PM
Python s60 xen0n@vodafone.it Python 1 07-18-2005 11:21 AM
Python for S60 mentioned in a mainstream Finnish e-news website Ville Vainio Python 5 02-02-2005 06:52 PM
/coolpier_scripts/contact.asp -- A 'Contact Me' form -- Your thoughts. Brynn Javascript 1 01-19-2004 10:41 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57