Re: [Pythonmac-SIG] Python completion in emacs fails on OSX

2012-04-18 Thread Leo
y re-enabled. Thank you. I can confirm it is libedit the culprit. Leo ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig unsubscribe: http://mail.python.org/mailman/options/Pythonmac-SIG

Re: [Pythonmac-SIG] Python completion in emacs fails on OSX

2012-04-18 Thread Leo
turns out it is apple's fault: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=10295#46 Leo ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig unsubscribe: http://mail.python.org/mailman/op

Re: [Pythonmac-SIG] These modules are deprecated and have been removed in Python 3.x

2012-04-18 Thread Leo
on top of Unix; or, if you > are really in need of specific functionality offered by one of the > Carbon modules, code your own C wrapper library or use Ctypes. Thank you for this information. Leo ___ Pythonmac-SIG maillist - Pythonmac-SIG@pyt

[Pythonmac-SIG] These modules are deprecated and have been removed in Python 3.x

2012-04-18 Thread Leo
On this page: http://docs.python.org/library/mac.html, so what replace these removed modules? Thanks. Leo ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig unsubscribe: http://mail.python.org

Re: [Pythonmac-SIG] Python completion in emacs fails on OSX

2012-04-17 Thread Leo
e to python apple. Leo ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig unsubscribe: http://mail.python.org/mailman/options/Pythonmac-SIG

Re: [Pythonmac-SIG] Python completion in emacs fails on OSX

2012-04-17 Thread Leo
age which replaces the Python standard library "readline" module > with one linked with GNU readline. > > http://pypi.python.org/pypi/readline I have just tested it and no, it is not due to readline. Leo ___ Pythonmac-SIG m

[Pythonmac-SIG] Python completion in emacs fails on OSX

2012-04-17 Thread Leo
It seems the python interpreter built by Apple doesn't behave like the ones built from upstream. See this: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=10295#19 Any idea what's happened to python from apple? Leo ___ Pythonmac-SI

Re: [Pythonmac-SIG] Any chance of getting this to run on OSX?

2012-02-26 Thread Leo
e almost certainly better off using another mechanism. What > interface information are you trying to obtain? The interface names and the addresses bound to them. Much like network-interface-list (http://paste.pocoo.org/show/556841/) in Emacs, which returns: (("en1" . [10 0 0 114 0]

[Pythonmac-SIG] Any chance of getting this to run on OSX?

2012-02-26 Thread Leo
There is this simple python script: http://coderstalk.blogspot.com/2010/02/create-network-interfaces-list-using.html Any idea how to fix it so that it runs on OSX? Thanks. Leo import array import struct import socket import fcntl SIOCGIFCONF = 0x8912 #define

[Pythonmac-SIG] Unresolved symbol _environ$non_lazy_ptr when linking libpython3.1.a compiled without framework

2010-01-04 Thread Leo R. Lundgren
ilding with the framework? To my understanding, this is currently not possible, but should be. Please CC me directly, since I am not subscribed to this list. Thanks! Regards, Leo ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.pyt

[Pythonmac-SIG] mysql for leopard

2008-12-15 Thread Leo
Is there an easy solution to installing the mysql driver on Leopard? I'm new to Python and I'm trying to setup Django. I have MAMP installed - I'm a PHP/CakePHP user. I'm also relatively new to Macs. I'm trying to avoid downloading the Xcode package from Apple as my connection is volume limi