Re: Python, readline and OS X

2007-02-02 Thread Mark Asbach
Hi James, hi Ron, > Where have you installed libreadline? Is LD_LIBRARY_PATH pointing to the > directory libreadline.dylib? Did you install libreadline with fink? If > so, try > >setenv LD_LIBRARY_PATH /sw/lib That would probably make no difference since on Mac OS X that variable is called D

How to test python extension modules during 'make check' / 'make distcheck'?

2006-11-02 Thread Mark Asbach
tomake mailing list, but probably python developers are a minority there ... -- Dipl.-Ing. Mark Asbach Tel +49 (0)241-80-27677 Institute of Communications Engineering Fax +49 (0)241 80-22196 RWTH Aachen University, Germany http://www.ient.rwth-aachen.de -- http://mail.python.org/mailman/listinfo/python-list

GTK libs don't get events when wrapped for Python

2005-01-12 Thread Mark Asbach
who could help me, please? FYI: the library used is Intel's OpenCV / HighGui, OS is debian/Sarge, python2.3 Thanks in advance, Mark -- Dipl.-Ing. Mark Asbach Tel +49 (0)241 80-27677 Institute of Communications Engineering RWTH Aachen University, Germany

Re: readline, rlcompleter

2005-01-12 Thread Mark Asbach
Hi Michele, > readline.parse_and_bind("tab: complete") > > but I don't find a list of recognized key bindings. The python readline module just wraps the GNU Readline Library, so you need to check the manuals of the latter. It's not that much text and you'll find the information needed at: http

Re: Performance (pystone) of python 2.4 lower then python 2.3 ???

2004-12-15 Thread Mark Asbach
Hi Lucas, > No,the reason that you see 2 times as many processors as really are > installed is the hyperthreading feature of the Xeon (see > http://www.infoworld.com/infoworld/article/02/02/25/020225plxeon_1.html) > > I turned it off (in the BIOS). The machine I tested on has 2 (pysical) > proc

Re: Performance (pystone) of python 2.4 lower then python 2.3 ???

2004-12-14 Thread Mark Asbach
Hi Lucas, > On a dual Xeon 3.0 Ghz: [...] > Which shows a decrease in performance. Could this have anything to do with the > fact that is is a dual processor box? Maybe. But my 3Gh P4/HT is also detected as a dual processor machine (Kernel 2.6), so it might be a general problem with the Xeon?

Re: Redirecting ./configure --prefix

2004-12-14 Thread Mark Asbach
Hi Dan, > > LD_LIBRARY_PATH=/some/private/dir/lib; export LD_LIBRARY_PATH > > LD_LIBRARY_PATH does the trick, and sys.path seems okay by default. > Thanks! If you are the admin of the machine and python is not the only package installed in a non-standard directory, then editing the /etc/ld.so.co