From: Thomas K. <th...@kl...> - 2013-03-04 12:37:36
|
On 2 March 2013 23:19, Thomas Kluyver <th...@kl...> wrote: > Not directly - it runs on a completely automated build server. I've just > pushed a commit to the packaging rules which will try this the next time it > does the build. But it's not exactly instant feedback for debugging ;-). > Hopefully once we see the ImportError, it will be clear what we need to > change. > The build environment was missing pyparsing. That doesn't affect compiling, but matplotlib can't be imported without it. I've added pyparsing to the build dependencies, so hopefully the next build will complete. Thanks, Thomas |