Tiny Core Linux

Tiny Core Extensions => TCE Bugs => Topic started by: moB on December 16, 2010, 07:21:21 AM

Title: Dia diagram editor fails under TC3.3
Post by: moB on December 16, 2010, 07:21:21 AM
Dia fails to load and wbar is lost (not visible) after installation.

Dia works great in TC2.

Posted CLI output below.

Thanks!
moB

"In the short gam that ensued she gave us strong news of Moby Dick. "
--Melville

<aterm_output>
~$ dia
Traceback (most recent call last):
  File "/usr/local/lib/python2.7/site.py", line 62, in <module>
    import os
  File "/usr/local/lib/python2.7/os.py", line 398, in <module>
    import UserDict
  File "/usr/local/lib/python2.7/UserDict.py", line 83, in <module>
    import _abcoll
  File "/usr/local/lib/python2.7/_abcoll.py", line 11, in <module>
    from abc import ABCMeta, abstractmethod
  File "/usr/local/lib/python2.7/abc.py", line 8, in <module>
    from _weakrefset import WeakSet
  File "/usr/local/lib/python2.7/_weakrefset.py", line 5, in <module>
    from _weakref import ref
ImportError: No module named _weakref
</aterm_output>


ps. wbar returns to visible after loading another extension.

Trouble limited to dia, it seems.
Title: Re: Dia diagram editor fails under TC3.3
Post by: robc on December 16, 2010, 01:37:20 PM
It looks like python moved a module for 2.7.1. Will have to rebuild this extension.

I am not seeing any problems with wbar after installing dia.
Title: Re: Dia diagram editor fails under TC3.3
Post by: moB on December 16, 2010, 03:37:46 PM
It looks like python moved a module for 2.7.1. Will have to rebuild this extension.

Thanks robc!

This is a useful program for diagrams--even for planning a little circuit :-)

moB

 Real strength never impairs beauty or harmony,
 but it often bestows it; and in everything imposingly beautiful,
 strength has much to do with the magic.
--Melville, Moby Dick
.
Title: Re: Dia diagram editor fails under TC3.3
Post by: robc on January 04, 2011, 09:17:11 AM
I rebuilt dia against python 2.7.1 and it now starts correctly. The update has been submitted.