Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

example code raises error #4

Open
bvoppeln opened this issue Jul 28, 2019 · 1 comment
Open

example code raises error #4

bvoppeln opened this issue Jul 28, 2019 · 1 comment

Comments

@bvoppeln
Copy link

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
`

@bvoppeln
Copy link
Author

bvoppeln commented Apr 4, 2022

Hey grandrew, I‘m here again looking at this library… I still get the same

ERROR:root:Loading Issues is not implemented in upstream library

now on raspbian, python 3.9, taskjuggler 3.7…
This is three years later… Is this package still active? I would love to use it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant