[vtk-developers] [EXTERNAL] Re: vtksys_ios:: versus std::

Jean-Christophe Fillion-Robin jchris.fillionr at kitware.com
Thu Feb 9 11:25:54 EST 2012


If you are running python 2.6, the argparse module required by the script
is not available.

You could do the following to install it:

  sudo apt-get install python-pip
  sudo pip install argparse

Jc

On Thu, Feb 9, 2012 at 11:02 AM, Robert Maynard
<robert.maynard at kitware.com>wrote:

> The script to remove the vtkstd can be found at:
>
> https://github.com/robertmaynard/kwRemoveVTKStd
>
>
> On Thu, Feb 9, 2012 at 10:59 AM, Marcus D. Hanwell <
> marcus.hanwell at kitware.com> wrote:
>
>> On Mon, Feb 6, 2012 at 9:36 PM, David Thompson <dcthomp at sandia.gov>
>> wrote:
>> > On Feb 6, 2012, at 14:00 , Brad King wrote:
>> >>
>> >> On 2/6/2012 4:55 PM, Bill Lorensen wrote:
>> >>>
>> >>> We replaced vtkstd:: with std::
>> >>> As part of the modernization of VTK, should we replace vtksys_ios::
>> with
>> >>> std:: ?
>> >>
>> >> That sounds like a good idea if it is possible.
>> >
>> > I agree; thanks for bringing this up, Bill.
>> >
>> This sounds like the right way to go to me too, does anyone have time
>> to work on this? We can probably update the scripts I used to get rid
>> of vtkstd to do the same for vtksysy_ios and put something up for
>> review if there are no objections. Rob cleaned these up and put them
>> on github, so they could be extended from there.
>>
>> Marcus
>> _______________________________________________
>> Powered by www.kitware.com
>>
>> Visit other Kitware open-source projects at
>> http://www.kitware.com/opensource/opensource.html
>>
>> Follow this link to subscribe/unsubscribe:
>> http://www.vtk.org/mailman/listinfo/vtk-developers
>>
>>
>
>
> --
> Robert Maynard
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtk-developers
>
>
>


-- 
+1 919 869 8849
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtk-developers/attachments/20120209/c5e34cdd/attachment.html>


More information about the vtk-developers mailing list