Hallo,
Ik ben net begonnen met een cursus python op www.developer.com. Hier staat
echter een listing in waarop ik een foutcode krijg (zie hieronder):
t1 = "a",
t2 = t1*2
if ("b" in t2)
print "OK"
if ("a" in t2):
print "t2"
print t2
print "length = ",len(t2)
De foutcode die ik krijg is:
hallo,
Ik ben net begonnen met qt4-designer en python, en bij het volgende
oefenprogje van de site: http://www.rkblog.rk.edu.pl/w/p/introduction-pyqt4/
krijg ik bij het runnen de volgende fout:
[EMAIL PROTECTED]:~/python$ python test.py
Traceback (most recent call last):
File "test.py", line 4
Hello,
I created the following module keer.py:
def times (x,y):
return x*y
Now, when I am in IDLE at the prompt, and type: import keer
And then for example: times (4,5)
I get the following message:
>>> times (4,5)
Traceback (most recent call last):
File "", line 1, in
times (4,5)
NameError:
Bedankt voor de mailtjes, ik kom er nu wel uit (keer.times).
grtn, Frank
ps. Sorry voor het engels, ik was even in de war met een soortgelijk
engelstalig forum...
--
View this message in context:
http://www.nabble.com/module-is-not-working-tp15306303p15306424.html
Sent from the Python - pytho
Hallo,
Ik gebruik linux ubuntu 7.10 en nou is mijn vraag hoe ik tkinter kan
opstarten...
grtn, Frank
--
View this message in context:
http://www.nabble.com/tkinter-tp15391706p15391706.html
Sent from the Python - python-nl mailing list archive at Nabble.com.
___