IPython 4.0 on Python 3.4 & Windows 10 - Status Update #3

Viktor Ransmayr <[email protected]> Sat, 22 Aug 2015 23:03:40 +0200
Newsgroups gmane.comp.python.ipython.user
Message-ID <CAAeSrGJGXA0CCtDWCofHkq=wLyKQJb_5K7Ksq5RawzR7X024rg@mail.gmail.com>
--===============1366264900==
Content-Type: multipart/alternative; boundary=001a1132f21407c9c5051decb830

--001a1132f21407c9c5051decb830
Content-Type: text/plain; charset=UTF-8

Based on all the feedback I received I tried another 'clean' installation.

'Clean' equals: Using a new Python 3.4 & new PyQt5 installation.

It's still not working. - Here's the log again:

<Log>

Windows PowerShell
Copyright (C) 2015 Microsoft Corporation. Alle Rechte vorbehalten.

PS C:\Users\Viktor> python --version
Python 3.4.3
PS C:\Users\Viktor> pip list
You are using pip version 6.0.8, however version 7.1.0 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
pip (6.0.8)
setuptools (12.0.5)
PS C:\Users\Viktor> pip install ipython
You are using pip version 6.0.8, however version 7.1.0 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
Collecting ipython
  Using cached ipython-4.0.0-py3-none-any.whl
Collecting traitlets (from ipython)
  Using cached traitlets-4.0.0-py2.py3-none-any.whl
Collecting decorator (from ipython)
  Using cached decorator-4.0.2-py2.py3-none-any.whl
Collecting simplegeneric>0.8 (from ipython)
  Using cached simplegeneric-0.8.1.zip
Collecting pickleshare (from ipython)
  Using cached pickleshare-0.5.tar.gz
Collecting ipython-genutils (from traitlets->ipython)
  Using cached ipython_genutils-0.1.0-py2.py3-none-any.whl
Collecting path.py (from pickleshare->ipython)
  Using cached path.py-7.6.1-py2.py3-none-any.whl
Installing collected packages: path.py, ipython-genutils, pickleshare,
simplegeneric, decorator, traitlets, ipython


  Running setup.py install for pickleshare
  Running setup.py install for simplegeneric



Successfully installed decorator-4.0.2 ipython-4.0.0 ipython-genutils-0.1.0
path.py-7.6.1 pickleshare-0.5 simplegeneric-0.8.1 traitlets-4.0.0
PS C:\Users\Viktor> pip install pyreadline
You are using pip version 6.0.8, however version 7.1.0 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
Collecting pyreadline
  Using cached pyreadline-2.0.zip
    package init file 'pyreadline\configuration\__init__.py' not found (or
not a regular file)
Installing collected packages: pyreadline
  Running setup.py install for pyreadline
    package init file 'pyreadline\configuration\__init__.py' not found (or
not a regular file)
Successfully installed pyreadline-2.0
PS C:\Users\Viktor> ipython
Python 3.4.3 (v3.4.3:9b73f1c3e601, Feb 24 2015, 22:44:40) [MSC v.1600 64
bit (AMD64)]
Type "copyright", "credits" or "license" for more information.

IPython 4.0.0 -- An enhanced Interactive Python.
?         -> Introduction and overview of IPython's features.
%quickref -> Quick reference.
help      -> Python's own help system.
object?   -> Details about 'object', use 'object??' for extra details.

In [1]: quit()
PS C:\Users\Viktor> pip list
You are using pip version 6.0.8, however version 7.1.0 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
decorator (4.0.2)
ipython (4.0.0)
ipython-genutils (0.1.0)
path.py (7.6.1)
pickleshare (0.5)
pip (6.0.8)
pyreadline (2.0)
setuptools (12.0.5)
simplegeneric (0.8.1)
traitlets (4.0.0)
PS C:\Users\Viktor> pip install jupyter
You are using pip version 6.0.8, however version 7.1.0 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
Collecting jupyter
  Using cached jupyter-1.0.0-py2.py3-none-any.whl
Collecting qtconsole (from jupyter)
  Using cached qtconsole-4.0.1-py2.py3-none-any.whl
Collecting ipykernel (from jupyter)
  Using cached ipykernel-4.0.3-py2.py3-none-any.whl
Collecting ipywidgets (from jupyter)
  Using cached ipywidgets-4.0.2-py2.py3-none-any.whl
Collecting jupyter-console (from jupyter)
  Using cached jupyter_console-4.0.0-py2.py3-none-any.whl
Collecting notebook (from jupyter)
  Using cached notebook-4.0.4-py2.py3-none-any.whl
Collecting nbconvert (from jupyter)
  Using cached nbconvert-4.0.0-py2.py3-none-any.whl
Collecting pygments (from qtconsole->jupyter)
  Using cached Pygments-2.0.2-py3-none-any.whl
Collecting jupyter-client (from qtconsole->jupyter)
  Using cached jupyter_client-4.0.0-py2.py3-none-any.whl
Requirement already satisfied (use --upgrade to upgrade): traitlets in
c:\python34\lib\site-packages (from qtconsole->jupyter)
Collecting jupyter-core (from qtconsole->jupyter)
  Using cached jupyter_core-4.0.4-py2.py3-none-any.whl
Requirement already satisfied (use --upgrade to upgrade): ipython>=4.0.0 in
c:\python34\lib\site-packages (from ipykernel->jupyter)
Collecting nbformat (from notebook->jupyter)
  Using cached nbformat-4.0.0-py2.py3-none-any.whl
Collecting jinja2 (from notebook->jupyter)
  Using cached Jinja2-2.8-py2.py3-none-any.whl
Requirement already satisfied (use --upgrade to upgrade): ipython-genutils
in c:\python34\lib\site-packages (from notebook->jupyter)
Collecting tornado>=4 (from notebook->jupyter)
  Using cached tornado-4.2.1.tar.gz
Collecting mistune!=0.6 (from nbconvert->jupyter)
  Using cached mistune-0.7.1-py2.py3-none-any.whl
Collecting pyzmq>=13 (from jupyter-client->qtconsole->jupyter)
  Using cached pyzmq-14.7.0-cp34-none-win_amd64.whl
Requirement already satisfied (use --upgrade to upgrade): decorator in
c:\python34\lib\site-packages (from traitlets->qtconsole->jupyter)
Requirement already satisfied (use --upgrade to upgrade): simplegeneric>0.8
in c:\python34\lib\site-packages (from ipython>=4.0.0->ipykernel->jupyter)
Requirement already satisfied (use --upgrade to upgrade): pickleshare in
c:\python34\lib\site-packages (from ipython>=4.0.0->ipykernel->jupyter)
Collecting jsonschema!=2.5.0,>=2.0 (from nbformat->notebook->jupyter)
  Using cached jsonschema-2.5.1-py2.py3-none-any.whl
Collecting MarkupSafe (from jinja2->notebook->jupyter)
  Using cached MarkupSafe-0.23.tar.gz
Requirement already satisfied (use --upgrade to upgrade): path.py in
c:\python34\lib\site-packages (from
pickleshare->ipython>=4.0.0->ipykernel->jupyter)
Installing collected packages: MarkupSafe, jsonschema, pyzmq, mistune,
tornado, jinja2, nbformat, jupyter-core, jupyter-client, pygments,
nbconvert, notebook, jupyter-console, ipywidgets, ipykernel, qtconsole,
jupyter
  Running setup.py install for MarkupSafe
    building 'markupsafe._speedups' extension

==========================================================================
    WARNING: The C extension could not be compiled, speedups are not
enabled.
    Failure information, if any, is above.
    Retrying the build without the C extension now.

==========================================================================
    WARNING: The C extension could not be compiled, speedups are not
enabled.
    Plain-Python installation succeeded.

==========================================================================



  Running setup.py install for tornado
    building 'tornado.speedups' extension
    Microsoft Visual C++ 10.0 is required (Unable to find vcvarsall.bat).

C:\Users\Viktor\AppData\Local\Temp\pip-build-a1fol335\tornado\setup.py:94:
UserWarning:
    ********************************************************************
    WARNING: The tornado.speedups extension module could not
    be compiled. No C extensions are essential for Tornado to run,
    although they do result in significant speed improvements for
    websockets.
    The output above this warning shows how the compilation failed.
    Here are some hints for popular operating systems:
    If you are seeing this message on Linux you probably need to
    install GCC and/or the Python development package for your
    version of Python.
    Debian and Ubuntu users should issue the following command:
        $ sudo apt-get install build-essential python-dev
    RedHat, CentOS, and Fedora users should issue the following command:
        $ sudo yum install gcc python-devel
    If you are seeing this message on OSX please read the documentation
    here:
    http://api.mongodb.org/python/current/installation.html#osx
    ********************************************************************
      "The output above "












Successfully installed MarkupSafe-0.23 ipykernel-4.0.3 ipywidgets-4.0.2
jinja2-2.8 jsonschema-2.5.1 jupyter-1.0.0 jupyter-client-4.0.0
jupyter-console-4.0.0 jupyter-core-4.0.4 mistune-0.7.1 nbconvert-4.0.0
nbformat-4.0.0 notebook-4.0.4 pygments-2.0.2 pyzmq-14.7.0 qtconsole-4.0.1
tornado-4.2.1
PS C:\Users\Viktor>

</Log>

Any ideas?

With kind regards,

Viktor

--001a1132f21407c9c5051decb830
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr"><div><div><div><div><div><div><div>Based on all the feedba=
ck I received I tried another &#39;clean&#39; installation.<br><br></div>&#=
39;Clean&#39; equals: Using a new Python 3.4 &amp; new PyQt5 installation.<=
br><br></div>It&#39;s still not working. - Here&#39;s the log again:<br><br=
></div>&lt;Log&gt;<br><br>Windows PowerShell<br>Copyright (C) 2015 Microsof=
t Corporation. Alle Rechte vorbehalten.<br><br>PS C:\Users\Viktor&gt; pytho=
n --version<br>Python 3.4.3<br>PS C:\Users\Viktor&gt; pip list<br>You are u=
sing pip version 6.0.8, however version 7.1.0 is available.<br>You should c=
onsider upgrading via the &#39;pip install --upgrade pip&#39; command.<br>p=
ip (6.0.8)<br>setuptools (12.0.5)<br>PS C:\Users\Viktor&gt; pip install ipy=
thon<br>You are using pip version 6.0.8, however version 7.1.0 is available=
.<br>You should consider upgrading via the &#39;pip install --upgrade pip&#=
39; command.<br>Collecting ipython<br>=C2=A0 Using cached ipython-4.0.0-py3=
-none-any.whl<br>Collecting traitlets (from ipython)<br>=C2=A0 Using cached=
 traitlets-4.0.0-py2.py3-none-any.whl<br>Collecting decorator (from ipython=
)<br>=C2=A0 Using cached decorator-4.0.2-py2.py3-none-any.whl<br>Collecting=
 simplegeneric&gt;0.8 (from ipython)<br>=C2=A0 Using cached simplegeneric-0=
.8.1.zip<br>Collecting pickleshare (from ipython)<br>=C2=A0 Using cached pi=
ckleshare-0.5.tar.gz<br>Collecting ipython-genutils (from traitlets-&gt;ipy=
thon)<br>=C2=A0 Using cached ipython_genutils-0.1.0-py2.py3-none-any.whl<br=
>Collecting path.py (from pickleshare-&gt;ipython)<br>=C2=A0 Using cached p=
ath.py-7.6.1-py2.py3-none-any.whl<br>Installing collected packages: path.py=
, ipython-genutils, pickleshare, simplegeneric, decorator, traitlets, ipyth=
on<br><br><br>=C2=A0 Running setup.py install for pickleshare<br>=C2=A0 Run=
ning setup.py install for simplegeneric<br><br><br><br>Successfully install=
ed decorator-4.0.2 ipython-4.0.0 ipython-genutils-0.1.0 path.py-7.6.1 pickl=
eshare-0.5 simplegeneric-0.8.1 traitlets-4.0.0<br>PS C:\Users\Viktor&gt; pi=
p install pyreadline<br>You are using pip version 6.0.8, however version 7.=
1.0 is available.<br>You should consider upgrading via the &#39;pip install=
 --upgrade pip&#39; command.<br>Collecting pyreadline<br>=C2=A0 Using cache=
d pyreadline-2.0.zip<br>=C2=A0=C2=A0=C2=A0 package init file &#39;pyreadlin=
e\configuration\__init__.py&#39; not found (or not a regular file)<br>Insta=
lling collected packages: pyreadline<br>=C2=A0 Running setup.py install for=
 pyreadline<br>=C2=A0=C2=A0=C2=A0 package init file &#39;pyreadline\configu=
ration\__init__.py&#39; not found (or not a regular file)<br>Successfully i=
nstalled pyreadline-2.0<br>PS C:\Users\Viktor&gt; ipython<br>Python 3.4.3 (=
v3.4.3:9b73f1c3e601, Feb 24 2015, 22:44:40) [MSC v.1600 64 bit (AMD64)]<br>=
Type &quot;copyright&quot;, &quot;credits&quot; or &quot;license&quot; for =
more information.<br><br>IPython 4.0.0 -- An enhanced Interactive Python.<b=
r>?=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 -&gt; Introduction and =
overview of IPython&#39;s features.<br>%quickref -&gt; Quick reference.<br>=
help=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 -&gt; Python&#39;s own help system.<br>o=
bject?=C2=A0=C2=A0 -&gt; Details about &#39;object&#39;, use &#39;object??&=
#39; for extra details.<br><br>In [1]: quit()<br>PS C:\Users\Viktor&gt; pip=
 list<br>You are using pip version 6.0.8, however version 7.1.0 is availabl=
e.<br>You should consider upgrading via the &#39;pip install --upgrade pip&=
#39; command.<br>decorator (4.0.2)<br>ipython (4.0.0)<br>ipython-genutils (=
0.1.0)<br>path.py (7.6.1)<br>pickleshare (0.5)<br>pip (6.0.8)<br>pyreadline=
 (2.0)<br>setuptools (12.0.5)<br>simplegeneric (0.8.1)<br>traitlets (4.0.0)=
<br>PS C:\Users\Viktor&gt; pip install jupyter<br>You are using pip version=
 6.0.8, however version 7.1.0 is available.<br>You should consider upgradin=
g via the &#39;pip install --upgrade pip&#39; command.<br>Collecting jupyte=
r<br>=C2=A0 Using cached jupyter-1.0.0-py2.py3-none-any.whl<br>Collecting q=
tconsole (from jupyter)<br>=C2=A0 Using cached qtconsole-4.0.1-py2.py3-none=
-any.whl<br>Collecting ipykernel (from jupyter)<br>=C2=A0 Using cached ipyk=
ernel-4.0.3-py2.py3-none-any.whl<br>Collecting ipywidgets (from jupyter)<br=
>=C2=A0 Using cached ipywidgets-4.0.2-py2.py3-none-any.whl<br>Collecting ju=
pyter-console (from jupyter)<br>=C2=A0 Using cached jupyter_console-4.0.0-p=
y2.py3-none-any.whl<br>Collecting notebook (from jupyter)<br>=C2=A0 Using c=
ached notebook-4.0.4-py2.py3-none-any.whl<br>Collecting nbconvert (from jup=
yter)<br>=C2=A0 Using cached nbconvert-4.0.0-py2.py3-none-any.whl<br>Collec=
ting pygments (from qtconsole-&gt;jupyter)<br>=C2=A0 Using cached Pygments-=
2.0.2-py3-none-any.whl<br>Collecting jupyter-client (from qtconsole-&gt;jup=
yter)<br>=C2=A0 Using cached jupyter_client-4.0.0-py2.py3-none-any.whl<br>R=
equirement already satisfied (use --upgrade to upgrade): traitlets in c:\py=
thon34\lib\site-packages (from qtconsole-&gt;jupyter)<br>Collecting jupyter=
-core (from qtconsole-&gt;jupyter)<br>=C2=A0 Using cached jupyter_core-4.0.=
4-py2.py3-none-any.whl<br>Requirement already satisfied (use --upgrade to u=
pgrade): ipython&gt;=3D4.0.0 in c:\python34\lib\site-packages (from ipykern=
el-&gt;jupyter)<br>Collecting nbformat (from notebook-&gt;jupyter)<br>=C2=
=A0 Using cached nbformat-4.0.0-py2.py3-none-any.whl<br>Collecting jinja2 (=
from notebook-&gt;jupyter)<br>=C2=A0 Using cached Jinja2-2.8-py2.py3-none-a=
ny.whl<br>Requirement already satisfied (use --upgrade to upgrade): ipython=
-genutils in c:\python34\lib\site-packages (from notebook-&gt;jupyter)<br>C=
ollecting tornado&gt;=3D4 (from notebook-&gt;jupyter)<br>=C2=A0 Using cache=
d tornado-4.2.1.tar.gz<br>Collecting mistune!=3D0.6 (from nbconvert-&gt;jup=
yter)<br>=C2=A0 Using cached mistune-0.7.1-py2.py3-none-any.whl<br>Collecti=
ng pyzmq&gt;=3D13 (from jupyter-client-&gt;qtconsole-&gt;jupyter)<br>=C2=A0=
 Using cached pyzmq-14.7.0-cp34-none-win_amd64.whl<br>Requirement already s=
atisfied (use --upgrade to upgrade): decorator in c:\python34\lib\site-pack=
ages (from traitlets-&gt;qtconsole-&gt;jupyter)<br>Requirement already sati=
sfied (use --upgrade to upgrade): simplegeneric&gt;0.8 in c:\python34\lib\s=
ite-packages (from ipython&gt;=3D4.0.0-&gt;ipykernel-&gt;jupyter)<br>Requir=
ement already satisfied (use --upgrade to upgrade): pickleshare in c:\pytho=
n34\lib\site-packages (from ipython&gt;=3D4.0.0-&gt;ipykernel-&gt;jupyter)<=
br>Collecting jsonschema!=3D2.5.0,&gt;=3D2.0 (from nbformat-&gt;notebook-&g=
t;jupyter)<br>=C2=A0 Using cached jsonschema-2.5.1-py2.py3-none-any.whl<br>=
Collecting MarkupSafe (from jinja2-&gt;notebook-&gt;jupyter)<br>=C2=A0 Usin=
g cached MarkupSafe-0.23.tar.gz<br>Requirement already satisfied (use --upg=
rade to upgrade): path.py in c:\python34\lib\site-packages (from pickleshar=
e-&gt;ipython&gt;=3D4.0.0-&gt;ipykernel-&gt;jupyter)<br>Installing collecte=
d packages: MarkupSafe, jsonschema, pyzmq, mistune, tornado, jinja2, nbform=
at, jupyter-core, jupyter-client, pygments, nbconvert, notebook, jupyter-co=
nsole, ipywidgets, ipykernel, qtconsole, jupyter<br>=C2=A0 Running setup.py=
 install for MarkupSafe<br>=C2=A0=C2=A0=C2=A0 building &#39;markupsafe._spe=
edups&#39; extension<br>=C2=A0=C2=A0=C2=A0 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D<br>=C2=A0=C2=A0=C2=A0 WARNING: T=
he C extension could not be compiled, speedups are not enabled.<br>=C2=A0=
=C2=A0=C2=A0 Failure information, if any, is above.<br>=C2=A0=C2=A0=C2=A0 R=
etrying the build without the C extension now.<br>=C2=A0=C2=A0=C2=A0 =3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D<br>=C2=
=A0=C2=A0=C2=A0 WARNING: The C extension could not be compiled, speedups ar=
e not enabled.<br>=C2=A0=C2=A0=C2=A0 Plain-Python installation succeeded.<b=
r>=C2=A0=C2=A0=C2=A0 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D<br><br><br><br>=C2=A0 Running setup.py install for torna=
do<br>=C2=A0=C2=A0=C2=A0 building &#39;tornado.speedups&#39; extension<br>=
=C2=A0=C2=A0=C2=A0 Microsoft Visual C++ 10.0 is required (Unable to find vc=
varsall.bat).<br>=C2=A0=C2=A0=C2=A0 C:\Users\Viktor\AppData\Local\Temp\pip-=
build-a1fol335\tornado\setup.py:94: UserWarning:<br>=C2=A0=C2=A0=C2=A0 ****=
****************************************************************<br>=C2=A0=
=C2=A0=C2=A0 WARNING: The tornado.speedups extension module could not<br>=
=C2=A0=C2=A0=C2=A0 be compiled. No C extensions are essential for Tornado t=
o run,<br>=C2=A0=C2=A0=C2=A0 although they do result in significant speed i=
mprovements for<br>=C2=A0=C2=A0=C2=A0 websockets.<br>=C2=A0=C2=A0=C2=A0 The=
 output above this warning shows how the compilation failed.<br>=C2=A0=C2=
=A0=C2=A0 Here are some hints for popular operating systems:<br>=C2=A0=C2=
=A0=C2=A0 If you are seeing this message on Linux you probably need to<br>=
=C2=A0=C2=A0=C2=A0 install GCC and/or the Python development package for yo=
ur<br>=C2=A0=C2=A0=C2=A0 version of Python.<br>=C2=A0=C2=A0=C2=A0 Debian an=
d Ubuntu users should issue the following command:<br>=C2=A0=C2=A0=C2=A0=C2=
=A0=C2=A0=C2=A0=C2=A0 $ sudo apt-get install build-essential python-dev<br>=
=C2=A0=C2=A0=C2=A0 RedHat, CentOS, and Fedora users should issue the follow=
ing command:<br>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 $ sudo yum insta=
ll gcc python-devel<br>=C2=A0=C2=A0=C2=A0 If you are seeing this message on=
 OSX please read the documentation<br>=C2=A0=C2=A0=C2=A0 here:<br>=C2=A0=C2=
=A0=C2=A0 <a href=3D"http://api.mongodb.org/python/current/installation.htm=
l#osx">http://api.mongodb.org/python/current/installation.html#osx</a><br>=
=C2=A0=C2=A0=C2=A0 ********************************************************=
************<br>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 &quot;The output above &quot=
;<br><br><br><br><br><br><br><br><br><br><br><br><br>Successfully installed=
 MarkupSafe-0.23 ipykernel-4.0.3 ipywidgets-4.0.2 jinja2-2.8 jsonschema-2.5=
.1 jupyter-1.0.0 jupyter-client-4.0.0 jupyter-console-4.0.0 jupyter-core-4.=
0.4 mistune-0.7.1 nbconvert-4.0.0 nbformat-4.0.0 notebook-4.0.4 pygments-2.=
0.2 pyzmq-14.7.0 qtconsole-4.0.1 tornado-4.2.1<br>PS C:\Users\Viktor&gt;<br=
><br></div>&lt;/Log&gt;<br><br></div>Any ideas?<br><br></div>With kind rega=
rds,<br><br></div>Viktor<br><br></div>

--001a1132f21407c9c5051decb830--

--===============1366264900==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
IPython-User mailing list
[email protected]
http://mail.scipy.org/mailman/listinfo/ipython-user

--===============1366264900==--