Re: [pymvpa] InteractiveShell object

2013-02-26 Thread Abduljalil Sireis
I wrote the commands in ipython shell as you suggested so here we have the output result.. On Tue, Feb 26, 2013 at 12:05 PM, Yaroslav Halchenko wrote: > > On Tue, 26 Feb 2013, Abduljalil Sireis wrote: > > > head ./test.py # in your shell > > then ? > > >#!/usr/bin/env ipython > >

Re: [pymvpa] InteractiveShell object

2013-02-26 Thread Yaroslav Halchenko
On Tue, 26 Feb 2013, Abduljalil Sireis wrote: > head ./test.py # in your shell > then ? >#!/usr/bin/env ipython ># -*- coding: utf-8 -*- >""" >Spyder Editor >This temporary script file is located here: >/home/brain/.spyder2/.temp.py >""" > > >...< >

Re: [pymvpa] InteractiveShell object

2013-02-26 Thread Abduljalil Sireis
On Tue, Feb 26, 2013 at 11:32 AM, Yaroslav Halchenko wrote: > > On Tue, 26 Feb 2013, Abduljalil Sireis wrote: > > >On Tue, Feb 26, 2013 at 11:15 AM, Yaroslav Halchenko > ><[1]deb...@onerussian.com> wrote: > > > On Tue, 26 Feb 2013, Abduljalil Sireis wrote: > > > > � �1. I include

Re: [pymvpa] InteractiveShell object

2013-02-26 Thread Yaroslav Halchenko
On Tue, 26 Feb 2013, Abduljalil Sireis wrote: >On Tue, Feb 26, 2013 at 11:15 AM, Yaroslav Halchenko ><[1]deb...@onerussian.com> wrote: > On Tue, 26 Feb 2013, Abduljalil Sireis wrote: > > � �1. I included all the script output > eh -- you seems to be 1 line short of to pro

Re: [pymvpa] InteractiveShell object

2013-02-26 Thread Abduljalil Sireis
On Tue, Feb 26, 2013 at 11:15 AM, Yaroslav Halchenko wrote: > > On Tue, 26 Feb 2013, Abduljalil Sireis wrote: > > >1. I included all the script output > > eh -- you seems to be 1 line short of to provide a complete picture... > > how do you invoke this script? like > > ipython test.py > > ? >

Re: [pymvpa] InteractiveShell object

2013-02-26 Thread Yaroslav Halchenko
On Tue, 26 Feb 2013, Abduljalil Sireis wrote: >1. I included all the script output eh -- you seems to be 1 line short of to provide a complete picture... how do you invoke this script? like ipython test.py ? what would happen if you just start ipython first and then while in interactive

Re: [pymvpa] InteractiveShell object

2013-02-26 Thread Abduljalil Sireis
1. I included all the script output 2. output of print mvpa2.wtf() bash: syntax error near unexpected token `(' On Tue, Feb 26, 2013 at 10:59 AM, Yaroslav Halchenko wrote: > > On Tue, 26 Feb 2013, Abduljalil Sireis wrote: > > >Hi,� > >I had solved the previous problem of fmri_dataset f

Re: [pymvpa] InteractiveShell object

2013-02-26 Thread Yaroslav Halchenko
On Tue, 26 Feb 2013, Abduljalil Sireis wrote: >Hi,� >I had solved the previous problem of fmri_dataset function. However, >then�I got this error message:� >AttributeError: 'InteractiveShell' object has no attribute 'Completer' >Could you guess what's wrong with that?� >I h

[pymvpa] InteractiveShell object

2013-02-26 Thread Abduljalil Sireis
Hi, I had solved the previous problem of fmri_dataset function. However, then I got this error message: *AttributeError: 'InteractiveShell' object has no attribute 'Completer'* Could you guess what's wrong with that? I hope this does not violate the rules of mailing list. I apologize for inco