Werner
1
I just tried to install/upgrade using Synaptic on Ubuntu 10.10 and I get an error:
"Requires installation of untrusted packages"
"libwxbase2.8-0 libwxgtk2.8-0 python-wxgtk2.8 python-wxtools python-wxversion"
What is the correct why of dealing with this? Do I need to set something or is something not correctly set elsewhere?
Reading through http://wxpython.org/recentchanges.php I noticed a few typos.
under 2.9.1.1 in the wx.App change:
be destrpyed
instead of
be destroyed
under 2.9.1.1 in the wx.Toolbar change:
suports
instead of
supports
under 2.9.1.1 in "added wx.GraphicsGradientStop
mare to the Cairo specfic
instead of
made to the Cairo specific
Werner
Werner
2
Just redid the getting the key part on this page:
http://wiki.wxpython.org/InstallingOnUbuntuOrDebian
But I still get the same error.
Werner
···
On 07/26/2011 12:32 PM, werner wrote:
I just tried to install/upgrade using Synaptic on Ubuntu 10.10 and I get an error:
"Requires installation of untrusted packages"
"libwxbase2.8-0 libwxgtk2.8-0 python-wxgtk2.8 python-wxtools python-wxversion"
What is the correct why of dealing with this? Do I need to set something or is something not correctly set elsewhere?
Robin
3
I just updated on my 10.10 VM and it did it with no complaints. Is my key listed when you do:
sudo apt-key list
P.S. Thanks for the typos corrections
···
On 7/26/11 3:33 AM, werner wrote:
On 07/26/2011 12:32 PM, werner wrote:
I just tried to install/upgrade using Synaptic on Ubuntu 10.10 and I
get an error:
"Requires installation of untrusted packages"
"libwxbase2.8-0 libwxgtk2.8-0 python-wxgtk2.8 python-wxtools
python-wxversion"
What is the correct why of dealing with this? Do I need to set
something or is something not correctly set elsewhere?
Just redid the getting the key part on this page:
InstallingOnUbuntuOrDebian - wxPyWiki
But I still get the same error.
--
Robin Dunn
Software Craftsman
Werner
4
I just tried to install/upgrade using Synaptic on Ubuntu 10.10 and I
get an error:
"Requires installation of untrusted packages"
"libwxbase2.8-0 libwxgtk2.8-0 python-wxgtk2.8 python-wxtools
python-wxversion"
What is the correct why of dealing with this? Do I need to set
something or is something not correctly set elsewhere?
Just redid the getting the key part on this page:
InstallingOnUbuntuOrDebian - wxPyWiki
But I still get the same error.
I just updated on my 10.10 VM and it did it with no complaints. Is my key listed when you do:
sudo apt-key list
Yes, I see:
pub 1024D/53B087BC 2006-05-04
uid Robin Dunn <robin@alldunn.com>
sub 2048g/039E02AE 2006-05-04
P.S. Thanks for the typos corrections
You are welcome
Werner
···
On 07/26/2011 07:43 PM, Robin Dunn wrote:
On 7/26/11 3:33 AM, werner wrote:
On 07/26/2011 12:32 PM, werner wrote:
Werner
5
Just did a "Reload" in Synaptic and now it upgraded without complaining - strange.
BTW, is 2.9 available for Ubuntu 10.10 and if yes what is the correct way to install it using multi-version, i.e. keep 2.8.12.1 and 2.9 on the system.
Werner
···
On 07/26/2011 08:05 PM, werner wrote:
On 07/26/2011 07:43 PM, Robin Dunn wrote:
On 7/26/11 3:33 AM, werner wrote:
On 07/26/2011 12:32 PM, werner wrote:
I just tried to install/upgrade using Synaptic on Ubuntu 10.10 and I
get an error:
"Requires installation of untrusted packages"
"libwxbase2.8-0 libwxgtk2.8-0 python-wxgtk2.8 python-wxtools
python-wxversion"
What is the correct why of dealing with this? Do I need to set
something or is something not correctly set elsewhere?
Just redid the getting the key part on this page:
InstallingOnUbuntuOrDebian - wxPyWiki
But I still get the same error.
I just updated on my 10.10 VM and it did it with no complaints. Is my key listed when you do:
sudo apt-key list
Yes, I see:
pub 1024D/53B087BC 2006-05-04
uid Robin Dunn <robin@alldunn.com>
sub 2048g/039E02AE 2006-05-04
Robin
6
There are no .deb packages for 2.9 yet, the package scripts need an overhaul and nobody has worked on it yet.
You can build and install wxPython without packages by using the build-wxpython.py script in the source tarball.
···
On 7/26/11 11:29 AM, werner wrote:
BTW, is 2.9 available for Ubuntu 10.10 and if yes what is the correct
way to install it using multi-version, i.e. keep 2.8.12.1 and 2.9 on the
system.
--
Robin Dunn
Software Craftsman