Re: [Fink-users] installing readline python module using fink

2006-03-21 Thread Jeff Blackburne
--- Martin Costabel <[EMAIL PROTECTED]> wrote: > Jeff Blackburne wrote: > [] > > Ok, I selfupdated, then rebuilt > > python23 again. There is still no > > readline.so file. I get the following > > As your build output shows, there is one now. Are > you sure you not only > rebuilt, but also in

Re: [Fink-users] installing readline python module using fink

2006-03-20 Thread Martin Costabel
Jeff Blackburne wrote: [] Ok, I selfupdated, then rebuilt python23 again. There is still no readline.so file. I get the following As your build output shows, there is one now. Are you sure you not only rebuilt, but also installed the new version of python23? I see that you are now building

Re: [Fink-users] installing readline python module using fink

2006-03-20 Thread Jeff Blackburne
--- Martin Costabel <[EMAIL PROTECTED]> wrote: > Yes, sure, this has been fixed everywhere else; it > had been fixed in > 10.4-transitional/stable, too, for a while, but then > became unfixed again. > > Please selfupdate again, until the new > python23.patch file hits the > update server. If it

Re: [Fink-users] installing readline python module using fink

2006-03-20 Thread Martin Costabel
Jeff Blackburne wrote: [] /sw/src/fink.build/python23-2.3.5-115/Python-2.3.5/Modules/readline.c:96: error: static declaration of 'history_length' follows non-static declaration Ah, it's that old one! [] I guess gcc 4.0 is stricter than gcc 3, so it won't compile readline. I set the default co

Re: [Fink-users] installing readline python module using fink

2006-03-20 Thread Jeff Blackburne
--- Martin Costabel <[EMAIL PROTECTED]> wrote: > > Well, there must be *something* on your system that > prevents python23 > from building the readline module. I have no idea > yet what it could be, > so comparing your build procedure with one where it > does build the > module (mine for exampl

Re: [Fink-users] installing readline python module using fink

2006-03-20 Thread Martin Costabel
Jeff Blackburne wrote: [] I see the two blocks, and the result is 'yes' for both. I'm officially out of my depth now. Thanks for all the help so far, and keep it coming! Well, there must be *something* on your system that prevents python23 from building the readline module. I have no idea ye

Re: [Fink-users] installing readline python module using fink

2006-03-19 Thread Jeff Blackburne
--- Martin Costabel <[EMAIL PROTECTED]> wrote: [] > Something must have gone wrong when you built the > package. For clues you > could look in the file > /sw/src/fink.build/python23-2.3.5-*/Python-2.3.5/config.log > > Look for lines containing readline, like > > configure:20169: checking for rl

Re: [Fink-users] installing readline python module using fink

2006-03-19 Thread Martin Costabel
Jeff Blackburne wrote: --- Martin Costabel <[EMAIL PROTECTED]> wrote: [] Do you have the file /sw/lib/python2.3/lib-dynload/readline.so ? [] I don't have that file. I fetched a new copy of python23 and rebuilt it, but the file is still not there. (No python-related environment variables ar

Re: [Fink-users] installing readline python module using fink

2006-03-18 Thread Jeff Blackburne
--- Martin Costabel <[EMAIL PROTECTED]> wrote: > Jeff Blackburne wrote: > [] > > I was running '/sw/bin/python2.3', and wasn't able > to > > import readline. I made sure I was not running > Apple's > > python. > > Do you have the file > /sw/lib/python2.3/lib-dynload/readline.so ? > If no, your

Re: [Fink-users] installing readline python module using fink

2006-03-18 Thread Martin Costabel
Jeff Blackburne wrote: [] I was running '/sw/bin/python2.3', and wasn't able to import readline. I made sure I was not running Apple's python. Do you have the file /sw/lib/python2.3/lib-dynload/readline.so ? If no, your python23 package is not complete. If yes, then perhaps your environment is

Re: [Fink-users] installing readline python module using fink

2006-03-18 Thread Jeff Blackburne
--- Dave Vasilevsky <[EMAIL PROTECTED]> wrote: > > On Mar 18, 2006, at 2:21 PM, Jeff Blackburne wrote: > > Now I am unable to import readline into Python: > > > > Python 2.3.5 (#1, Mar 17 2006, 16:06:25) > > [GCC 4.0.0 20041026 (Apple Computer, Inc. build > > 4061)] on darwin > > The 'python23'

Re: [Fink-users] installing readline python module using fink

2006-03-18 Thread Dave Vasilevsky
On Mar 18, 2006, at 2:21 PM, Jeff Blackburne wrote: Now I am unable to import readline into Python: Python 2.3.5 (#1, Mar 17 2006, 16:06:25) [GCC 4.0.0 20041026 (Apple Computer, Inc. build 4061)] on darwin The 'python23' package installs python as '/sw/bin/python2.3', so it can co-exist wit

[Fink-users] installing readline python module using fink

2006-03-18 Thread Jeff Blackburne
> Hi, I used fink 0.8.0 to install readline5 and python23 on Tiger (10.4.5): sudo fink install readline5 sudo fink install python23 Now I am unable to import readline into Python: Python 2.3.5 (#1, Mar 17 2006, 16:06:25) [GCC 4.0.0 20041026 (Apple Computer, Inc. build 4061)] on darwin Type