Hi,
2012/10/6 Thomas Haslwanter <
thomas.h...@gmail.com>:
> Hi,
> I have successfully installed WinPython. Also ipython is running.
> However, I cannot get the ipython configuration to work. For example,
> running on the commandline
> "ipython profile create"
> simply starts up the ipython qt console.
Just rename the launcher from "IPython.exe" (in WinPython root folder)
to something like "IPython Qt Console.exe" (this is how it will be
named in next release:
http://code.google.com/p/winpython/source/detail?r=c5c894c8b973393d5639e1b61b3342bde7a471f8)
to avoid a confusion between the IPython Qt console launcher in
"WinPython-2.7.3.1" folder and the IPython script in
"WinPython-2.7.3.1\python-2.7.3\Scripts" folder.
That's what happens here: when you run "ipython profile create" in the
command line, you must have been in WinPython root folder and so the
command window will choose the "IPython.exe" launcher instead of the
"ipython.exe" Python script.
> Another - probably related - problem is the execution of typical
> "ipython_config.py": it crashes at the first line, i.e.
> c = get_config()
> with the message
> NameError: name 'get_config' is not defined
What do you mean by that?
How do you execute this typical "ipython_config.py"?
(I'm not much of an IPython expert...)
-Pierre
> Somehow the included "ipython.exe" does not seem to implement the
> commandline ipython in the way that I would expect.
> Any hints?
>
> thomas
>
> --
> You received this message because you are subscribed to the Google Groups
> "WinPython" group.
> To unsubscribe from this group, send email to
>
winpython+...@googlegroups.com.
> For more options, visit
https://groups.google.com/groups/opt_out.
>
>