Hi, I work with Python 3.3.
I downloaded an IPython executable version from
http://www.lfd.uci.edu/~gohlke/pythonlibs/
I installed it but no shortcut appears in my start menu.
How can I launch it or alternatively is there some other free source of
executable file for Windows 7?
Many Thanks
--
I did not see the massage when installation finisched. Sorry!
Many Thanks!!!
>
> The IPython installer actually mentions this when it finishes
>
> installing:
>
>
>
> "Distribute (setuptools) is required to create Start Menu items.
>
> Re-run this installer after installing distribute to g
Dear all,
I'm trying to read a txt file with read_table but in the file there are some
string that contain the € symbol and the procedure returns me an error.
I tried with encoding='utf-8' but the problem is still there:
pd.read_table('filename.txt', sep=';', encoding='utf-8')
Anyone can help me?
Hello,
I opened my Python Shell and I wrote the following:
>>> import numpy as np
>>> import pandas as pd
then I made a function
>>> def afunc(aframe):
return aframe - aframe.mean(axis=1)
and I defined a DataFrame with time as index
>>> A =
>>> pd.DataFrame(np.random.randn(5,3),columns=[
Hi,
I intalled an executable version of statsmodels library for Windows 32-bit.
When I import it in my Python Shell no problem occurs buy when I write:
import statsmodels.api as sm
the following error arises:
Traceback (most recent call last):
File "", line 1, in
import statsmodels.api
Il giorno lunedì 16 settembre 2013 17:47:55 UTC+2, Ethan Furman ha scritto:
> On 09/16/2013 08:37 AM, Davide Dalmasso wrote:
>
> > Hi,
>
> >
>
> > I intalled an executable version of statsmodels library for Windows 32-bit.
>
> > When I import it in my Py
You are right... there is a problem with scipy intallation because this error
arise...
>>> from scipy.interpolate import interp1d
Traceback (most recent call last):
File "", line 1, in
from scipy.interpolate import interp1d
File "C:\Python33\lib\site-packages\scipy\interpolate\__init__.
On Monday, 16 September 2013 17:37:58 UTC+2, Davide Dalmasso wrote:
> Hi,
>
>
>
> I intalled an executable version of statsmodels library for Windows 32-bit.
>
> When I import it in my Python Shell no problem occurs buy when I write:
>
>
>
> import sta
Oscar you are right!
The problem was Numpy!
I re-installed it using an executable that I downloaded from:
http://www.lfd.uci.edu/~gohlke/pythonlibs/#numpy
I don't remember if previously I installed it using another source.
However the problem now is disappeared!
Many thanks!
Davide
--
https:
Hi,
is there anyone that have some reliable tool, package or website that can help
me to solve a financial portfolio optimization problem in Python?
Many thanks in advance
Davide Dalmasso
--
https://mail.python.org/mailman/listinfo/python-list
10 matches
Mail list logo