Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
XSV ...no module named PyLTXML
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) Forum di discussione italiano
View previous topic :: View next topic  
Author Message
Obstacle1
n00b
n00b


Joined: 19 May 2005
Posts: 61

PostPosted: Sun May 20, 2007 9:23 am    Post subject: XSV ...no module named PyLTXML Reply with quote

Salve a tutti ho assolutamente bisogno di far girare il validatore XSV per XML-Schema,sto usando il python-2.5 ma l'esecuzione di
Code:
python commandLine.py
all'interno della directory dove si trova XSV da un segmentation fault !!!!
Ho provato anche con python2.3 e python2.4 ma l'esecuzione del medesimo provoca :
Code:
Traceback (most recent call last):
  File "commandLine.py", line 130, in ?
    parseAndRun(sys.argv[1:])
  File "commandLine.py", line 98, in parseAndRun
    import XSV.driver
  File "/usr/lib/python2.3/site-packages/XSV/driver.py", line 18, in ?
    from PyLTXML import *
ImportError: No module named PyLTXML
con i 2.3 e:
Code:

Traceback (most recent call last):
  File "commandLine.py", line 130, in ?
    parseAndRun(sys.argv[1:])
  File "commandLine.py", line 98, in parseAndRun
    import XSV.driver
  File "/usr/lib/python2.4/site-packages/XSV/driver.py", line 18, in ?
    from PyLTXML import *
ImportError: No module named PyLTXML
con il 2.4

è un bel problema perchè non riesco a trovare un alternativa a questo validatore per Xml-schema da riga di comando ho trovato molti editor con validatore solo per DTD!!!!

Aiutoooooooooooooooooooooo!
_________________
TURN ON,TUNE IN, DROP OUT...........
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) Forum di discussione italiano All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum