![]() |
2008-02-26
, 15:53
|
|
Posts: 772 |
Thanked: 183 times |
Joined on Jul 2005
@ Montclair, NJ (NYC suburbs)
|
#1
|
The Following User Says Thank You to RogerS For This Useful Post: | ||
![]() |
2008-02-26
, 16:46
|
|
Posts: 2,853 |
Thanked: 968 times |
Joined on Nov 2005
|
#2
|
![]() |
2008-02-26
, 20:16
|
|
Posts: 4,708 |
Thanked: 4,649 times |
Joined on Oct 2007
@ Bulgaria
|
#3
|
![]() |
2008-02-27
, 13:36
|
Posts: 5 |
Thanked: 4 times |
Joined on Feb 2008
|
#4
|
![]() |
2008-02-27
, 15:40
|
Posts: 334 |
Thanked: 55 times |
Joined on Aug 2007
@ Eastern Ontario, Canada
|
#5
|
A much simpler way to achieve something quite similar (for simple projects) is to place your python files in a folder on your PC that is shared over the network.
![]() |
2008-02-27
, 15:48
|
Posts: 334 |
Thanked: 55 times |
Joined on Aug 2007
@ Eastern Ontario, Canada
|
#6
|
I am part of the PluThon team and currently we are making tests of PluTHon on Windows XP Professional in order to provide detailed information for the final stable release.
![]() |
2008-02-27
, 16:04
|
Posts: 334 |
Thanked: 55 times |
Joined on Aug 2007
@ Eastern Ontario, Canada
|
#7
|
Maybe for a professional developer who already lives inside Eclipse most of the time this makes a lot of sense, but for amateurs like you and me it makes me think of launching nuclear warheads on your neighbour because his BBQ blows smoke your way :-)
![]() |
2008-02-27
, 19:30
|
|
Posts: 2,853 |
Thanked: 968 times |
Joined on Nov 2005
|
#8
|
I think that you are really overstating the difficulty of using Eclipse. Having just cleared the night's snowfall from my driveway I think it is more like the difference between a snow shovel and a snow-blower. They will both move snow - the shovel is good for 2-3 cm, but for any more than that I borrow my neighbor's big snow-blower.
I respect your choice, but with Eclipse/Pydev you get access to lots of tools that you don't get with just an editor. Like refactoring tools, instant navigation to definitions, a history mechanism and a very nice debugger. If you have used any of MS Visual tools then the transition to Eclipse is pretty easy.
![]() |
2008-02-27
, 20:55
|
Posts: 5 |
Thanked: 4 times |
Joined on Feb 2008
|
#9
|
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.
Glauber:
Have you guys thought about UI design tools for Pluthon. Can I run Glade on Win XP? Or even better, on the tablet ...
![]() |
2008-02-28
, 18:03
|
Posts: 334 |
Thanked: 55 times |
Joined on Aug 2007
@ Eastern Ontario, Canada
|
#10
|
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.