how can i make .exe files using s60.
I have pys60.i need to make small exe.less than 1kb.can enyone help me to do this.because only i have pys60.
Let me know the compile method of symbian exe.
I think it is 90% possible
how can i make .exe files using s60.
I have pys60.i need to make small exe.less than 1kb.can enyone help me to do this.because only i have pys60.
Let me know the compile method of symbian exe.
I think it is 90% possible
Please provide more information like what is your target platform and any particular reason for using pys60.
Depending upon your target platform the target could be defined as an exe or app and bundled in to a sis file.
If you mean creating .exe files on your PC in general and installing them on devices, get a Symbian C++ SDK, that contains the tools for that.
If you mean creating .exe files on the phone itself, it is not really possible, especially not with Python.
If you mean you are Python coder and want .exe output, note that your question ended up in the C++ board, while there is a Python one just next to it. Anyway, you may find useful the complete Python book in our Wiki, http://www.developer.nokia.com/Commu...hon_on_Symbian, chapter "16. Standalone Applications" deals with standalone applications.
i have only pys60.i cant to find symbian c++ tutorial.(like mobilein of pys60)
My brothen is in mobileshop.he have a phone.
I learned in that n73.
Now iam going to buy a old e90.
I like a pc hp nc6000.
But i cant to by that now. Thats why iam looking to create exe in e90.using pys60
There are no tools for creating .exe files and installers on the device itself.
EDIT: The thread is placed in the Python board now, there are Python experts who may find it this way.
Last edited by wizard_hu_; 2012-12-10 at 13:31.
Interpreting your question as "How can I make a Python application on Symbian", please read the online book here. In essence, there is an app-packager tool which creates an application exe stub for you, and bundles your python script along with it. The stub then launches and runs your script as needed.
So you don't need to worry about the "exe" if you're creating apps.
If you're doing something else, you'll need to explain more clearly.
There are plenty of Symbian C++ tutorials on the wiki, but Python is probably easier if you're just getting started.
How can I help?
Hamish Willee, Nokia Developer Community Manager, ext-hamish.willee@nokia.com