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
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
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
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
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
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?
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