Skip to content

example code raises error #4

@bvoppeln

Description

@bvoppeln

On ubuntu 16.04 LTS with python 2.7.12 and taskjuggler 3.6.0, trying the basic usage example throws an error:

`Python 2.7.12 (default, Nov 12 2018, 14:36:49)
[GCC 5.4.0 20160609] on linux2
Type "help", "copyright", "credits" or "license" for more information.

from taskjuggler_python import juggler
jg = juggler.GenericJuggler()
t = juggler.JugglerTask()
t.set_property(juggler.JugglerTaskEffort(1))
jg.add_task(t)
ERROR:root:Loading Issues is not implemented in upstream library
`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions