Michele Mattioni | 1 Jun 2010 19:52
Picon
Gravatar

Installing Mayavi[app] from PyPi

Dear list,

I'm trying to install Mayavi from PyPi but I'm running into a problem.

I can't understand if it's a miscofiguration from my side or something else:

	mattioni <at> pogo:mattioni$ pip install
--install-option='--prefix=~/local/' "Mayavi[app]"
	Downloading/unpacking Mayavi[app]
	  Running setup.py egg_info for package Mayavi
	    building extension "enthought.tvtk.array_ext" sources
	    building data_files sources
	    no previously-included directories found matching 'artwork'
	    no previously-included directories found matching 'docs/pdf'
	Requirement already satisfied (use --upgrade to upgrade):
AppTools>=3.3.1.dev in ./local/lib/python2.6/site-packages (from
Mayavi[app])
	Requirement already satisfied (use --upgrade to upgrade):
EnthoughtBase>=3.0.4.dev in ./local/lib/python2.6/site-packages (from
Mayavi[app])
	Downloading/unpacking TraitsGUI>=3.3.0.dev (from Mayavi[app])
	  Running setup.py egg_info for package TraitsGUI
	Downloading/unpacking Traits[ui]>=3.3.0.dev (from Mayavi[app])
	  Running setup.py egg_info for package Traits
	Installing collected packages: Mayavi, Traits, TraitsGUI
	  Running setup.py install for Mayavi
	    ----------------------------------------------------------------------
	    Building TVTK classes... SyntaxError: ('EOL while scanning string
literal', ('tvtk_classes/delimited_text_reader.py', 105, 45, '
utf8_record_delimiters = traits.String(r"\n'))
(Continue reading)

Michele Mattioni | 3 Jun 2010 00:54
Picon
Gravatar

Re: Installing Mayavi[app] from PyPi

Hi there,

when the release on PiPy is scheduled?

I'm running Mayavi svn on one of my computer, so If I had I will switch to it.

Regards,
Michele.

On Wed, Jun 2, 2010 at 9:45 PM, Prabhu Ramachandran
<prabhu <at> aero.iitb.ac.in> wrote:
> Hi,
>
> On Tuesday 01 June 2010 10:52 AM, Michele Mattioni wrote:
>>
>> I can't understand if it's a miscofiguration from my side or something
>> else:
>
> This is a bug with wrapping VTK-5.6 that has been fixed in the latest
> release of Mayavi-3.3.3.  I am not sure why this release hasn't yet been
> uploaded to PyPI yet.
>
> You have two options, one is to get a more recent version of Mayavi or to
> downgrade to VTK-5.4.  You could get the SVN trunk version of Mayavi but
> that would require a lot more work than using pip.
>
> HTH.
>
> cheers,
> --
(Continue reading)

Prabhu Ramachandran | 3 Jun 2010 01:15
Picon
Gravatar

Fwd: Re: [Enthought-Dev] Installing Mayavi[app] from PyPi

FYI.

Prabhu

-------- Original Message --------
Subject: 	Re: [Enthought-Dev] [MayaVi-users] Installing Mayavi[app] from
PyPi
Date: 	Wed, 2 Jun 2010 17:25:53 -0500
From: 	Ilan Schnell <ischnell <at> enthought.com>
Reply-To: 	enthought-dev <at> mail.enthought.com
To: 	enthought-dev <at> mail.enthought.com

It has been fixed in Mayavi 3.3.2 (not 3.3.3), which is the
latest Mayavi release.

As the Mayavi source tarball is too large to be uploaded
to PyPI, it hosted on an Enthought server, but there is
a download link on PyPI, which points to it.

- Ilan

On Wed, Jun 2, 2010 at 3:45 PM, Prabhu Ramachandran
<prabhu <at> aero.iitb.ac.in <mailto:prabhu <at> aero.iitb.ac.in>> wrote:

     Hi,

     On Tuesday 01 June 2010 10:52 AM, Michele Mattioni wrote:
      >
      > I can't understand if it's a miscofiguration from my side or
     something else:
(Continue reading)

Prabhu Ramachandran | 3 Jun 2010 01:16
Picon
Gravatar

Re: [Enthought-Dev] Installing Mayavi[app] from PyPi

On Wednesday 02 June 2010 03:25 PM, Ilan Schnell wrote:
> It has been fixed in Mayavi 3.3.2 (not 3.3.3), which is the
> latest Mayavi release.
>
> As the Mayavi source tarball is too large to be uploaded
> to PyPI, it hosted on an Enthought server, but there is
> a download link on PyPI, which points to it.

Which means pip should automatically get 3.3.2 if you do pip install right?

cheers,
prabhu

------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
Michele Mattioni | 3 Jun 2010 12:33
Picon
Gravatar

Re: Installing Mayavi[app] from PyPi

Hi all,

it seems that pip 0.7.1 was not working.

I upgraded pip to the latest version (0.7.2) and now it finds the
proper latest release 3.3.2 and the installation concludes
successfully.

Thanks,
Michele.

On Thu, Jun 3, 2010 at 12:25 AM, Prabhu Ramachandran
<prabhu <at> aero.iitb.ac.in> wrote:
> On Wednesday 02 June 2010 03:54 PM, Michele Mattioni wrote:
>>
>> Hi there,
>>
>> when the release on PiPy is scheduled?
>>
>> I'm running Mayavi svn on one of my computer, so If I had I will switch to
>> it.
>
> That is interesting, it looks like pip does find the latest version 3.3.2
>
> $ pip search mayavi
> Mayavi                    - The Mayavi scientific data 3-dimensional
>                            visualizer.
>  INSTALLED: 3.3.3.dev-r25596
>  LATEST:    3.3.2
>
(Continue reading)

srinivas zinka | 24 Jun 2010 14:58
Picon

Data Cursor in Mayavi ...

Hi everybody,

I have a question regarding "data cursor" in Mayavi ...
In MATLAB, there is simple data cursor which can be placed any where on a 3D-plot (such as surf or mesh plot) and will show us corresponding co-ordinate values (of a nearest point).
I would like know if there is any similar option in Mayavi ...

Thank you,
zinka

------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
MayaVi-users mailing list
MayaVi-users <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mayavi-users
Gael Varoquaux | 24 Jun 2010 15:04
Favicon
Gravatar

Re: Data Cursor in Mayavi ...

Try hitting the "p" key, for "pick".

HTH,

Gael

----- Original message -----
> Hi everybody,
> 
> I have a question regarding "data cursor" in Mayavi ...
> In MATLAB, there is simple data cursor which can be placed any where on a
> 3D-plot (such as surf or mesh plot) and will show us corresponding
> co-ordinate values (of a nearest point).
> I would like know if there is any similar option in Mayavi ...
> 
> Thank you,
> zinka

------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo

Gmane