You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
`
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: