![]() |
2009-10-19
, 22:38
|
|
Posts: 1,055 |
Thanked: 4,107 times |
Joined on Oct 2009
@ Norway
|
#3
|
The Following User Says Thank You to w00t For This Useful Post: | ||
![]() |
2009-10-19
, 22:38
|
|
Posts: 98 |
Thanked: 26 times |
Joined on Sep 2009
|
#4
|
![]() |
2009-10-19
, 22:45
|
Posts: 2,014 |
Thanked: 1,581 times |
Joined on Sep 2009
|
#5
|
This is one of the most useless thing to think of learning it.
Try this: http://www.diveintopython.org/
for pyqt:
http://www.cs.usfca.edu/~afedosov/qttut/
http://lateral.netmanagers.com.ar/stories/BBS47.html
http://qt.nokia.com/doc/qtopia2.2/ht...art1index.html
http://pages.cpsc.ucalgary.ca/~brosz...ner/index.html
![]() |
2009-10-19
, 22:50
|
|
Posts: 3,524 |
Thanked: 2,958 times |
Joined on Oct 2007
@ Delta Quadrant
|
#6
|
![]() |
2009-10-19
, 22:51
|
|
Posts: 98 |
Thanked: 26 times |
Joined on Sep 2009
|
#7
|
![]() |
2009-10-19
, 22:52
|
Posts: 2,102 |
Thanked: 1,309 times |
Joined on Sep 2006
|
#8
|
![]() |
2009-10-19
, 23:28
|
|
Posts: 75 |
Thanked: 82 times |
Joined on Feb 2008
@ Silicon Valley
|
#9
|
![]() |
2009-10-20
, 08:41
|
|
Posts: 98 |
Thanked: 26 times |
Joined on Sep 2009
|
#10
|
@f(x), thank you for the links, but the very first line about the book is "Dive Into Python is a Python book for experienced programmers.". The other links are well beyond my current skills.
As a introduction learning exercise of a GUI development, is Tcl/tk really that flawed?
Yes, of course I want to move on to using Qt as that's my end goal. I already have several utilities I want to create to run on my future N900.
The Following User Says Thank You to f(x) For This Useful Post: | ||
I'm using Downey's book Think Python - How to think like a computer scientist which is very helpful, but I need Tcl/tk and Tkinter installed to follow his examples. Since my N810 is with me all the time, I figured it would be handy to learn/code/debug on this device when I have the few spare cycles, but it seems from searching that the Maemo version of Python has these features stripped out of it.
I was wondering if it would be possible for me to add in the Tcl/tk and Tkinter functionality or do a recompile so I can get it working on my N810? Or would I simply be just descending deep down into dependency hell and should instead use a functional PC as time permits, finish the lessons in Downey's book, then move on to learning pyqt or pyside implementations?