Hi,
I am trying to install mattricks 0.4 in a Debian woody and I cannot find a python-xml packaged for woody. Do you know where I could download one from? Thanks
_______________________________________________________________ Yahoo! Sorteos ¡Ya puedes comprar Lotería de Navidad! http://yahoo.ventura24.es/
Hi,
There is a package in main that is called python-xml.
Just do "apt-get install python-xml"
/Ragnar
On Sat, 13 Dec 2003, Javi Vázquez wrote:
Hi,
I am trying to install mattricks 0.4 in a Debian woody and I cannot find a python-xml packaged for woody. Do you know where I could download one from? Thanks
Yahoo! Sorteos ¡Ya puedes comprar Lotería de Navidad! http://yahoo.ventura24.es/ _______________________________________________ Mattricks mailing list Mattricks@lists.lysator.liu.se http://lists.lysator.liu.se/mailman/listinfo/mattricks
--- Ragnar Ouchterlony ragnar@lysator.liu.se escribió: > Hi,
There is a package in main that is called python-xml.
Just do "apt-get install python-xml"
I cannot do that, because: "Depends: python (>= 2.2) but 2.1.3-3.2 is to be installed Depends: python2.2-xml (>= 0.8.3-2woody1) but it is not going to be installed"
I have python 2.3.2 right installed, but have compiled the source code because I did not get the backport for woody, so I need to get the sources or the .deb to force the installation of python-xml and python2.2-xml with dpkg
Moreover, "packages.debian.org is down at the moment."; so I need another repository to download these packages.
Maybe is some easier option to install mattricks in debian woody I do not know, some advice?
javi
_______________________________________________________________ Yahoo! Sorteos ¡Ya puedes comprar Lotería de Navidad! http://yahoo.ventura24.es/
On Sat, 13 Dec 2003, Javi Vázquez wrote:
--- Ragnar Ouchterlony ragnar@lysator.liu.se escribió: > Hi,
There is a package in main that is called python-xml.
Just do "apt-get install python-xml"
I cannot do that, because: "Depends: python (>= 2.2) but 2.1.3-3.2 is to be installed Depends: python2.2-xml (>= 0.8.3-2woody1) but it is not going to be installed"
I have python 2.3.2 right installed, but have compiled the source code because I did not get the backport for woody, so I need to get the sources or the .deb to force the installation of python-xml and python2.2-xml with dpkg
Moreover, "packages.debian.org is down at the moment."; so I need another repository to download these packages.
Maybe is some easier option to install mattricks in debian woody I do not know, some advice?
javi
There is a list of mirrors on http://www.debian.org/mirror/list.
Am I correct to understand that you have compiled python 2.3.2 yourself and don't have the packaged version? Then you probably want the source version of python-xml too. Get that at http://pyxml.sourceforge.net/.
A better option would probably be to backport python2.3 and the other dependencies from sid.
Another option is also to just download the source dist of Mattricks and run directly from there.
/Ragnar
--- Ragnar Ouchterlony ragnar@lysator.liu.se escribió: > On Sat, 13 Dec 2003, Javi Vázquez wrote:
There is a list of mirrors on http://www.debian.org/mirror/list.
Am I correct to understand that you have compiled python 2.3.2 yourself and don't have the packaged version? Then you probably want the source version of python-xml too. Get that at http://pyxml.sourceforge.net/.
Yes, I have compiled python 2.3.2, because did not find a backport and I do not know how to make one.
A better option would probably be to backport python2.3 and the other dependencies from sid.
Another option is also to just download the source dist of Mattricks and run directly from there.
trying the last option:
- I have installed python 2.3.2: "" ...$ python -V Python 2.3.2 ""
- I have installed libwxgtk2.4-python: "" ..$dpkg -l libwxgtk2.4-python Desired=Unknown/Install/Remove/Purge/Hold | Estado=No/Instalado/Config-files/Unpacked/Failed-config/Half-installed |/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: may�sc.=malo) ||/ Nombre Versi�n Descripci�n +++-==================-==================-==================================================== ii libwxgtk2.4-python 2.4.0.2 wxWindows Cross-platform C++ GUI toolkit (wxPython b ""
- I have compiled and installed PyXML-0.8.3
However, when I try to run: "" ...Mattricks-0.4$ mattricks.py gui Unable to import the Mattricks package.
No module named wxPython.wx "" I can, e.g., download the hrf, but I cannot run the gui. Could you tell me why? Thanks a lot
javi
_______________________________________________________________ Yahoo! Sorteos ¡Ya puedes comprar Lotería de Navidad! http://yahoo.ventura24.es/
mattricks@lists.lysator.liu.se