Package: tinyerp-server
Version: 3.5.0-1
Severity: important
This bug seems to be somewhat similar to #352322, but nevertheless is a
bit different:
After a fresh install and making the necessary changes to
/etc/default/tinyerp-server the server just isn't starting.
Trying the several options passed to the daemon gives the following
results:
[EMAIL PROTECTED]:~# tinyerp-server --config=/etc/default/tinyerp-server
Traceback (most recent call last):
File "./tinyerp-server.py", line 59, in ?
import netsvc
File "/usr/lib/tinyerp-server/netsvc.py", line 109, in ?
import tools.config
File "/usr/lib/tinyerp-server/tools/__init__.py", line 1, in ?
from config import *
File "/usr/lib/tinyerp-server/tools/config.py", line 203, in ?
config=configmanager()
File "/usr/lib/tinyerp-server/tools/config.py", line 118, in __init__
self.load()
File "/usr/lib/tinyerp-server/tools/config.py", line 161, in load
p.read([self.rcfile])
File "/usr/lib/python2.4/ConfigParser.py", line 267, in read
self._read(fp, filename)
File "/usr/lib/python2.4/ConfigParser.py", line 462, in _read
raise MissingSectionHeaderError(fpname, lineno, line)
ConfigParser.MissingSectionHeaderError:
File contains no section headers.
file: /etc/default/tinyerp-server, line: 4
'CONFIGFILE="/etc/tinyerp-server.conf"\n
and passing the options directly:
[EMAIL PROTECTED]:~# tinyerp-server --database=terp --db_port=5432
--db_host=postgres --db_user=terp --db_password=terp
Fri, 24 Nov 2006 13:11:59 INFO:objects:initialising distributed objects
services
Fri, 24 Nov 2006 13:11:59 INFO:init:connecting to database
WARNING; Python Imaging not installed, you can use only .JPG pictures !
Traceback (most recent call last):
File "./tinyerp-server.py", line 161, in ?
import osv, workflow, report, service
File "/usr/lib/tinyerp-server/report/__init__.py", line 38, in ?
import printscreen
ImportError: No module named printscreen
-- System Information:
Debian Release: 4.0
APT prefers testing
APT policy: (990, 'testing'), (800, 'unstable'), (600, 'experimental'), (400,
'stable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-1-md-dm-static-suspend2-asterix
Locale: LANG=C, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Versions of packages tinyerp-server depends on:
ii adduser 3.99 Add and remove users and groups
ii python 2.4.3-11 An interactive high-level object-o
ii python-libxml2 2.6.27.dfsg-1 Python bindings for the GNOME XML
ii python-libxslt1 1.1.18-1 Python bindings for libxslt1
ii python-psycopg 1.1.21-10 Python module for PostgreSQL
ii python-reportlab 2.0dfsg-1 ReportLab library to create PDF do
ii python-support 0.5.5 automated rebuilding support for p
ii python-xml 0.8.4-5 XML tools for Python
Versions of packages tinyerp-server recommends:
pn graphviz <none> (no description available)
ii postgresql-8.1 8.1.4-4 object-relational SQL database, ve
pn postgresql-client <none> (no description available)
pn python-imaging <none> (no description available)
pn python-pyparsing <none> (no description available)
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]