Hi,

which output do you get when you execute the following code snippet?

import platform
print platform.python_version_tuple()

Gerhard

> -----Ursprüngliche Nachricht-----
> Von: Papp Tamas [mailto:tom...@martos.bme.hu]
> Gesendet: Mittwoch, 9. Februar 2011 14:19
> An: shinken-devel@lists.sourceforge.net
> Betreff: [Shinken-devel] install python fail
>
>
> hi!
>
> On Ubuntu 11.04 alpha I see this:
>
> $ python setup.py install --root=/data/deb-src/shinken-0.5
> --record=INSTALLED_FILES Traceback (most recent call last):
>    File "setup.py", line 41, in <module>
>      python_version = tuple((int(s) for s in
> platform.python_version_tuple()))
>    File "setup.py", line 41, in <genexpr>
>      python_version = tuple((int(s) for s in
> platform.python_version_tuple()))
> ValueError: invalid literal for int() with base 10: '1+'
>
>
> $ python --version
> Python 2.7.1+
>
>
> I don't know, why '+' is there.
>
> Supposed to be modified shinken or the Ubuntu version of python?
>
> Thank you,
>
> tamas
>
> --------------------------------------------------------------
> ----------------
> The ultimate all-in-one performance toolkit: Intel(R)
> Parallel Studio XE:
> Pinpoint memory and threading errors before they happen.
> Find and fix more than 250 security defects in the development cycle.
> Locate bottlenecks in serial and parallel code that limit performance.
> http://p.sf.net/sfu/intel-dev2devfeb
> _______________________________________________
> Shinken-devel mailing list
> Shinken-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/shinken-devel
>

------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
Shinken-devel mailing list
Shinken-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/shinken-devel

Reply via email to