| Reply | « Previous Thread | Next Thread » |
|
Use this thread to report your observations about 1.9.4 release
|
|
Quote:
Here is the first feedback, Tried to install Quote:
![]() Here is a screenshot of S60 3rd FP2 unzipping errors. //Croozeus |
|
The scriptext doesn't seem to work properly.
Tested on a 6210 navigator, and N96. By installing Python_1.9.4.sis and PythonScriptShell_1.9.4_5thEd.sis - tested both with installation on C and E drives. On N96 - sensor and location aren't working, other services do: Code:
Connected.
Python 2.5.4 (r254:67916, Apr 24 2009, 17:43:15) [C] on symbian_s60
Type "copyright", "credits" or "license" for more information.
Type "commands" to see the commands available in this simple line editor.
>>> import scriptext
>>> location_handle = scriptext.load('Service.Location', 'IDataSource')
Traceback (most recent call last):
File "<console>", line 1, in <module>
ScriptextError: (-5, 'error attaching requested services')
>>> import scriptext
>>> sensor_handle = scriptext.load('Service.Sensor', 'ISensor')
Traceback (most recent call last):
File "<console>", line 1, in <module>
ScriptextError: (-5, 'error attaching requested services')
Code:
Connected.
Python 2.5.4 (r254:67916, Apr 24 2009, 17:43:15) [C] on symbian_s60
Type "copyright", "credits" or "license" for more information.
Type "commands" to see the commands available in this simple line editor.
>>> import scriptext
Traceback (most recent call last):
File "<console>", line 1, in <module>
File "c:\resource\python25\python25.zip\site.py", line 109, in platsec_import
raise ImportError("No module named " + name)
Code:
self.doubletap.set_axis_active(x=0, y=1, z=1) Code:
>>> r=1234567890 >>> b=r+0.1 >>> b 1.234.567..90.1 >>> >>> time.time() 1.240.614..66.47525
Last edited by sbn : 2009-04-25 at 01:15.
Reason: adding fp bug
|
|
I can't "import scriptext" on the E75 (3rdEdition FP2 device) as well:
Code:
Python 2.5.4 (r254:67916, Apr 24 2009, 17:43:15) [C] on symbian_s60
Type "copyright", "credits" or "license" for more information.
Type "commands" to see the commands available in this simple line editor.
>>> import scriptext
Traceback (most recent call last):
File "<console>", line 1, in <module>
File "c:\resource\python25\python25.zip\site.py", line 109, in platsec_import
raise ImportError("No module named " + name)
Thanks for the great regular update though! ![]() (import sensor now works properly for E75 -- previously available in 1.9.2 but seems to be broken in 1.9.3) |
|
Can you please provide the firmware version on the Phone.
|
|
Quote:
Can you please try extracting using winzip to the substituted SDK drive. |
|
Here's the details from Control Panel..Phone..Device Mgr:
Quote:
|
|
No. I am merely extracting it to the folder C:\S60\devices\S60_3rd_FP2_SDK, as a simple user would do.
It would be important to note that the extracting of the SDK to any folder gives those errors, which wasn't the case with prior releases. |
|
Quote:
Ilpo |
|
The unzip command on Debian Lenny gives:
Code:
skipping: epoc32/winscw/c/resource/python25/email/test/data/msg_01.txt unsupported compression method 98 skipping: epoc32/winscw/c/resource/python25/email/test/data/msg_02.txt unsupported compression method 98 skipping: epoc32/winscw/c/resource/python25/email/test/data/msg_03.txt unsupported compression method 98 Does anyone know of a tool that could be used to unpack these on Linux? |
|
Quote:
|
|
Quote:
Btw suggestion to use WinZip is not very good, since WinZip is commercial sw. It might be part of Nokia toolkit, but most people use something free, like 7-Zip of Info-Zip tools. Yes, WinZip can create usable file archives, but you have tweak settings a bit. Cheers, --jouni who is starting to wonder about release test cases |
|
I cannot install Python_1.9.4.sis on my Nokia N95, error message is certificate error, please contact program supplier
|
|
Join Date: Oct 2007
Posts: 2,841
Location: Deva, Romania
Offline
Forum Nokia Champion
|
|
Have you tried going to Settings->Applications->App. manager and setting "Software installation" to "All" instead of "Signed only"?
|
|
yes, this is turned off since 2 years ;-)
|
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|
| Rate This Thread | |
| Thread | Thread Starter | Forum | Replies | Last Post |
|---|---|---|---|---|
| [PyS60 1.9.3] Tests and Feedback | croozeus | Python | 24 | 2009-04-17 21:57 |
| [PyS60 1.9.0] Tests and Feedback | cyke64 | Python | 107 | 2009-02-18 21:10 |
| Feedback on new document "Avoiding Common Failures in Symbian Signed tests" | mgroeber9110 | Developer Resources Feedback (Documentation, Examples, Training) | 4 | 2007-03-29 08:31 |