`
cloudhe
  • 浏览: 108615 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

Installing python on maemo and Nokia N800

阅读更多

Python2.5 is needed when using pygtk on maemo, otherwise the default python2.3 may be enough.

Add "deb http://repository.maemo.org/extras bora free non-free" to /scratchbox/users/maemo/target/SDK_ARMEL/etc/apt/sources.list

Terminal code
  1. [sbox-SDK_ARMEL: ~] > fakeroot apt-get update   
  2. [sbox-SDK_ARMEL: ~] > fakeroot apt-get install python2.5*  

or: (if dependencies fail when install python2.5*, which contains lots of unnecessary packages)

Terminal code
  1. [sbox-SDK_ARMEL: ~] > fakeroot apt-get update   
  2. [sbox-SDK_ARMEL: ~] > fakeroot apt-get install python2.5-gtk2   
  3. [sbox-SDK_ARMEL: ~] > fakeroot apt-get install python2.5-dev   
  4. [sbox-SDK_ARMEL: ~] > fakeroot apt-get install python2.5-hildon   
  5. [sbox-SDK_ARMEL: ~] > fakeroot apt-get install python2.5-osso  

Do NOT remove python or python2.3 or python2.4 before install python2.5, since the python package from the repository is BROKEN. Once removed, never back ...


On N800, python2.5-runtime is needed.

Open Application catalogue (inside Tools, on the application's menu), and add following repositories:

Name: Maemo
Web address: http://repository.maemo.org
Distribution: bora
Components: free non-free

Name: Maemo Extras
Web address: http://repository.maemo.org/extras
Distribution: bora
Components: free non-free
 

Refresh package list, and then you'll see python2.5-runtime package, which will automatically pull all available python bindings, but not the development packages.

Or, just download python2.5 directly from below:

http://pymaemo.garage.maemo.org/installation.html

分享到:
评论

相关推荐

    Python v2.6.1学习手册

    python的chm的英文文档,...Installing Python Modules information for installers & sys-admins Distributing Python Modules sharing modules with others Documenting Python guide for documentation authors

    Installing-Mumax-and-Gnuplot-in-Windows-10-Step-by-Step

    安装 Mumax 3.9.1 和 Gnuplot 5.2 在 Windows 10 中的步骤指南 在这篇文章中,我们将一步步指导用户安装 Mumax 3.9.1 和 Gnuplot 5.2 在 Windows 10 操作系统中。这篇文章将为用户提供详细的安装步骤和相关知识点,...

    Building Web Applications with Python and Neo4j(PACKT,2015)

    You will begin with licensing and installing Neo4j, learning the fundamentals of Cypher as a graph query language, and exploring Cypher optimizations. You will discover how to integrate with various ...

    ESP-IDF环境安装文件

    本压缩包包含ESP-IDF v4.0.1版本,Git 2.35.1.2 64位安装程序,以及Python 3.7,这些都是在ESP-IDF开发环境中不可或缺的组件。 **ESP-IDF介绍** ESP-IDF提供了构建、编译、调试和部署ESP32与ESP8266应用的框架。它...

    Website Scraping with Python: Using BeautifulSoup and Scrapy

    Website Scraping with Python starts by introducing and installing the scraping tools and explaining the features of the full application that readers will build throughout the book. You’ll see how to...

    python3.5windows 64位

    (Also known as the "x64" architecture, and formerly known as both "EM64T" and "x86-64".) They will not work on Intel Itanium Processors (formerly "IA-64"). Windows users: If installing Python 3.5.1 ...

    Rapid GUI Programming with Python and Qt

    Installing on Linux and Unix 585 Appendix B. Selected PyQt Widgets 590 Appendix C. Selected PyQt Class Hierarchies 596 Index 600 A 601 B 602 C 604 D 606 E 608 F 610 G 611 H 611 I 612 J ...

    Use MySQL with Python - M. MOka

    The book starts by exploring the various means of installing MySQL for Python on different platforms and how to use simple database querying techniques to improve your programs. It then takes you ...

    Exam Ref 70-410: Installing and Configuring Windows Server 2012 R2

    Designed for experienced IT professionals ready to advance their status, Exam Ref focuses on the critical thinking and decision making acumen needed for success at the MCSA level. Focus on the ...

    python3.6.5参考手册 chm

    Deprecated Python modules, functions and methods asynchat asyncore dbm distutils grp importlib os re ssl tkinter venv Deprecated functions and types of the C API Deprecated Build Options ...

    Python核心编程(英文版)

    Downloading and Installing Python Section 1.5. Running Python Section 1.6. Python Documentation Section 1.7. Comparing Python Section 1.8. Other Implementations Section 1.9. Exercises Chapter 2. ...

    Installing RAC on AIX

    本篇将基于提供的文档摘要,深入解析安装Oracle RAC on AIX的关键步骤与注意事项,为读者提供一份详尽的操作指南。 ### 安装准备阶段 #### 1. 下载并解压安装介质 首先,需要从Oracle官方网站的edelivery服务下载...

    Python4DelphiPart-1-7139726.pdf

    - **Multi-Platform Support**: Both Python and Java are highly portable and can run on multiple platforms. - **Verbosity**: Python is less verbose, using indentation-based syntax instead of explicit ...

    Microsoft Windows 2000 Scripting Guide - Installing Software on a Remote Computer

    Microsoft Windows 2000 Scripting Guide - Installing Software on a Remote Computer

    Python 2.71 Document

    Welcome! This is the documentation for Python 2.7.1, last updated Nov 27, 2010. 这是更新至2010年11月27日的...Installing python modules Documenting Python Python HOWTOs Python Frequently Asked questions

Global site tag (gtag.js) - Google Analytics