Booktype Does'nt work anymore..
  • Hy all,

    I have a problem with our booktype installation.

    My former colleague has installed booktype (v.1.5.3) and unfortunately he has made no documentation about this topic (..he quitted a year ago and is not reachable anymore ..)

    I had a running booktype on our self hosted server, and to get a new installation, I wanted to install a second instance and this is what I did:

    when executing script "createbooktype" get the error:

    ....
      ./Booktype/scripts/createbooktype --database postgresql mybook
    Traceback (most recent call last):
      File "./Booktype/scripts/createbooktype", line 24, in <module>
        import unipath
    ImportError: No module named unipath
    ...

    and it seems that after the point -> pip install -r Booktype/requirements/postgresql.txt
    the old booktype version does not work anymore..
    I get a 500 Server error..

    UPDATE:
    in the apache error log I found this line:
    mod_wsgi (pid=3862): Exception occurred processing WSGI script '/srv/www/mybooktype/booki.wsgi'.



    I' m sorry for my poor knowledge about this topic..
    Does anyone have an idea, what I can do to "undo" this?

    Thanks in advance!!!

    Christian

    Post edited by Christian Fertl at 2014-06-02 09:34:00
  • 1 Comment sorted by
  • SOLVED..

    I downgraded the Django version to 1.4 and the Booktype v1.5.3 works again...