Bug #286
cl-install
| Status: | Closed | Start: | 05/05/2011 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | % Done: | 0% |
||
| Category: | Calculate Linux Desktop | Spent time: | - | |
| Target version: | 11.6 | |||
| Votes: | 0 |
Description
Calculate ~ # cl-install -v
Traceback (most recent call last):
File "/usr/bin/cl-install", line 57, in <module>
install.printVars(options)
File "/usr/lib/calculate-2.2/calculate-install/pym/cl_share_cmd.py", line 65, in printVars
verbose=v)
File "/usr/lib/calculate-2.2/calculate-lib/pym/cl_datavars.py", line 677, in printVars
var, dictPkgVars = self.getVars(varsFilter, varsNames, verbose=verbose)
File "/usr/lib/calculate-2.2/calculate-lib/pym/cl_datavars.py", line 628, in getVars
self.Get(nameVar)
File "/usr/lib/calculate-2.2/calculate-lib/pym/cl_datavars.py", line 253, in Get
return self.__Get(nameVar)
File "/usr/lib/calculate-2.2/calculate-lib/pym/cl_datavars.py", line 238, in __Get
ret = getattr(self, nameVar).Get()
File "/usr/lib/calculate-2.2/calculate-lib/pym/cl_datavars.py", line 93, in Get
self.value = self.Fill()
File "/usr/lib/calculate-2.2/calculate-install/pym/cl_fill_install.py", line 909, in get_os_install_linguas
get_linguas(self._runos(infocommand)).split())) or \
File "/usr/lib/calculate-2.2/calculate-install/pym/cl_fill_install.py", line 901, in get_linguas
lines))
TypeError: 'bool' object is not iterable
Calculate ~ #
History
Updated by Rosen Alexandrow over 14 years ago
with that patch problem with cl-install is solved
Thanks to Mike Hiretsky
Updated by Mikhail Hiretsky over 14 years ago
- Status changed from New to Closed
Patch add to calculate-install-2.2.14-r4.

