[Bug 208855] Re: ImportError: No module named ext.reader

2008-09-19 Thread badpazzword
This problem is still present in Intrepid.

-- 
ImportError: No module named ext.reader
https://bugs.launchpad.net/bugs/208855
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 208855] Re: ImportError: No module named ext.reader

2008-09-22 Thread Mikhail
The problem is present in Ubuntu Hardy with the following configuration:
sonata  1.4.2-1ubuntu1 and python-zsi 2.0-2ubuntu4.

However, there is a temporary workaround, which is discussed here:
https://lists.berlios.de/pipermail/sonata-users/2008-April/000635.html
https://lists.berlios.de/pipermail/sonata-users/2008-April/000641.html

In short, one could edit /usr/share/pyshared/sonata.py and add a line
sys.path.append('/usr/lib/python2.5/site-packages/oldxml')
just after the first import statement. The ext.reader module is a part of 
PyExpat, which could be found under that path.

** Attachment added: "A workaround to make Sonata fetch lyrics"
   http://launchpadlibrarian.net/17861578/sonata.py.diff

-- 
ImportError: No module named ext.reader
https://bugs.launchpad.net/bugs/208855
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 208855] Re: ImportError: No module named ext.reader

2008-09-22 Thread Mikhail
Given that according to the comment from wdog the bug is fixed in ZSI
2.1, but it is still not in ubuntu repositories, I propose to append a
similair line to the current 2.0 version of python-zsi package so that
one wouldn't have to patch all the programs relying on this library.
This suggestion is also discussed here:
https://lists.berlios.de/pipermail/sonata-users/2008-April/000635.html
After a switch to 2.1 version, this patch could be discarded.

P.S. Sorry for a little bit spamming those, who are notified of bugs
here and in sonata.

-- 
ImportError: No module named ext.reader
https://bugs.launchpad.net/bugs/208855
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 208855] Re: ImportError: No module named ext.reader

2009-03-11 Thread nyal
Erratum : 'ZSI-2.1-a1.tar.gz' doesn't need python-xml anymore.

Change for 2.1.0_a1 released 31-Oct-2007:
-   No PyXML Dependency, use minidom by default (much faster)
-   samples/WSGI, server and client examples using python wsgi and 
twisted.web2.wsgi

-- 
ImportError: No module named ext.reader
https://bugs.launchpad.net/bugs/208855
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 208855] Re: ImportError: No module named ext.reader

2009-03-11 Thread nyal

I have the same problem with python2.5 and ZSI package (Ubuntu Hardy).

My tests:

First, i have added the line "sys.path.append('/usr/lib/python2.5/site-
packages/oldxml')" in my program. It doesn't work because the package
name is '_xmlplus' (/usr/lib/python2.5/site-packages/oldxml/_xmlplus/)
and not 'xml'.

Next, i have try the command :
# ln -s /usr/lib/python2.5/site-packages/oldxml/_xmlplus/ 
/usr/lib/python2.5/site-packages/xml
But it doesn't work too because python find the built-in python xml package 
"/usr/lib/python2.5/xml" before.

So, i can't use python-zsi package. however with python-xml and
'ZSI-2.1-a1.tar.gz', it works well.

-- 
ImportError: No module named ext.reader
https://bugs.launchpad.net/bugs/208855
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 208855] Re: ImportError: No module named ext.reader

2008-05-11 Thread wdog
sonata fetch lyrics upgrading zsi  to version 2.1

get file ZSI-2.1-a1.tar.gz from http://pywebsvcs.sourceforge.net/
then recompile sonata 1.5.1 and everything works

-- 
ImportError: No module named ext.reader
https://bugs.launchpad.net/bugs/208855
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs