[Bug 1850844] Re: darkslide is broken with Markdown3, and not landslide

2019-10-31 Thread Gael Varoquaux
The bug in darkslide is actually fixed in v5 of darkslide. Updating the package to v5 should fix it. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1850844 Title: darkslide is broken with Markdown3,

[Bug 1850844] [NEW] darkslide is broken with Markdown3, and not landslide

2019-10-31 Thread Gael Varoquaux
Public bug reported: Darkslide is a fork of landslide. Both modules have activity on github. Ubuntu is shipping darkslide and overriding the shell entry point (calling "landslide" ends up calling darkslide). darkslide is broken with markdown3, and has been for over a year

[Bug 1539224] Re: Imported VTK version (5.1) does not match the one used to build the TVTK classes (5.8).

2016-01-28 Thread Gael Varoquaux
Given that this echos messages about MPI, I wouldn't be surprised that it is the same bug as: https://bugs.launchpad.net/bugs/1520306 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1539224 Title:

[Bug 1520306] [NEW] vtk vtkWindBladeReader fails to be instanciated

2015-11-26 Thread Gael Varoquaux
Public bug reported: Whether it is under Python, or C++, vtkWindBladeReader fails to be instanciated and crashes the process (full error below). The problem seems to be related to MPI. This is a user-face issue, and not only a developer issue, as it's consequence is that mayavi2 and packages

Re: [Bug 916307] [NEW] mayavi2 drawing of plot broken

2012-02-05 Thread Gael Varoquaux
On Fri, Jan 13, 2012 at 11:50:47PM -, Bryce Ready wrote: python from mayavi import mlab mlab.points3d(0,0,0) Are you running this in a standard Python interpreter? As said in many places in the Mayavi documentation (e.g. the big red warning on

Re: [Bug 831224] [NEW] mayavi2 version 4.0.0-1 failed to build in oneiric

2011-08-22 Thread Gael Varoquaux
On Mon, Aug 22, 2011 at 01:55:41PM -, Matthias Klose wrote: ImportError: No module named vtk Apparently vtk does not import for Python 2.6 on this box. This is most probably the cause of the problem. -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 776078] Re: Can no longer use mlab

2011-05-03 Thread Gael Varoquaux
The problem most probably comes from the fact that python-enthoughtbase has not been upgraded while mayavi2 has. Mayavi 3.4.0, as shipped in natty, depends on python-enthoughtbase 3.0.6, as detailed in the dependency list: https://github.com/enthought/mayavi/blob/3.4.0/setup_data.py

[Bug 776078] Re: Can no longer use mlab

2011-05-03 Thread Gael Varoquaux
mayavi2 and enthought-base are developped and released together. It's a bug of the Ubuntu distribution (and maybe Debian) of not upgrading them together. Specifically, working around this problem will create a problem in the interaction between Mayavi and IPython due to a change in the mainloop

[Bug 776078] Re: Can no longer use mlab

2011-05-03 Thread Gael Varoquaux
I don't have a Natty system around, but if there are any question with regards to the backport, I am available as an upstream developer. With regards to further packaging, to reduce such problems, some packages have been merged together. In particular, in the next release, enthought-base will be

Re: [Bug 776078] Re: Can no longer use mlab

2011-05-03 Thread Gael Varoquaux
On Tue, May 03, 2011 at 07:12:58PM -, vincefn wrote: I have a freshly updated natty system. I can confirm the bug. I can also confirm that updating to python-enthoughtbase 3.0.6 fixes the issue when importing mlab, but then the event loop seems stuck (can't interact with the mlab window,

Re: [Bug 776078] Re: Can no longer use mlab

2011-05-03 Thread Gael Varoquaux
On Tue, May 03, 2011 at 07:35:57PM -, vincefn wrote: So it seems the only thing not working (again with enthoughtbase 3.0.6) is the '-wthread' ipython option for the transparent event loop handling. That kinda sucks. Are you sure that you are using the Wx backend for Mayavi. Do you have

Re: [Bug 776078] Re: Can no longer use mlab

2011-05-03 Thread Gael Varoquaux
On Tue, May 03, 2011 at 08:20:00PM -, Scott Kitterman wrote: I can take care of getting python-enthoughtbase 3.0.6 uploaded. Someone who knows mayavi2 needs to write a test case for this. Edit the main text of the bug adding a section that starts TEST CASE: and then describe how to both

[Bug 746077] Re: mayavi2 broken in natty

2011-03-30 Thread Gael Varoquaux
I can confirm that it seems that there is a dependency bug with Mayavi in Natty, and that the enthoughtbase package should be upgraded. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/746077 Title:

[Bug 538774] Re: scipy.io.loadmat() excessively slow (regression)

2010-11-25 Thread Gael Varoquaux
Any chance that this fix gets backported in the 10.04 LTS? For people using matlab, this bugs makes scipy unusable in the LTS -- scipy.io.loadmat() excessively slow (regression) https://bugs.launchpad.net/bugs/538774 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 539621] Re: Upgrade to the version 3.3.1

2010-03-16 Thread Gael Varoquaux
*** This bug is a duplicate of bug 538668 *** https://bugs.launchpad.net/bugs/538668 ** This bug has been marked a duplicate of bug 538668 Please backport Mayavi from Debian -- Upgrade to the version 3.3.1 https://bugs.launchpad.net/bugs/539621 You received this bug notification because

Re: [Bug 538668] Re: Please backport Mayavi from Debian

2010-03-16 Thread Gael Varoquaux
On Tue, Mar 16, 2010 at 03:02:06PM -, Scott Howard wrote: (correction mayavi2 version 3.3.1 is still in debian unstable) To get a Karmic backport, the package must be in Lucid (which it is not and might not be included before Lucid's release). I realize that I hadn't worded my bug report

[Bug 538668] [NEW] Please backport Mayavi from Debian

2010-03-14 Thread Gael Varoquaux
Public bug reported: Binary package hint: mayavi2 You will need also to backport python-enthoughtbase, python-traits, python-traitsgui, python-envisagecore, python-apptools, python- envisageplugins, python-chaco, python-enable, python-traits, python- traitsbackendwx, python-traitsbackendqt

[Bug 491120] Re: Bug in typemaps makes enable unusable under Python 2.6

2010-02-03 Thread Gael Varoquaux
Hi, Any chance that we can have a backport? This is make our user's life hard. -- Bug in typemaps makes enable unusable under Python 2.6 https://bugs.launchpad.net/bugs/491120 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

Re: [Bug 495537] Re: numpy headers in the include path

2009-12-12 Thread Gael Varoquaux
On Fri, Dec 11, 2009 at 10:53:46PM -, WeatherGod wrote: Gael, thank you for bringing this to our attention. Quickly looking through the posted discussion, am I right in assuming that this is a packaging problem, *not* an upstream problem? It is. THe symlink is added by the debian

[Bug 495537] [NEW] numpy headers in the include path

2009-12-11 Thread Gael Varoquaux
Public bug reported: Binary package hint: python-numpy The numpy headers of the Ubuntu are symlinked in /usr/lib. As a result, a Python package compiling with numpy.distutils will always pick up these headers, even if the numpy used is not the system numpy, but a localy installed numpy. Indeed,

Re: [Bug 425957] Re: type mismatch causes chaco examples to fail

2009-12-10 Thread Gael Varoquaux
Hey, I am sorry, I had not realized that this bug was lying around. AFAIK, it is the same as: https://bugs.launchpad.net/ubuntu/+source/python-enable/+bug/491120 The patch is given in the other bug: it involves a small fix to the swig file generating the enable bindings. If you confirm that the

[Bug 491120] [NEW] Bug in typemaps makes enable unusable under Python 2.6

2009-12-01 Thread Gael Varoquaux
Public bug reported: Binary package hint: python-enable See https://mail.enthought.com/pipermail/enthought- dev/2009-December/024954.html The fix is https://svn.enthought.com/enthought/changeset/23872 In addition, enable should depend on python-traitsgui. ** Affects: python-enable (Ubuntu)

[Bug 471760] Re: mayavi2 doesn't work properly with visual effects on

2009-11-02 Thread Gael Varoquaux
** Also affects: compiz Importance: Undecided Status: New -- mayavi2 doesn't work properly with visual effects on https://bugs.launchpad.net/bugs/471760 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

Re: [Bug 407235] Re: Please sync mayavi2 3.3.0 with Debian Unstable

2009-08-01 Thread Gael Varoquaux
On Fri, Jul 31, 2009 at 04:02:39PM -, Andrea Colangelo wrote: All the packages mayavi2 depends on have been synced already. Mayavi2 FTBFS on Karmic right now, I'm currently working on it. ** Changed in: mayavi2 (Ubuntu) Importance: Undecided = Wishlist ** Changed in: mayavi2 (Ubuntu)

[Bug 407235] [NEW] Please sync mayavi2 3.3.0 with Debian Unstable

2009-07-30 Thread Gael Varoquaux
Public bug reported: Binary package hint: mayavi2 3.3.0 is in unstable with bug fixes for wxPython (2.6 and 2.8) and extra features. Please sync mayavi2, and its dependencies into Karmic in time for the release. ** Affects: mayavi2 (Ubuntu) Importance: Undecided Status: New --

Re: [Bug 370878] Re: Mayavi2: ipython shell not working

2009-06-26 Thread Gael Varoquaux
On Fri, Jun 26, 2009 at 11:20:34AM -, Andrea Colangelo wrote: Confirmed in karmic: mayavi's ipython shell with python-wxgtk2.6 and ipython doesn't work at all. Gael's patch for ipython works fine, I'll upload it ASAP. After that we can consider SRU for Jaunty. Gael, since you are an

[Bug 392328] [NEW] import fails in Jaunty

2009-06-25 Thread Gael Varoquaux
Public bug reported: Might be a problem with the way PEAK is packaged. Python 2.6.2 (release26-maint, Apr 19 2009, 01:56:41) [GCC 4.3.3] on linux2 Type help, copyright, credits or license for more information. import turbojson Traceback (most recent call last): File stdin, line 1, in module

Re: [Bug 386270] Re: Sync mayavi2 3.2.0-1 (universe) from Debian unstable (main).

2009-06-12 Thread Gael Varoquaux
On Fri, Jun 12, 2009 at 10:27:26AM -, Muharem Hrnjadovic wrote: I am actually retracting this sync request; reason: package FTBFS ** Changed in: mayavi2 (Ubuntu) Status: Confirmed = Invalid Could we have the error log. If it is a problem in Mayavi, I can try and help this week end.

Re: [Bug 386270] Re: Sync mayavi2 3.2.0-1 (universe) from Debian unstable (main).

2009-06-12 Thread Gael Varoquaux
On Fri, Jun 12, 2009 at 12:48:56PM -, Andrea Colangelo wrote: We are still waiting for vtk to be fixed in Debian. If it isn't fixed in a reasonable time, I'll proceed patching vtk in Ubuntu, to allow syncing Mayavi. Thank you. Especially since this is not a problem with syncing, as the

Re: [Bug 370878] [NEW] Mayavi2: ipython shell not working

2009-05-16 Thread Gael Varoquaux
the fix. The fix can be seen at http://bazaar.launchpad.net/~gael-varoquaux/ipython/ipython-sync-frontend/revision/1174 Andrea, can you give me a hand on the right way to get a fix for the 0.9 IPython ubuntu package? I am out tonight (hey, got to see Star Treck), but ping me on IM when you have time

[Bug 370878] Re: Mayavi2: ipython shell not working

2009-05-16 Thread Gael Varoquaux
Here is a patch for the Ipython tree in Jaunty fixing this bug. ** Attachment added: Fix http://launchpadlibrarian.net/26813780/ipython-wx2.6.diff -- Mayavi2: ipython shell not working https://bugs.launchpad.net/bugs/370878 You received this bug notification because you are a member of

[Bug 346931] Re: mayavi2 fails to build from source (FTBFS) on jaunty

2009-03-28 Thread Gael Varoquaux
** Changed in: mayavi2 (Ubuntu) Status: New = Confirmed -- mayavi2 fails to build from source (FTBFS) on jaunty https://bugs.launchpad.net/bugs/346931 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 350448] Re: IPython widget does not work with recent version of ipython

2009-03-28 Thread Gael Varoquaux
** Attachment added: FIX. http://launchpadlibrarian.net/24458479/python-traitsbackendwx.patch -- IPython widget does not work with recent version of ipython https://bugs.launchpad.net/bugs/350448 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 350448] [NEW] IPython widget does not work with recent version of ipython

2009-03-28 Thread Gael Varoquaux
Public bug reported: Binary package hint: python-traitsbackendwx The IPython widget does not work with a recent version of ipython installed. This problem can be seen by installing mayavi2 and ipython on the same box. I am attaching a patch which backports the logics in the latest release. PS:

[Bug 350497] [NEW] Tests cannot be run due to missing package data

2009-03-28 Thread Gael Varoquaux
Public bug reported: Binary package hint: mayavi2 The data required to run the Mayavi2 tests is not installed. This prevents unit tests from being ran. Attached is a patch corresponding to upstream fix: https://svn.enthought.com/enthought/changeset/23245

[Bug 350497] Re: Tests cannot be run due to missing package data

2009-03-28 Thread Gael Varoquaux
** Attachment added: FIX. http://launchpadlibrarian.net/24461259/mayavi2.diff -- Tests cannot be run due to missing package data https://bugs.launchpad.net/bugs/350497 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 350521] [NEW] Depreciation warnings due to the use of the Sets module in python2.6

2009-03-28 Thread Gael Varoquaux
Public bug reported: Binary package hint: python-apptools apptools uses the Sets module, depreciated in 2.6. This raises depreciation warnings. The following patch fixes that. ** Affects: python-apptools (Ubuntu) Importance: Undecided Status: New -- Depreciation warnings due to

[Bug 350521] Re: Depreciation warnings due to the use of the Sets module in python2.6

2009-03-28 Thread Gael Varoquaux
** Attachment added: FIX. http://launchpadlibrarian.net/24462323/apptools.patch -- Depreciation warnings due to the use of the Sets module in python2.6 https://bugs.launchpad.net/bugs/350521 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

Re: [Bug 346931] Re: mayavi2 fails to build from source (FTBFS) on jaunty

2009-03-22 Thread Gael Varoquaux
On Sun, Mar 22, 2009 at 07:41:59PM -, Andrew Straw wrote: Just to make what I did clear, here's the debdiff output against 3.1.0-1ubuntu1: Hey Andrew, Thanks for reporting this. I have fixed the problem in upstream svn [23371]. I am not sure if the upstream fix will trickle down to ubuntu

Re: [Bug 346931] Re: mayavi2 fails to build from source (FTBFS) on jaunty

2009-03-22 Thread Gael Varoquaux
On Mon, Mar 23, 2009 at 01:15:04AM -, Andrew Straw wrote: Gaƫl, my patch is more of a band-aid -- since we're past the feature freeze for Jaunty, I don't think any more can easily be done. For upstream, I think the real problem is that the distutils build command gets called twice by the

[Bug 337422] Re: mayavi2 fails to install on jaunty

2009-03-09 Thread Gael Varoquaux
** Also affects: vtk (Ubuntu) Importance: Undecided Status: New -- mayavi2 fails to install on jaunty https://bugs.launchpad.net/bugs/337422 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 333697] Re: mayavi2 fails to start

2009-03-07 Thread Gael Varoquaux
I would like to correct the first sentence of the bug report: Ondrej wrote 'Hi, I have ubuntu intrepid and installed mayavi2 from Jaunty.' I checked directly on the box, the box has been upgraded to Jaunty, and is no longer an 'Intrepid' install:: g...@raven:~$ apt-cache policy mayavi2 mayavi2:

Re: [Bug 333697] Re: mayavi2 fails to start

2009-03-07 Thread Gael Varoquaux
On Sat, Mar 07, 2009 at 04:47:13PM -, Ondrej Certik wrote: I reported this bug *before* I upgraded the full box to Jaunty (hoping that it would fix the problem, but it didn't). Did you try reinstalling the mayavi2 package (and all the enthought-related ones)? I believe the problem is at

Re: [Bug 333697] Re: mayavi2 fails to start

2009-03-07 Thread Gael Varoquaux
On Sat, Mar 07, 2009 at 05:13:56PM -, Ondrej Certik wrote: On Sat, Mar 7, 2009 at 11:57 AM, Gael Varoquaux gael.varoqu...@normalesup.org wrote: On Sat, Mar 07, 2009 at 04:47:13PM -, Ondrej Certik wrote: I reported this bug *before* I upgraded the full box to Jaunty (hoping

[Bug 333697] Re: mayavi2 fails to start

2009-02-27 Thread Gael Varoquaux
** Also affects: python-central (Ubuntu) Importance: Undecided Status: New -- mayavi2 fails to start https://bugs.launchpad.net/bugs/333697 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 333697] Re: mayavi2 fails to start

2009-02-27 Thread Gael Varoquaux
OK, If I did things right, pycentral packagers should be getting the discussion now. Could someone who knows and understand a bit pycentral have a look at that. Right now this is rendering Mayavi and Traits unusable in Jaunty, which is pretty bad. The problem might be on our side, but I must

Re: [Bug 333697] [NEW] mayavi2 fails to start

2009-02-24 Thread Gael Varoquaux
On Tue, Feb 24, 2009 at 06:17:29AM -, Ondrej Certik wrote: On Mon, Feb 23, 2009 at 10:03 PM, Gael Varoquaux gael.varoqu...@normalesup.org wrote: On Tue, Feb 24, 2009 at 05:47:14AM -, Ondrej Certik wrote: /usr/lib/python2.5/site-packages/enthought/mayavi/core/customize.py in module

Re: [Bug 333697] [NEW] mayavi2 fails to start

2009-02-23 Thread Gael Varoquaux
On Tue, Feb 24, 2009 at 05:47:14AM -, Ondrej Certik wrote: /usr/lib/python2.5/site-packages/enthought/mayavi/core/customize.py in module() 28 29 # Enthought library imports. --- 30 from enthought.util.home_directory import get_home_directory 31 from

[Bug 243901] Re: enthought tvtk failure under compiz

2009-02-10 Thread Gael Varoquaux
@Lennart: What is your video card? What is the version of Ubuntu you are using, and the version of the mayavi2 package? When you say that you get no figure, how would you describe the problem: are you getting an empty figure, or does no window pop up? Are you getting any error message?

Re: [Bug 243901] Re: enthought tvtk failure under compiz

2009-02-10 Thread Gael Varoquaux
are using are quite old, and this is why you don't get the pipeline view. If you are going to be using Mayavi a lot, I suggest you use the 3.x apckages on my PPA: https://launchpad.net/~gael-varoquaux/+archive They are compatible with Ubuntu 8.10. When you install them, they will remove python

Re: [Bug 310077] Re: unable to install/upgrade python-numpy

2008-12-21 Thread Gael Varoquaux
On Sun, Dec 21, 2008 at 11:06:14PM -, Jean-Baptiste Lallement wrote: This is an intended behavior of pycentral to not overwrite locally installed python modules (ex. easyinstall ) . So, this is not an error in Ubuntu. This is becoming a frequent problem. Maybe it would be a good idea to

[Bug 291262] Re: MASTER - package failed to install/upgrade: pycentral pkginstall: not overwriting local files

2008-12-21 Thread Gael Varoquaux
Hi, Thanks to Jean-Baptiste for pointing me out this discussion. Re /usr and /usr/local, Michael Vogt puts it well: installing to /usr is doomed. But users don't always know it, or even understand the difference. I suggest Ubuntu changes the default configuration of python distutils and