
Originally Posted by
chris_uvic
Will PyS60 2.0 have at least the same level of support for 3rd FP1 devices (N95, E71, etc, etc) as the current PyS60 1.4.5?
The reason I ask is that the "PyS60[1.9.4] Tests and Feedback" thread states that scriptext will not be backported, and current support is for 3rd FP2 devices. This seems to break support for many apps on the N95, such as SMS apps: The inbox module is not included in 1.9.4 (at least it no longer imports), and the new messaging is done through scriptext.
Hmm, perhaps I missed something, but my N82 (FP1) imports inbox and scriptext without any problems in 1.9.4 (devcert signed with all available capabilities):
Code:
>>> import sysinfo, inbox, e32
>>> e32.pys60_version
'1.9.4 svn3103'
>>> sysinfo.sw_version()
u'V 31.0.016 09-12-08 RM-313 Sharaku(c)NMP'
>>> ib = inbox.Inbox()
>>> ib
<inbox.Inbox object at 0x185c410>
>>> import scriptext
>>> dir(scriptext)
['EventCanceled', 'EventCompleted', 'EventError', 'EventInParamCheck', 'EventInProgress',
'EventOutParamCheck', 'EventQueryExit', 'EventStarted', 'EventStopped', 'ScriptextError',
'ScriptextHandle', 'ScriptextIterableWrapper', 'ScriptextListWrapper', 'ScriptextMapWrapper',
'__doc__', '__file__', '__name__', 'load']