Topic: Server Not Found Problem with flash lite + PyS60

Hello, I purchased the swf2go 2.5 (newest version), I made a test with your ready made application "Be My Lips". Your Python embeded version works fine and it communicates with python server, but when I manually embed PyS60 inside the staging folder of BeMyLips and compile it in swf2go to produce something exactly similar to your embeded version, after installing and lauching the flash lite Py application (be my lips) it gives me the following error"Server not found"; I don't know where I went wrong with compilation? should I play with installation path? or Options?
Knowing that I checked "Enable Background server" and selected Python for s60.
I also noticed that although the default.py file is in the staging folder, but the swf2go is not including it in the .sis package !
I'm testing on N81 nokia mobile phone.
Your help is highly appreciated !

Last edited by talalmanaa (08-05-2010 10:06:50)

Re: Server Not Found Problem with flash lite + PyS60

Hello Talal,

SWF2Go 2.5 supports PyS60 version 2.0 (1.9.x). There are some major updates in this new version of PyS60 and we highly recommend using it.

Get it from https://garage.maemo.org/projects/pys60/

Best,

// chall3ng3r //

Re: Server Not Found Problem with flash lite + PyS60

Hi chall3ng3r,
the problem is that the swf2go 2.5 is not even packaging the default.py file into the .sis file ! It can package any other associated files like (xml, images, etc) but not the default.py file

Re: Server Not Found Problem with flash lite + PyS60

Hi Talal,

I just double checked on my PC, SWF2Go package the default.py file along with the SWF when I check Enable Background Server option.

How you are checking if the SIS contains .py file? I examine my SIS files with SIS Content tool from http://symbiandev.cdtools.net/

Please note, you must use PyS60 v2.0, older version of PyS60 will not work with SWF2Go 2.5, and it will give "Server Not Found" error because Python script is not executed with older Python.

First install PyS60 runtime from https://garage.maemo.org/projects/pys60/ and then repackage the SIS with SWF2Go 2.5, so it will use new version of PyS60 to run the .py script.

Best regards,

// chall3ng3r //