the code is on a nokia N70 platform using python.the code is supposed to generate speech from written text.could anyone help me please.
the code

import appuifw,audio
text=appuifw.query(u"type a word:","text")
audio.say(text)


the error message is:
line 3,in?
audio.say(text)
AttributeError:'module'
object has no attribute say

Looks to me like you have to study the module audio somewhat closer.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.