From: Micha <ear...@gm...> - 2005-02-20 19:31:57
|
What's going on ? After tonights update of debian sarge, starting the ap2 initscript: << Starting apt-proxy Traceback (most recent call last): File "/usr/bin/twistd2.3", line 34, in ? from twisted.scripts.twistd import run File "/usr/lib/python2.3/site-packages/twisted/scripts/twistd.py", line 2= 6, in ? from twisted.application import app, service File "/usr/lib/python2.3/site-packages/twisted/application/app.py", line = 21, in ? import sys, os, pdb, profile, getpass, traceback, signal ImportError: No module named profile >> There are no missing (broken) dependencies, according to apt. Because i have not the tme to track this further, i tried to isnatll some m= ore stuff to see if it would solve something: python2.3-4suite ein (0.99cvs20041008-3) ... python2.3-dev ein (2.3.5-1) ... However, that doesn't work. I didn't really experct it to, though. What else can i do ? ps. Some other packages that are installed: python2.3-libxml2 ein (2.6.16-2) ... libxml2-python2.3 ein (2.6.16-2) ... python2.3-libxslt1 ein (1.1.12-5) ... libxslt1-python2.3 ein (1.1.12-5) ... python2.3-adns ein (1.0.0-6) ... python2.3-dhm ein (0.5-2.1) ... python2.3-medusa ein (0.5.4-2) ... python2.3-nevow ein (0.3.0-1) ... python2.3-crack ein (0.5-1.1) ... =B0 /\/ |
From: Toby A. <to...@mi...> - 2005-02-20 20:07:56
|
>>>>> "Micha" == Micha <ear...@gm...> writes: Micha> What's going on ? Micha> After tonights update of debian sarge, starting the ap2 initscript: Micha> Starting apt-proxy Micha> Traceback (most recent call last): Micha> File "/usr/bin/twistd2.3", line 34, in ? Micha> from twisted.scripts.twistd import run Micha> File "/usr/lib/python2.3/site-packages/twisted/scripts/twistd.py", line 26, in ? Micha> from twisted.application import app, service Micha> File "/usr/lib/python2.3/site-packages/twisted/application/app.py", line 21, in ? Micha> import sys, os, pdb, profile, getpass, traceback, signal Micha> ImportError: No module named profile This is fixed in the version of twisted in unstable, so you'll need to upgrade python-twisted, python2.3-twisted and python2.3-twisted-bin (from memory, I'm not at my machine right now) to their most recent versions. Toby. |
From: Micha <ear...@gm...> - 2005-02-20 22:42:58
|
Thanks, that did it. =B0 /\/ |
From: Andrew M. <an...@im...> - 2005-02-22 17:27:21
|
On Mon, 21 Feb 2005 09:08:26 +1300, "Toby Allsopp" <to...@mi...> said: > >>>>> "Micha" == Micha <ear...@gm...> writes: > > Micha> What's going on ? The profile module was pulled after it was discovered earlier this month that it was released under a non-free license. My ipython broke too, which makes me wonder if a notification of this change was sent out to maintainers of Python packages so they could prepare patches. I really don't think it's acceptable that packages in Sarge should be suddenly broken like this. > Micha> After tonights update of debian sarge, starting the ap2 > initscript: > > Micha> Starting apt-proxy > > Micha> Traceback (most recent call last): > Micha> File "/usr/bin/twistd2.3", line 34, in ? > Micha> from twisted.scripts.twistd import run > Micha> File > "/usr/lib/python2.3/site-packages/twisted/scripts/twistd.py", line > 26, in ? > Micha> from twisted.application import app, service > Micha> File > "/usr/lib/python2.3/site-packages/twisted/application/app.py", line > 21, in ? > Micha> import sys, os, pdb, profile, getpass, traceback, signal > > Micha> ImportError: No module named profile > > This is fixed in the version of twisted in unstable, so you'll need to > upgrade python-twisted, python2.3-twisted and python2.3-twisted-bin > (from memory, I'm not at my machine right now) to their most recent > versions. > > Toby. > > ------------------- Andrew Malcolmson |
From: Chris H. <ha...@de...> - 2005-02-23 00:14:04
|
On Tuesday 22 Feb 2005 17:26, Andrew Malcolmson wrote: > The profile module was pulled after it was discovered earlier this month > that it was released under a non-free license. Ah, thanks I didn't know that > My ipython broke too, which makes me wonder if a notification of this > change was sent out to maintainers of Python packages so they could > prepare patches. I really don't think it's acceptable that packages in > Sarge should be suddenly broken like this. I didn't get any notice about this. I guess there are too many maintainers to be able to tell them all. I've uploaded a new package version which depends on either the older python version or the newer fixed twisted version. Chris |