The Following User Says Thank You to tuberculo For This Useful Post: | ||
|
2016-05-27
, 04:29
|
Posts: 78 |
Thanked: 109 times |
Joined on Jan 2012
@ Washington State
|
#2
|
I run a bot in my desktop PC and I would like to use my N800 to do this job. The problem is that the bot is made for python 2.7 and the version in Maemo is 2.5.
Is there any way to install python 2.7 on N800 or any workaround to make the bot work?
The Following User Says Thank You to vandys For This Useful Post: | ||
|
2016-06-02
, 16:19
|
Posts: 3 |
Thanked: 1 time |
Joined on May 2016
|
#3
|
|
2016-06-11
, 14:19
|
Posts: 78 |
Thanked: 109 times |
Joined on Jan 2012
@ Washington State
|
#4
|
If you mean that I will have to manually copy the files to /usr/local/bin, I can do that.
Thanks for your help.
|
2016-06-11
, 21:32
|
Posts: 3 |
Thanked: 1 time |
Joined on May 2016
|
#5
|
error while loading shared libraries: libtk8.6.so: cannot open shared object file: No such file or directory
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib
|
2016-06-12
, 14:15
|
Posts: 78 |
Thanked: 109 times |
Joined on Jan 2012
@ Washington State
|
#6
|
Thank you.
I have extracted the files, but now I get the following error:
I've googled that message. So, I addedCode:error while loading shared libraries: libtk8.6.so: cannot open shared object file: No such file or directory
to .bashrc but that solution did not work.Code:export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib
Is there something else I can do?
|
2016-06-23
, 07:39
|
Posts: 3 |
Thanked: 0 times |
Joined on Jan 2010
@ St Louis, MO
|
#7
|
alias python=/usr/local/bin/python2.7
Is there any way to install python 2.7 on N800 or any workaround to make the bot work?
Thanks for your help.