opensand team mailing list archive
-
opensand team
-
Mailing list archive
-
Message #00027
Re: Python issue during Open Sand platform installation
Andy,
> > That error message appears if the daemon service is restarted while
> > the daemon is not running. It should be fixed. Could you please
> > open a new ticket in the bugtracker? See instructions given in [1].
> > Give a clear description of the problem and the way to reproduce it.
> >
> > [1] http://opensand.org/developer/bugtracker.php#report
> >
> Ticket and its description for a bug-tracker is in place. This and
> next issue in this section are connected to each other. Short
> description can be found in my next comment.
Thanks.
> > The problem about 'missing encapsulation modules' happens because at
> > least one encapsulation module is required. You need to install one
> > of them (ATM/AAL5 for example).
> >
> > Could you please open another ticket in the bugtracker? See
> > instructions given in [1]. Give a clear description of the problem
> > and the way to reproduce it.
> >
>
> If you still want me to open a ticket for this bug I will do it. I'm
> not sure that is necessary to investigate it. I keep this "broken" VM
> from my laptop just in case.
This is not related with the python problem. Anyway, I opened a bug for
a similar problem during my wiki rewrite:
https://bugs.launchpad.net/opensand/+bug/1040647
> > That's strange. You should have the debconf python module. Could you
> > please send me the result of the following commands:
> > $ ls /usr/lib/python*/dist-packages/debconf.py
> > $ python --version
> > $ sudo python --version
> > $ env | grep -i python
> > $ sudo env | grep -i python
>
> This what I get from my terminal
>
> andyg@andyg-laptop:~$ ls /usr/lib/python*/dist-packages/debconf.py
> /usr/lib/python2.6/dist-packages/debconf.py
> /usr/lib/python3.1/dist-packages/debconf.py
> andyg@andyg-laptop:~$ python --version
> Python 2.7
> andyg@andyg-laptop:~$ sudo python --version
> [sudo] password for andyg:
> Python 2.7
> andyg@andyg-laptop:~$ env | grep -i python
> andyg@andyg-laptop:~$ sudo env | grep -i python
> andyg@andyg-laptop:~$
>
> Any idea what might be wrong with this VM ?? As I said before I have a
> filing that installation of Python 2.7 wasn't a good idea.
It seems as if all python modules are installed for Python 2.6 and 3.1,
but you use python 2.7, so python 2.7 does not find any module.
Do you have a python2.6 in your path? To check:
$ which python2.6
> > I re-wrote that part this morning. Did you installed the
> > dependencies listed by [2]?
> >
> > [2]
> > http://opensand.org/support/wiki/doku.php?id=installation_manual#install_required_build_tools
>
> Dependencies are properly installed.
See my comment about python 2.6/2.7 above.
> > > It was a first time that I had an impression that there is
> > > something wrong with my Python installation. So i decide to
> > > update it but as you can see also in section above that move
> > > haven't solve this issue.
> >
> > I think so. The previous commands will maybe help us to understand
> > the problem.
> >
>
> Regardless to results of those test command above, so far I couldn't
> replicate this issue at any other VM in my lab. I'm quite positive
> that by accident I corrupt this VM. I perform a lot of testing with
> it, and downloaded almost all available updates.
Could you please send us the output of the following command on
other VMs:
$ python --version
Regards,
Didier
Attachment:
signature.asc
Description: PGP signature
References