xihesi / chartr

Automatically exported from code.google.com/p/chartr
0 stars 0 forks source link

Crash at startup #75

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,
I'm running a quite new install of Ubuntu 9.04. I've installed chartr and
its dependencies, but when I launch it : there is what I can read :

azmeuk@herbi:~/Bureau$ chartr
/usr/lib/python2.5/site-packages/chartr/MainWindow.py:24:
DeprecationWarning: the sha module is deprecated; use the hashlib module
instead
  import sha
Traceback (most recent call last):
  File "/usr/bin/chartr", line 47, in <module>
    import Browser
  File "/usr/lib/python2.5/site-packages/chartr/Browser.py", line 35, in
<module>
    import MainWindow
  File "/usr/lib/python2.5/site-packages/chartr/MainWindow.py", line 31, in
<module>
    import MMapArea
  File "/usr/lib/python2.5/site-packages/chartr/MMapArea.py", line 41, in
<module>
    import MathThought
  File "/usr/lib/python2.5/site-packages/chartr/MathThought.py", line 38,
in <module>
    from plasTeX.Renderers import Renderer
  File "/var/lib/python-support/python2.6/plasTeX/__init__.py", line 4, in
<module>
    from DOM import Element, Text, Node, DocumentFragment, Document
  File "/var/lib/python-support/python2.6/plasTeX/DOM/__init__.py", line 4,
in <module>
    from plasTeX.Logging import getLogger
  File "/var/lib/python-support/python2.6/plasTeX/Logging.py", line 18, in
<module>
    addLevelName(DEBUG1, 'DEBUG-1')
NameError: name 'addLevelName' is not defined
azmeuk@herbi:~/Bureau$ 

I dont really know python, can anyone explains me how to fix that ?
Thanks

Original issue reported on code.google.com by azm...@gmail.com on 1 Oct 2009 at 5:32

GoogleCodeExporter commented 8 years ago
This seems to be a plastex error. Is the new version still problematic ?

Original comment by nico.big...@gmail.com on 27 Oct 2009 at 5:03

GoogleCodeExporter commented 8 years ago

Original comment by nico.big...@gmail.com on 28 Oct 2009 at 12:00