View Single Post
Posts: 5 | Thanked: 4 times | Joined on Feb 2008
#9
Originally Posted by dont View Post
Glauber:

Ok, I will try this soon. I presume that I can use the Pydev remote debugger to debug code running inside the tablet? This would be my motivation for using Pluthon as I can already use Eclipse/Pydev to edit tablet code.
Yes. PluThon package installs some Python scripts on maemo in order to PyDev debugger connect to it.

Originally Posted by dont View Post
Glauber:
Have you guys thought about UI design tools for Pluthon. Can I run Glade on Win XP? Or even better, on the tablet ...
Currently you can use "Glade for Windows" in order to design the user interfaces and PluThon for implementing the "business logic" and running/debug the application on the internet tablet. A current issue is about the reference to glade files. Using the PluThon beta version (0.1.7) you must use the full path of the glade files at the internet tablet file system. For example, if you are using the root maemo user, and deploying the project foo on the user home directory, you have to use the following path in order to refer to file src/bar.glade: /root/.pluthon/foo/src/bar.glade

Such an issue will be fixed on the next release, allowing to use relative paths.