Your message dated Thu, 19 Nov 2009 10:38:10 -0600
with message-id <[email protected]>
and subject line Re: Bug#516463: python2.5: Programs that use
/usr/share/pyshared fail
has caused the Debian Bug report #516463,
regarding python2.5: Programs that use /usr/share/pyshared fail
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
516463: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=516463
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: python2.5
Version: 2.5.2-15
Severity: normal
$clive 'http://www.youtube.com/watch?v=XzbzbnFF6To&feature=rec-HM-r2'
Traceback (most recent call last):
File "/usr/bin/clive", line 25, in <module>
from clive.main import Clive
ImportError: No module named clive.main
$PYTHONPATH=/usr/share/pyshared clive \
'http://www.youtube.com/watch?v=XzbzbnFF6To&feature=rec-HM-r2' works fine.
-- System Information:
Debian Release: 5.0
APT prefers stable
APT policy: (600, 'stable')
Architecture: i386 (i686)
Kernel: Linux 2.6.26-1-686 (SMP w/4 CPU cores)
Locale: LANG=ru_RU.KOI8-R, LC_CTYPE=ru_RU.KOI8-R (charmap=KOI8-R)
Shell: /bin/sh linked to /bin/bash
Versions of packages python2.5 depends on:
ii libbz2-1.0 1.0.5-1 high-quality block-sorting file co
ii libc6 2.7-18 GNU C Library: Shared libraries
ii libdb4.5 4.5.20-13 Berkeley v4.5 Database Libraries [
ii libncursesw5 5.7+20081213-1 shared libraries for terminal hand
ii libreadline5 5.2-3.1 GNU readline and history libraries
ii libsqlite3-0 3.5.9-6 SQLite 3 shared library
ii libssl0.9.8 0.9.8g-15 SSL shared libraries
ii mime-support 3.44-1 MIME files 'mime.types' & 'mailcap
ii python2.5-minimal 2.5.2-15 A minimal subset of the Python lan
python2.5 recommends no packages.
Versions of packages python2.5 suggests:
pn python-profiler <none> (no description available)
pn python2.5-doc <none> (no description available)
-- no debconf information
--- End Message ---
--- Begin Message ---
/usr/share/pyshared is not meant to be part of sys.path.
On 21.02.2009 10:06, Dmitry Maksyoma wrote:
Package: python2.5
Version: 2.5.2-15
Severity: normal
$clive 'http://www.youtube.com/watch?v=XzbzbnFF6To&feature=rec-HM-r2'
Traceback (most recent call last):
File "/usr/bin/clive", line 25, in<module>
from clive.main import Clive
ImportError: No module named clive.main
$PYTHONPATH=/usr/share/pyshared clive \
'http://www.youtube.com/watch?v=XzbzbnFF6To&feature=rec-HM-r2' works fine.
--- End Message ---