-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
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
Labels
No labels