Closed GoogleCodeExporter closed 8 years ago
Hi,
Did you have an older install of Editra that you installed this one over?
I ask this as because I think that there is an old 'xml.py' in
(/usr/local/lib/python2.6/dist-packages/Editra/src/syntax/). All of those
modules
should have been renamed to _xml.py.
Can you post an 'ls' of
/usr/local/lib/python2.6/dist-packages/Editra/src/syntax/
Thanks,
Cody
Original comment by CodyPrec...@gmail.com
on 4 Dec 2009 at 1:44
[deleted comment]
Yes I did have 0.5.05 installed before installing this over.
chris@apoch:~/projects/staining$ ls
/usr/local/lib/python2.6/dist-packages/Editra/src/syntax/ | grep xml
synxml.py
synxml.pyc
synxml.pyo
_xml.py
xml.py
_xml.pyc
xml.pyc
_xml.pyo
xml.pyo
Original comment by EXC...@gmail.com
on 4 Dec 2009 at 1:51
Strange, how did you install?
Suggest removing /usr/local/lib/python2.6/dist-packages/Editra and reinstalling
or
just removing the xml.py and xml.pyc file might be just enough but since those
are
there there are likely lots of other old files there too that shouldn't be.
Cody
Original comment by CodyPrec...@gmail.com
on 4 Dec 2009 at 1:57
I just untarred and ran setup.py install. Removing xml.py got it working.
Thanks! :)
Original comment by EXC...@gmail.com
on 4 Dec 2009 at 2:00
Hi,
Thanks for the info. This is kind of a big issue then since the install is not
removing old files before adding the new ones.
Leaving open until I resolve this issue.
Thanks,
Cody
Original comment by CodyPrec...@gmail.com
on 4 Dec 2009 at 2:09
Fixed
* Check for existing install and attempt to remove existing source directory
prior to
installing new files.
Original comment by CodyPrec...@gmail.com
on 9 Dec 2009 at 3:53
Original issue reported on code.google.com by
EXC...@gmail.com
on 4 Dec 2009 at 12:54