|
2008-10-02
, 14:01
|
|
Posts: 92 |
Thanked: 50 times |
Joined on Jan 2006
@ the praeternatural tower
|
#12
|
|
2008-10-02
, 14:12
|
Posts: 334 |
Thanked: 55 times |
Joined on Aug 2007
@ Eastern Ontario, Canada
|
#13
|
Mind you, it has been (theorically) possible to do the exact same thing for quite a while, using PyGTK and Glade or Gazpacho on the desktop, and the standard python2.5 runtime on the tablet (which includes PyGTK). Only it didn't really work so well.
|
2008-10-02
, 16:19
|
|
Posts: 2,853 |
Thanked: 968 times |
Joined on Nov 2005
|
#14
|
|
2008-10-02
, 16:50
|
|
Posts: 92 |
Thanked: 50 times |
Joined on Jan 2006
@ the praeternatural tower
|
#15
|
|
2008-10-02
, 18:57
|
Posts: 334 |
Thanked: 55 times |
Joined on Aug 2007
@ Eastern Ontario, Canada
|
#16
|
I'm not sure, it's been a while, and I gave up quickly enough. But I seem to remember that you needed to specifically call the Python Hildon API for some things, which sort of defeated the portability idea.
|
2008-10-02
, 19:22
|
|
Posts: 92 |
Thanked: 50 times |
Joined on Jan 2006
@ the praeternatural tower
|
#17
|
The Following User Says Thank You to Nyrath For This Useful Post: | ||
|
2008-10-02
, 20:12
|
|
Posts: 2,853 |
Thanked: 968 times |
Joined on Nov 2005
|
#18
|
That was my experience too, but the details are fuzzy now. It was also a pain to find all of the components to do this on Windows. I did get Eagle to work, but the results were so ugly that I gave up on that too - probably too quickly but it became clear that I would have to dive into the Eagle code if I wanted it to look at all pleasant. The easiest approach so far has been the one you used - a local server and using the web-browser for a window manager.
I am going to give PyQt a go - fingers crossed!
I suspect that there are quite a few folks who would like to roll their own IT programs on Windows but find the whole mass of stuff that you have to learn first much too intimidating.
|
2008-10-02
, 20:35
|
|
Posts: 92 |
Thanked: 50 times |
Joined on Jan 2006
@ the praeternatural tower
|
#19
|
|
2008-10-02
, 20:57
|
|
Posts: 2,853 |
Thanked: 968 times |
Joined on Nov 2005
|
#20
|
It's nice to see that Qt better fulfills that promise. I'll give it a go when I'm tired of my plain but natively cross-platform python web apps :-)