Before wxPython 2.6 unicode was installed (no problems).
But now, I want(ed) to update to 2.8:
I have followed the instructions:
# wxPython APT repository at wxcommunity.com
deb NameBright - Coming Soon /
deb-src NameBright - Coming Soon /
sudo apt-get update
sudo apt-get install python-wxgtk2.8 python-wxtools wx2.8-i18n
1)
root@franz-desktop:~# sudo apt-get install python-wxgtk2.8 python-wxtools wx2.8-i18n
Reading package lists... Done
Building dependency tree
Reading state information... Done
wx2.8-i18n is already the newest version.
Suggested packages:
wx2.8-doc wx2.8-examples
The following NEW packages will be installed:
python-wxgtk2.8 python-wxtools
0 upgraded, 2 newly installed, 0 to remove and 104 not upgraded.
Need to get 0B/3686kB of archives.
After unpacking 16.3MB of additional disk space will be used.
WARNING: The following packages cannot be authenticated!
python-wxgtk2.8 python-wxtools
Install these packages without verification [y/N]? y
(Reading database ... 98425 files and directories currently installed.)
Unpacking python-wxgtk2.8 (from .../python-wxgtk2.8_2.8.0.1-0_i386.deb) ...
dpkg: error processing /var/cache/apt/archives/python-wxgtk2.8_2.8.0.1-0_i386.deb (--unpack):
trying to overwrite `/usr/lib/python2.4/site-packages/wx-2.8-gtk2-unicode/wx/py/crust.py', which is also in package wxpython2.8-gtk2-unicode
dpkg-deb: subprocess paste killed by signal (Broken pipe)
Selecting previously deselected package python-wxtools.
Unpacking python-wxtools (from .../python-wxtools_2.8.0.1-0_all.deb) ...
Errors were encountered while processing:
/var/cache/apt/archives/python-wxgtk2.8_2.8.0.1-0_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
root@franz-desktop:~#
2)
with Synaptic I got:
(Reading database ... 98425 files and directories currently installed.)
Unpacking python-wxgtk2.8 (from .../python-wxgtk2.8_2.8.0.1-0_i386.deb) ...
dpkg: error processing /var/cache/apt/archives/python-wxgtk2.8_2.8.0.1-0_i386.deb (--install):
trying to overwrite `/usr/lib/python2.4/site-packages/wx-2.8-gtk2-unicode/wx/py/crust.py', which is also in package wxpython2.8-gtk2-unicode
dpkg-deb: subprocess paste killed by signal (Broken pipe)
3)
import wx
Traceback (most recent call last):
File "<stdin>", line 1, in ?
File "/usr/lib/python2.4/site-packages/wx-2.8-gtk2-unicode/wx/__init__.py", line 45, in ?
from wx._core import *
File "/usr/lib/python2.4/site-packages/wx-2.8-gtk2-unicode/wx/_core.py", line 4, in ?
import _core_
ImportError: libgstinterfaces-0.8.so.0: cannot open shared object file: No such file or directory
El dom, 21-01-2007 a las 13:15 +0000, Franz Steinhaeusler escribi贸:
Hello group,
First: I'm a beginner on ubuntu
Before wxPython 2.6 unicode was installed (no problems).
But now, I want(ed) to update to 2.8:
I have followed the instructions:
# wxPython APT repository at wxcommunity.com
deb NameBright - Coming Soon /
deb-src NameBright - Coming Soon /
sudo apt-get update
sudo apt-get install python-wxgtk2.8 python-wxtools wx2.8-i18n
1)
root@franz-desktop:~# sudo apt-get install python-wxgtk2.8 python-wxtools wx2.8-i18n
Reading package lists... Done
Building dependency tree
Reading state information... Done
wx2.8-i18n is already the newest version.
Suggested packages:
wx2.8-doc wx2.8-examples
The following NEW packages will be installed:
python-wxgtk2.8 python-wxtools
0 upgraded, 2 newly installed, 0 to remove and 104 not upgraded.
Need to get 0B/3686kB of archives.
After unpacking 16.3MB of additional disk space will be used.
WARNING: The following packages cannot be authenticated!
python-wxgtk2.8 python-wxtools
Install these packages without verification [y/N]? y
(Reading database ... 98425 files and directories currently installed.)
Unpacking python-wxgtk2.8 (from .../python-wxgtk2.8_2.8.0.1-0_i386.deb) ...
dpkg: error processing /var/cache/apt/archives/python-wxgtk2.8_2.8.0.1-0_i386.deb (--unpack):
trying to overwrite `/usr/lib/python2.4/site-packages/wx-2.8-gtk2-unicode/wx/py/crust.py', which is also in package wxpython2.8-gtk2-unicode
dpkg-deb: subprocess paste killed by signal (Broken pipe)
Selecting previously deselected package python-wxtools.
Unpacking python-wxtools (from .../python-wxtools_2.8.0.1-0_all.deb) ...
Errors were encountered while processing:
/var/cache/apt/archives/python-wxgtk2.8_2.8.0.1-0_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
root@franz-desktop:~#
2)
with Synaptic I got:
(Reading database ... 98425 files and directories currently installed.)
Unpacking python-wxgtk2.8 (from .../python-wxgtk2.8_2.8.0.1-0_i386.deb) ...
dpkg: error processing /var/cache/apt/archives/python-wxgtk2.8_2.8.0.1-0_i386.deb (--install):
trying to overwrite `/usr/lib/python2.4/site-packages/wx-2.8-gtk2-unicode/wx/py/crust.py', which is also in package wxpython2.8-gtk2-unicode
dpkg-deb: subprocess paste killed by signal (Broken pipe)
3)
>>> import wx
Traceback (most recent call last):
File "<stdin>", line 1, in ?
File "/usr/lib/python2.4/site-packages/wx-2.8-gtk2-unicode/wx/__init__.py", line 45, in ?
from wx._core import *
File "/usr/lib/python2.4/site-packages/wx-2.8-gtk2-unicode/wx/_core.py", line 4, in ?
import _core_
ImportError: libgstinterfaces-0.8.so.0: cannot open shared object file: No such file or directory
What did I wrong?
Many thanks in advance!
--
Saludos / Best regards
Mario Lacunza V谩squez
Desarrollador de Software - Webmaster
Linux Registered User #439179
Desarrollador 2 Estrellas VS2005
Before wxPython 2.6 unicode was installed (no problems).
But now, I want(ed) to update to 2.8:
I have followed the instructions:
# wxPython APT repository at wxcommunity.com
deb NameBright - Coming Soon /
deb-src NameBright - Coming Soon /
sudo apt-get update
sudo apt-get install python-wxgtk2.8 python-wxtools wx2.8-i18n
Unpacking python-wxgtk2.8 (from .../python-wxgtk2.8_2.8.0.1-0_i386.deb) ...
dpkg: error processing /var/cache/apt/archives/python-wxgtk2.8_2.8.0.1-0_i386.deb (--unpack):
trying to overwrite `/usr/lib/python2.4/site-packages/wx-2.8-gtk2-unicode/wx/py/crust.py', which is also in package wxpython2.8-gtk2-unicode
Where did the wxpython2.8-gtk2-unicode package come from? Was it a converted RPM or something? Those will definitely conflict with the real .deb packages, as they will be installing mostly the same files.
路路路
--
Robin Dunn
Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython!
On Mon, 22 Jan 2007 13:21:45 -0800, Robin Dunn <robin@alldunn.com> wrote:
Franz Steinhaeusler wrote:
Hello group,
First: I'm a beginner on ubuntu
Before wxPython 2.6 unicode was installed (no problems).
But now, I want(ed) to update to 2.8:
I have followed the instructions:
# wxPython APT repository at wxcommunity.com
deb NameBright - Coming Soon /
deb-src NameBright - Coming Soon /
sudo apt-get update
sudo apt-get install python-wxgtk2.8 python-wxtools wx2.8-i18n
Unpacking python-wxgtk2.8 (from .../python-wxgtk2.8_2.8.0.1-0_i386.deb) ...
dpkg: error processing /var/cache/apt/archives/python-wxgtk2.8_2.8.0.1-0_i386.deb (--unpack):
trying to overwrite `/usr/lib/python2.4/site-packages/wx-2.8-gtk2-unicode/wx/py/crust.py', which is also in package wxpython2.8-gtk2-unicode
Where did the wxpython2.8-gtk2-unicode package come from? Was it a
converted RPM or something? Those will definitely conflict with the
real .deb packages, as they will be installing mostly the same files.
Errors were encountered while processing:
/var/cache/apt/archives/python-wxgtk2.8_2.8.0.1-0_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)