From: Brian Wolf on
Hi.
I've tried to install wxWidgets on Kunbuntu, but get the following
error. Does anyone know why the error occurs and how to fix it?
Thanks.

root(a)activus2uL:~# sudo apt-get install python-wxgtk2.8 python-wxtoools
wx2.8-i18n
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package python-wxgtk2.8 is not available, but is referred to by another
package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package python-wxgtk2.8 has no installation candidate

--

------------------------------------------------------
| Brian Wolf |
| Activus Technologies Corporation |
| brian(a)activustech.com | 410.367.2958 |
------------------------------------------------------
| Helping organizations gain a competitive advantage |
| through intelligent application of technology. |
------------------------------------------------------


---------------------------------------------------------------------
To unsubscribe, e-mail: wx-users-unsubscribe(a)lists.wxwidgets.org
For additional commands, e-mail: wx-users-help(a)lists.wxwidgets.org

From: =?ISO-8859-1?Q?Mat=EDas_Szeftel?= on
Brian Wolf escribi�:
> Hi.
> I've tried to install wxWidgets on Kunbuntu, but get the following
> error. Does anyone know why the error occurs and how to fix it?
> Thanks.
>
> root(a)activus2uL:~# sudo apt-get install python-wxgtk2.8
> python-wxtoools wx2.8-i18n
> Reading package lists... Done
> Building dependency tree
> Reading state information... Done
> Package python-wxgtk2.8 is not available, but is referred to by
> another package.
> This may mean that the package is missing, has been obsoleted, or
> is only available from another source
> E: Package python-wxgtk2.8 has no installation candidate
>
Have you add the proper repositories to your souces.list ???

>From http://www.wxwidgets.org/downloads/


Binaries

* wxGTK Ubuntu <http://www.ubuntu.com/> packages for 2.8.0 are
available. To use them please add

deb http://apt.tt-solutions.com/ubuntu/ dapper main

(or edgy instead of dapper if you use that release) to your
/etc/apt/sources.list file and add the public key used for signing
wxWidgets packages to the list of keys trusted by apt using the
command

curl http://www.tt-solutions.com/vz/key.asc | apt-key add -

and run apt-get update. You can then use
apt-cache search --names-only wx\*2.8 command to see the available
packages.

Please notice that Ubuntu packages are only currently available
for Dapper x86 and Edgy amd64 architectures.


Regards, Mat�as





__________________________________________________
Pregunt�. Respond�. Descubr�.
Todo lo que quer�as saber, y lo que ni imaginabas,
est� en Yahoo! Respuestas (Beta).
�Probalo ya!
http://www.yahoo.com.ar/respuestas



---------------------------------------------------------------------
To unsubscribe, e-mail: wx-users-unsubscribe(a)lists.wxwidgets.org
For additional commands, e-mail: wx-users-help(a)lists.wxwidgets.org