dopeyanimation / dopey

A 2D animation program based on MyPaint
Other
43 stars 13 forks source link

PyJack isn't built by Scons #9

Open davissorenson opened 11 years ago

davissorenson commented 11 years ago

In order for the jack-transport branch to be merged, this needs to be fixed.

The code for PyJack can be found here on SourceForge, it includes the call to Python distutils that builds it. I know next to nothing about writing Sconscripts or Sconstructs, so this is an open issue that I would like help with.

The module needs to be made importable without running scons install (or whatever it is. I don't even know!).