Error importing wiitdb.xml: XML does not exist

Asked by Shoo

Is it problem on WiiTDB or Wiithon needs libxml or other additional libs?

Question information

Language:
English Edit question
Status:
Solved
For:
wiithon Edit question
Assignee:
No assignee Edit question
Solved by:
Shoo
Solved:
Last query:
Last reply:
Revision history for this message
Ricardo Marmolejo García (makiolo) said :
#1

Yes. "python-libxml2"

For compile:
debhelper (>= 7), gcc-multilib (>= 4.4) [amd64], g++ (>= 4.4), intltool

For run:
libc6 (>= 2.4), libc6-dev (>= 2.4), python (>= 2.5), gcc-multilib (>= 4.4) [amd64], python-sqlalchemy (>= 0.4), imagemagick, gnome-icon-theme, libgtk2.0-0 (>= 2.16), python-gtk2 (>= 2.16), python-glade2 (>= 2.16), python-libxml2, unzip

Revision history for this message
Shoo (sh00) said :
#2

Strange..I have python-libxml2 installed and all packets that listed in dependences, but get this error :(

UPD: lol, just try again and all works perfect...mystic :)

Revision history for this message
dRewsus (drewsus) said :
#3
Revision history for this message
namzat (namzat) said :
#4

I have the same bug, wiitdb xml does not exist .....
Please help !!!

Revision history for this message
namzat (namzat) said :
#5

I ve got these error when start wiithon from command line

Téléchargement du disque SCIE41 (http://boxart.rowdyruff.net/disc/SCI.png) ...
Impossible de télécharger le disque pour SCIE41
Démarrage : Actualisation WiiTDB de http://wiitdb.com/wiitdb.zip
Terminé : Actualisation WiiTDB de http://wiitdb.com/wiitdb.zip
Démarrage : Actualisation WiiTDB de http://wiitdb.com/wiitdb.zip
Terminé : Actualisation WiiTDB de http://wiitdb.com/wiitdb.zip
Démarrage : Actualisation WiiTDB de http://wiitdb.com/wiitdb.zip
The program 'wiithon' received an X Window System error.
This probably reflects a bug in the program.
The error was 'RenderBadPicture (invalid Picture parameter)'.
  (Details: serial 324135 error_code 173 request_code 152 minor_code 8)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the --sync command line
   option to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error() function.)

And wiithon quit directly.... ???? ...

Any idea ?

Revision history for this message
Asterix1423 (2cops) said :
#6

I have the same problem as Namzat already reported. I also can't switch to Dutch language. Although English is not a problem, I would like to be ablo to use my native language.

Revision history for this message
Asterix1423 (2cops) said :
#7

I have the same problem as Namzat already reported. I also can't switch to Dutch language. Although English is not a problem, I would like to be ablo to use my native language.

Revision history for this message
juanito (jferiago) said :
#8

I Have the same problem...

phyxml is installed

$ dpkg -l | grep python | grep xml
ii python-libxml2 2.7.6.dfsg-1ubuntu1.1 Python bindings for the GNOME XML library

where can I put directly the XML file for wiithon?Thanks in advance

Revision history for this message
namzat (namzat) said :
#9

After a lot of search, I found this http://forum.ubuntu-fr.org/viewtopic.php?id=431675
I will test it and tell you if it's OK.

Revision history for this message
namzat (namzat) said :
#10

YEEEEES ! It works, you can update directly your wiithon to v1.21
Good luck.

Revision history for this message
juanito (jferiago) said :
#11

Namzat: Just updated to develpoment branch (1.21) and is working now

Thank you bud...

Revision history for this message
Asterix1423 (2cops) said :
#12

OK, and now?

I can order a meal in French (I won't starve..), but I can't read a forum... ;-)
I read, write and speak English, German and Dutch.

I have Wiithon in my softwaresources, I tried to update, but I still have the same problem.. I also visited the launchpad pages, and tried to install the described there. Again Wiithon sais I already have the newest version. And I still recieve the same fault-message as described above.

So can you please give further instructions?

Revision history for this message
Ricardo Marmolejo García (makiolo) said :
#13

I'm having problems with launchpad to build the deb package of rev 494
But you can download the branch, compile and install it.

bzr branch lp:wiithon
(
install dependencies

Build Depends: debhelper (>= 7), gcc-multilib (>= 4.4) [if have amd64], g++ (>= 4.4), intltool

Run Depends: libc6 (>= 2.4), libc6-dev (>= 2.4), python (>= 2.5), gcc-multilib (>= 4.4) [if have amd64], python-sqlalchemy (>= 0.4), imagemagick, gnome-icon-theme, libgtk2.0-0 (>= 2.16), python-gtk2 (>= 2.16), python-glade2 (>= 2.16), python-libxml2, python-dbus, unzip
)
Now:
make
sudo make install

Dont worry if after you install as deb.

Revision history for this message
Ricardo Marmolejo García (makiolo) said :
#14

If you dont have public key in launchpad can also download branch type:

    bzr branch http://bazaar.launchpad.net/~wii.sceners.linux/wiithon/trunk wiithon

Revision history for this message
Asterix1423 (2cops) said :
#15

Ricardo

I 've never done this..
I tried to download (with this command: bzr branch http://bazaar.launchpad.net/~wii.sceners.linux/wiithon/trunk wiithon) , which succeeded, but now I can't find where it has been stored. I think I better wait for the .deb to arrive.... ;-)

I am a user. Not afraid of pushing on some buttons, but still a user. Sorry..

Revision history for this message
juanito (jferiago) said :
#16

Asterix

your bzr command creates a ditectory called wiithon in the under the directory where bzr was ran...

just check for the dependencies required to build it (check namzat link)

and a...

cd wiithon
make
make install

should be enough to get wiithon running...
let us know if u have any problems

Good luck
Juan Pablo

Revision history for this message
Asterix1423 (2cops) said :
#17

Juan Pablo (and Ricardo of course..)

THANK YOU!!! It works like a charm!

This is exactly why I fell like a rock for Linux and it's community!

Revision history for this message
dRewsus (drewsus) said :
#18

This worked for me (installing from bzr). I used "checkinstall -D make install" instead of "make install" to create a deb package allowing me to uninstall from package manager, though.

Revision history for this message
Ricardo Marmolejo García (makiolo) said :
#19

I uploaded deb

You should receive an update (if you use repositories).

Also can download here:
https://launchpad.net/~wii.sceners.linux/+archive/wiithon/+builds?build_state=built

Sorry the delay