Bug#386272: bittornado won't start

2006-10-23 Thread John v/d Kamp

Hi,

Yesterday's update had a new bittornado package 0.3.15-4. When this 
package got installed, I finally had the BitTornado files in 
/var/lib/python-support/python2.4/ installed.


Since I had this bug, the upgrade path was:
- upgrade python-support a few times (0.5 and up each time)
- upgrade bittornado to 0.3.15-4 with python-support 0.5.4 installed

These upgrades had no effect. But since this last upgrade I have the files 
(without me running update-python-modules -f) and I can run bittornado 
again.


You may close the bug since my problem is gone.

John


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#386272: bittornado won't start

2006-09-10 Thread Josselin Mouette
Hi,

sorry for the previous mail, I hadn't read the previous mails which
showed that you had tried running update-python-modules by hand.

Something must have gone wrong in your upgrade path. Can you please send
me (by private email) your /var/log/dpkg.log* files, so that I can
analyse what went wrong?

Regards,
-- 
 .''`.   Josselin Mouette/\./\
: :' :   [EMAIL PROTECTED]
`. `'[EMAIL PROTECTED]
  `-  Debian GNU/Linux -- The power of freedom


signature.asc
Description: Ceci est une partie de message	numériquement signée


Bug#386272: Processed: Re: Bug#386272: bittornado won't start

2006-09-09 Thread Josselin Mouette
(forgot to Cc the bug, re-sending for the record)

Le samedi 09 septembre 2006 à 01:41 +0200, Josselin Mouette a écrit :
 Le vendredi 08 septembre 2006 à 15:48 -0700, Debian Bug Tracking System
 a écrit :
  Processing commands for [EMAIL PROTECTED]:
  
   reassign 386272 python-support
  Bug#386272: bittornado won't start
  Bug reassigned from package `bittornado' to `python-support'.
 
 Looks like a duplicate of #383799.
 
 Could you please send me the result of:
   ls -l /var/lib/python-support/python2.4
 
 Does running 'update-python-modules' as root fix the issue?
-- 
 .''`.   Josselin Mouette/\./\
: :' :   [EMAIL PROTECTED]
`. `'[EMAIL PROTECTED]
  `-  Debian GNU/Linux -- The power of freedom


signature.asc
Description: Ceci est une partie de message	numériquement signée


Bug#386272: bittornado won't start

2006-09-07 Thread John v/d Kamp

I do not have the BitTornado directory in:

/usr/lib/python2.3/site-packages/BitTornado
/usr/share/python-support/bittornado/BitTornado

but not in /var/lib/python-support/python2.4

running update-python-modules (even with -a) did not solve the problem. 
Finally, running update-python-modules with the -f option did solve the 
problem.


John

On Wed, 6 Sep 2006, Filippo Giunchedi wrote:


On Wed, Sep 06, 2006 at 02:13:41PM +0200, John v/d Kamp wrote:

Package: bittornado
Version: 0.3.15-2
Severity: normal


When starting any bt* program, it exits with the following trace:

Traceback (most recent call last):
  File /usr/bin/btlaunchmanycurses, line 8, in ?
from BitTornado import PSYCO
ImportError: No module named BitTornado


The program must be started with:
  $ python2.3 /usr/bin/btlaunchmanycurses .
to make it find the BitTornado module.


strange, python-support is supposed to take care of these, check
/var/lib/python-support/python2.4/ . there should be a BitTornado dir there.
If not you might want to have a look at update-python-modules to rebuild bt
modules

hope that helps,
filippo
--
Filippo Giunchedi - http://esaurito.net
PGP key: 0x6B79D401
random quote follows:

How do you feel about women's rights? I like either side of them.
-- Groucho Marx




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#386272: bittornado won't start

2006-09-07 Thread Cameron Dale

reassign 386272 python-support
thanks


On 9/6/06, John v/d Kamp [EMAIL PROTECTED] wrote:

I do not have the BitTornado directory in:

/usr/lib/python2.3/site-packages/BitTornado
/usr/share/python-support/bittornado/BitTornado

but not in /var/lib/python-support/python2.4

running update-python-modules (even with -a) did not solve the problem.
Finally, running update-python-modules with the -f option did solve the
problem.



This looks like another python-support problem, so I'm reassigning it
there. Thanks for the report.

Cameron Dale


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#386272: bittornado won't start

2006-09-06 Thread John v/d Kamp
Package: bittornado
Version: 0.3.15-2
Severity: normal


When starting any bt* program, it exits with the following trace:

Traceback (most recent call last):
  File /usr/bin/btlaunchmanycurses, line 8, in ?
from BitTornado import PSYCO
ImportError: No module named BitTornado


The program must be started with:
  $ python2.3 /usr/bin/btlaunchmanycurses .
to make it find the BitTornado module.

John

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-1-amd64-k8
Locale: LANG=C, LC_CTYPE=nl_NL (charmap=ISO-8859-1)

Versions of packages bittornado depends on:
di  python2.4.3-11   An interactive high-level object-o
ii  python-support0.4.3  automated rebuilding support for p

Versions of packages bittornado recommends:
di  mime-support  3.37-1 MIME files 'mime.types'  'mailcap

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#386272: bittornado won't start

2006-09-06 Thread Filippo Giunchedi
On Wed, Sep 06, 2006 at 02:13:41PM +0200, John v/d Kamp wrote:
 Package: bittornado
 Version: 0.3.15-2
 Severity: normal
 
 
 When starting any bt* program, it exits with the following trace:
 
 Traceback (most recent call last):
   File /usr/bin/btlaunchmanycurses, line 8, in ?
 from BitTornado import PSYCO
 ImportError: No module named BitTornado
 
 
 The program must be started with:
   $ python2.3 /usr/bin/btlaunchmanycurses .
 to make it find the BitTornado module.

strange, python-support is supposed to take care of these, check
/var/lib/python-support/python2.4/ . there should be a BitTornado dir there.
If not you might want to have a look at update-python-modules to rebuild bt
modules

hope that helps,
filippo
--
Filippo Giunchedi - http://esaurito.net
PGP key: 0x6B79D401
random quote follows:

How do you feel about women's rights? I like either side of them.
-- Groucho Marx


signature.asc
Description: Digital signature