Hey Guys, we understand your concerns and are trying to get a single document file. Patience please :)
Purpose of online doc was to reduce the size of installer.
Type: Posts; User: mahesh.sayibabu; Keyword(s):
Hey Guys, we understand your concerns and are trying to get a single document file. Patience please :)
Purpose of online doc was to reduce the size of installer.
This works fine for me. I tested this with PyS60 1.9.7 and 5800XM. Can you test this again with 1.9.7 ? Please log a bug here with screen shots and device info (sw version, locale etc), if you still...
Can you try with another file? Just to rule out the issue is with the file.
Try if this works.
s = audio.Sound.open(u"E:\\TEST.WAV")
s.record()
time.sleep(5)
s.stop()
Try with the latest PyS60 releases.
It is currently not in our product backlog. Please file an enhancement request for the same.
I don't see any reason for this behavior. Anyways, you try the following (Ensure the phone is set with current date):
Try installing PyS60 1.9.6 and check if it installs
[OR/AND]
Update...
Did you mean "StringIO" ?
The reason is that since ensmble is squeezed with Python 2.5.1, it works only with those Python versions that are byte code compatible with it.
OpenC APi, mktime is fine tuned now and hopefully you should see the difference with the next OpenC release.
Strange!
'import _example' should have worked. Hope the PYD is packaged and installed on the device.
Try to compile and import elemlist module, present under extras\elemlist of PyS60 source...
Change this import statement in the code
import socket
with
import btsocket
and change all usages of socket module to btsocket.
Check with this code. It is tested on E71 with PyS60 1.9.6
The directory, file and the file contents are created as expected.
import codecs
import os, os.path
dir_path =...
It too early to say anything about this.
Are you able to get it working now ?
What is the actual problem, you are not able to install the SIS file or not able to launch the installed application ?
1. example.c, replace these lines
DL_EXPORT(void) initexample(void) {
Py_InitModule("example", example_methods);
}
with,
Also, the PYD name should be in a specific format: kf_<module_name>.pyd
For example, if your module name is `sdk12graphics', the pyd name in the mmp file should be as follows:
.MMP file
...
Are you sure that it has created C:\MyApp folder instead of C:\Data\MyApp ?
You can check using
import os
os.listdir('c:')
os.listdir('c:\\Data')
Some file browsers might show 'c:\Data'...
I did not find any issue in executing the code. Which PyS60 version did you try with and on which device ?
I tried with PyS60 1.9.6 on E71.
Also, did you install the ssl SIS available with the...
Since you are developing an extension for PyS60 1.9.6, you should not link against `python222.lib`. Remove this entry from the MMP file. Also, wondering why you need to link against...
We will look into this to find the actual cause of this. Thanks for reporting the issue.
New 1.9.6 runtime available now. With this, its possible to install 1.9.6 runtime on S60 3rdEd Fp2 devices also.
New 1.9.6 runtime available now. With this, its possible to install 1.9.6 runtime on S60 3rdEd Fp2 devices also.
You can try "SISContents". Its a pretty cool tool!
You don't have to include PIPS sis file. Latest runtime sis (1.9.6) has it embedded.
I was able to successfully create a merged sis for Scriptshell. See the package file below.
Just replace...
We have found the cause of this behavior and it will be fixed soon.