Results 50 comments of Michele Mattioni

I'm also +1 on this one.

I'm experiencing the same problem. if `NEW_RELIC_LICENSE_KEY` is set the buildpack installs the newrelic extension, however it crushes. This a stack trace I can obtain: ``` 2015-05-12 17:48:41.782 (97 97)...

I'm trying to get to the bottom of this, and I've submitted this issue: https://github.com/heroku/heroku-buildpack-php/issues/113 on the heroku-php-buildpack repo. I don't know if it is buildpack specific, or just dokku...

Has this been added in a pull request? Can we use the solution proposed by @lenada ?

Hi there! Docker uses virtual container to wrap an application with all the needed dependences. so for Example you could do ``` docker run -it sevenbridges/maftools:dockerizeit R ``` which will...

On the installer, make sure the prefix is passed as an option because most of the time the user does not have system-wide permission, and installing it on a local...

Hi Oren, it looks like you are missing both PySide and PyQt4 packages. Without them it is not possbile to create the Controls class, because it depends on them. HIH,...

hi @orena1 , yes, it should get all your dependencies. try from an ipython to do ``` from pyface.qt import QtGui, QtCore ``` if that works, your installation of QT...