Hi Franz,
>>is there no IDLE in Python2.4?
>
> Sure,
> on Windows:
>
> C:\Python24\Lib\idlelib\idle.pyw
> You should have a shortcuts in your StartMenu
> und Python 2.4
What about with Suse 9.3 und Python 2.4?
o-o
Thomas
--
http://mail.python.org/mailman/listinfo/python-list
Hi there,
sys.stdout = codecs.lookup('utf-8')[-1](sys.stdout)
What does this line mean?
Thanks.
o-o
Thomas
--
http://mail.python.org/mailman/listinfo/python-list
Hi,
is there no IDLE in Python2.4?
o-o
Thomas
--
http://mail.python.org/mailman/listinfo/python-list
Hi,
I can't install MySQLdb on Mac OS X (Ver. 10.3) properly. Here's my
environment:
1. MySQL-python-1.0.0
2. Python 2.3
3. mysql -V
/usr/local/mysql-standard-4.1.9-apple-darwin7.7.0-powerpc/bin/mysql Ver
14.7 Distrib 4.1.9, for apple-darwin7.7.0 (po
werpc)
4. platform.platform() -> 'Darwin-7.
Skip Montanaro wrote:
TK> I can't install MySQLdb on Mac OS X (Ver. 10.3) properly. Here's my
TK> environment:
TK> 1. MySQL-python-1.0.0
...
Try a more recent version of mysql-python. I think 1.1.7 is the latest.
Skip
Hi Skip,
> Try a more recent versi
Hi,
how can handle __call__? Can you give a sample?
Thanks
o-o
Thomas
--
http://mail.python.org/mailman/listinfo/python-list
class Test(object):
>
> ... def __call__(self):
> ... print "the instance was called"
> ...
>
t = Test()
t()
>
> the instance was called
>
> Is this what you wanted?
Yeah! Thanks.
--
http://mail.python.org/mailman/listinfo/python-list
Simon Percivall wrote:
> Look at http://docs.python.org/ref/callable-types.html
>
>
class Test(object):
>
> ... def __call__(self):
> ... print "the instance was called"
> ...
>
t = Test()
t()
>
> the instance was called
>
> Is this what you wanted?
Sorry but it does
tiissa wrote:
> TK wrote:
>
>> Sorry but it does not work.
>
>
> It _does_ work. It just don't do what you expect.
Seems so;-).
Thanks a lot for help!!!
o-o
Thomas
--
http://mail.python.org/mailman/listinfo/python-list
Hi,
how can I implement a socket timeout?
Thanx for help.
o-o
THomas
--
http://mail.python.org/mailman/listinfo/python-list
Hi there,
how can I install Tkinter with Python2.5? I can install Python2.5
(tarball) in the usual way but there is no Tkinter? What's wrong?
Traceback (most recent call last):
File "mbox.py", line 12, in
from Tkinter import *
File "/usr/local/lib/python2.5/lib-tk/Tkin
Hi,
> I see that Tcl/Tk detection has been moved in the Python source
> distribution (since the "good old days" when I last had to deal with
> this kind of thing) from the configure machinery to the setup.py
> program. However, a few things worth checking include (1) wheth
HI,
I need an example for the usage of the apply()-function. Can you help me?
Thanks.
o-o
Thomas
--
http://mail.python.org/mailman/listinfo/python-list
pos_args = ["spam", 1, [3]]
kwd_args = {"b":7, "c":9}
result = some_function(*pos_args, **kwd_args)
Which is equivalent to:
result = some_function("spam", 1, [3], b=7, c=9)
Which was equivalent to:
result = apply(some_function, pos_args, kwd_args)
Thanks a lot.
o-o
Thomas
--
http://mail.pyth
Hi,
I need an understandable Decorator-Example? Who can help? Thanks.
o-o
Thomas
--
http://mail.python.org/mailman/listinfo/python-list
All,
I get the below error when trying to build python on
AIX.
Is there a way to ignore _tkinter.
Please help
Sri
I do the following in my command line.
export CC=gcc
ld: 0706-006 Cannot find or open library file: -l
tk8.3
ld:open(): A file or directory in the path
name does not exis
All,
I have been successful in build/install of python2.4
on AIX.
Now ,Is it mandatory that I build the third-party
packages ( python2.4/site-packages) .If so is there a
list that needs to be built and installed .
Please advise.
__
oblem with python? Is there any known solution.
I am using Python 2.4.
Thanks in Advance
With Best Regards,
Pramod TK
--
http://mail.python.org/mailman/listinfo/python-list
introduced.
Is this new function getaddrinfo() of IPv6 is supported in Win32 Extensions
for python.
Thanks in Advance,
Pramod TK
--
http://mail.python.org/mailman/listinfo/python-list
terminated, they continue to execute normally.
Is this is a problem with python? Is there any known solution.
I am using Python 2.4.
Thanks in Advance
With Best Regards,
Pramod TK
--
http://mail.python.org/mailman/listinfo/python-list
20 matches
Mail list logo