does pyscriter work on windows vista
--
http://mail.python.org/mailman/listinfo/python-list
I have made drawing area and few butons.
How can I make when i click my fill button that later when i click on oval
oval gets filled with chousen color?
--
http://mail.python.org/mailman/listinfo/python-list
hi im having this code
l = [1, 3, 5, 'D', 1, 2, 3, 4, 5, 6, 7, 'A', 'S', 9, 8, 7, 6, 5, 4, 3, 2, 1, 0,
'A']
why i need to copy x list? can someone explain me. If i dont copy it i get this
result:
>>> took_num_range(l)
[[1, 2, 3, 4, 5, 6, 7], [6, 5, 4, 3, 2, 1, 0], [6, 5, 4, 3, 2, 1, 0], [6, 5,
koara wrote:
> Hello, is there a way to access a module that is hidden because
> another module (of the same name) is found first?
>
> More specifically, i have my own logging.py module, and inside this
> module, depending on how initialization goes, i may want to do 'from
> logging import *' fro
Benjamin wrote:
On Oct 8, 12:49 pm, Bruno <[EMAIL PROTECTED]> wrote:
Hi!
I have big .txt file which i want to read, process and write to another .txt
file.
I have done script for that, but im having problem with croatian characters
(Š,Đ,Ž,Č,Ć).
Can you show us what you have so far?
How can
Kent Johnson wrote:
On Oct 8, 5:55 pm, gigs <[EMAIL PROTECTED]> wrote:
Benjamin wrote:
On Oct 8, 12:49 pm, Bruno <[EMAIL PROTECTED]> wrote:
Hi!
I have big .txt file which i want to read, process and write to another .txt
file.
I have done script for that, but im having problem w
I connect to web site with httplib.HTTPConnection. after some time i get this
error: 104 "connection reset by peer". What exception i should use to catche
this error
thx!
--
http://mail.python.org/mailman/listinfo/python-list
D'Arcy J.M. Cain wrote:
On Sat, 11 Oct 2008 15:52:48 +0200
gigs <[EMAIL PROTECTED]> wrote:
I connect to web site with httplib.HTTPConnection. after some time i get this
error: 104 "connection reset by peer". What exception i should use to catche
this error
Well, what
Raj Bandyopadhyay wrote:
> Hi
>
> Here's a simple class example I've defined
>
> #
> class myInt(int):
>def __add__(self,other):
> return 0
>
> print 5 + myInt(4) #prints 9
> print myInt(4) + 5 #prints 0
> #
>
> The Python bi
is there any tutorial for super method (when/how to use it)?
or maybe someone could explain me how it works?
thx
--
http://mail.python.org/mailman/listinfo/python-list
10 matches
Mail list logo