oop()
--
Vriendelijke groeten / Kind regards,
Albert Visser
Using Opera's mail client: http://www.opera.com/mail/
--
https://mail.python.org/mailman/listinfo/python-list
Indeed you are correct about the wording, but your interpretation is
wrong.
Mm, not so much. What you're describing is a statement like "There should
be one way and it should be obvious".
--
Vriendelijke groeten / Kind regards,
Albert Visser
Using Opera's mail client: h
ly there's extra information available on the "Error running
your script" message. You should examine that.
Meanwhile, I think the line "return invalid transaction" provides a clue.
--
Vriendelijke groeten / Kind regards,
Albert Visser
Using Opera's mail client: http://www.opera.com/mail/
--
https://mail.python.org/mailman/listinfo/python-list
and hit enter to examine the
result, instead of pushing F5 to run your code
--
Vriendelijke groeten / Kind regards,
Albert Visser
Using Opera's mail client: http://www.opera.com/mail/
--
https://mail.python.org/mailman/listinfo/python-list
only for 3.x?
Thank you.
Windows may not be case-sensitive, but Python is iirc
--
Vriendelijke groeten / Kind regards,
Albert Visser
--
https://mail.python.org/mailman/listinfo/python-list
', 's', 'p', 'a', 'm']
consequently, try adding something that can not be interpreted as a
sequence:
In [4]: mylist += 3
---
TypeError Traceback (most
both getting called on the event unless you do not call
the superclass's __init__() in your own __init__().
--
Vriendelijk groeten / Kind regards,
Albert Visser
Using Opera's mail client: http://www.opera.com/mail/
--
https://mail.python.org/mailman/listinfo/python-list
e might be about).
Somehow this makes sense to me. But then, I also like 'x = y if
else z'.
Moreover, I'm Dutch (...)
Albert Visser
--
Using Opera's mail client: http://www.opera.com/mail/
--
http://mail.python.org/mailman/listinfo/python-list
ulSoup(f,"lxml")
should have been something like
>>> with open("C:\Beautiful Soup\ecologicalpyramid.html","r")as f:
... soup = BeautifulSoup(f,"lxml")
--
Vriendelijke groeten / Kind regards,
Albert Visser
Using Opera's mail client: http://www.opera.com/mail/
--
https://mail.python.org/mailman/listinfo/python-list
orking.
Can anybody help me out?
Thanks in advance.
Which Python are you running? If it's Python 3, change the shebang
accordingly because "python" is assuming Python 2.
--
Vriendelijke groeten / Kind regards,
Albert Visser
Using Opera's mail client: http://www.op
myButton1.config(image=myImage, width="100", height="200")
sleep(0.2)
myButton1=Button(canvas1, text='OK', justify = LEFT, command=rotate)
myButton1.place(x=500,y=300)
myGui.mainloop()
Hope this helps
--
Vriendelijke groeten / Kind regards,
A
11 matches
Mail list logo