[Landell] SLTV on Arch

alfrex at riseup.net alfrex at riseup.net
Tue Aug 18 14:26:53 BRT 2015


Thanks Luciana:

El 2015-08-18 15:12, Luciana Fujii escribió:
> On 18/08/15 00:41, Alfrex wrote:
>> bugs, that helps the development a bit.
>> Of course, but first I've to resolve the dependencies problems, the
>> error now says this (branch 1.0):
>> 
>> Traceback (most recent call last):
>>   File "/usr/local/bin/landell", line 25, in <module>
>>     import landell.ui
>>   File "/usr/local/lib/landell/__init__.py", line 19, in <module>
>>     import factory
>> ImportError: No module named 'factory'
> 
> This is very strange, since factory is a module inside Landell. How did
> you install it? Please install all dependencies on the README file 
> first
> too.

The problem was due to Manjaro uses Python 2 and 3 versions, then, later 
the install, just need change line 1 in:
/usr/local/bin/landell

#!/usr/bin/env python

to:

#!/usr/bin/env python2

and all is ok, now can use and test Landell 1.0

>> 
>> (With versión 0.92 get the same error than 0.91, about not module 
>> named
>> gtk).
> 
> Were you unable to install gtk+? You are looking for something like
> libgtk+2.0.
> 
> Regards,

Regards

> 
> Luciana Fujii

Alfrex

> 
> _______________________________________________
> Landell mailing list
> Landell at listas.softwarelivre.org
> http://listas.softwarelivre.org/cgi-bin/mailman/listinfo/landell



More information about the Landell mailing list