On Wed, 24 Apr 2002, Stephan Jaeger wrote: > - The first problem is that python has to be downgraded to version 2.1 > Is there any solution for this problem available? > The downgrade works fine, so I am not too concerned about that. It is > just a bit annoying that I cannot use the command "fink upgrade-all" > anymore.
I had the same problem. Downgrading Python to 2.1 broke packages that were built against Python 2.2. I'd have put up with this -- I'm more interested in Zope than I am in some of the other Pythone related software -- but I can't even get it to work right. In the end I just ended up removing Zope for now, bringing Python back to 2.2, and the breakages all went away. (Except, of course, that I don't have Fink's Zope installed any more...) > stephan@localhost (/dev/ttyp5) ~ > /sw/sbin/zopectl start > Starting Zope...Traceback (most recent call last): > File "/sw/sbin/zope-z2", line 476, in ? > import ZServer > File "/sw/lib/zope/ZServer/__init__.py", line 26, in ? > from medusa import asyncore > File "/sw/lib/zope/ZServer/medusa/asyncore.py", line 50, in ? > import select > ImportError: No module named select > >.................................................................................................... Yes, this is the error I was getting with Zope too. Spent half an hour or so trying to figure it out before giving up & removing Zope & restoring Python to 2.2. As interested as I am in Zope, I don't think I'll try it again until either [a] it can work against Python 2.2 (preferred solution), or [b] a way is found to have multiple versions of Python present. Actually, I was hoping that would be pretty easy -- I installed a different version of Zope last week, and it included a copy of Python with it. I was hoping I could just change the #!/ lines to point to the other, good version, but apparently the problem is much more subtle than that, as this change didn't end up helping anything at all. *shrug* -- Chris Devers [EMAIL PROTECTED] Apache / mod_perl / http://homepage.mac.com/chdevers/resume/ "More war soon. You know how it is." -- mnftiu.cc _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users
