The Following 37 Users Say Thank You to AapoRantalainen For This Useful Post: | ||
ade, amr.fayz, anthonie, azad1top, bharathkumarst, D@vIcHoJD, Doctor Colossus, don_falcone, ersanpermana, Estel, foobar, freemangordon, fw190, gianko, Half-Life_4_Life, Halftux, hyno111, ibrakalifa, int_ua, ivgalvez, known, kojacker, m750, marmistrz, MartinK, MINKIN2, mosiomm, mr_pingu, nkirk, pichlo, rcolistete, rm42, sifo, sixwheeledbeast, Sourav.dubey, StefanL, Xagoln |
|
2012-09-18
, 09:05
|
Posts: 1,397 |
Thanked: 2,126 times |
Joined on Nov 2009
@ Dublin, Ireland
|
#2
|
|
2012-09-18
, 10:29
|
Posts: 839 |
Thanked: 3,386 times |
Joined on Mar 2009
|
#3
|
|
2012-09-19
, 02:48
|
|
Posts: 236 |
Thanked: 95 times |
Joined on Jan 2012
@ Ecuador
|
#4
|
/home/user # pyrit Traceback (most recent call last): File "/usr/bin/pyrit", line 4, in <module> import pyrit_cli File "isr/bin/pyrit_cli.py", line 32, in <module> import cpyrit.cpyrit ImportError: No module named cpyrit.cpyrit
|
2012-09-19
, 17:51
|
Posts: 3,074 |
Thanked: 12,960 times |
Joined on Mar 2010
@ Sofia,Bulgaria
|
#5
|
|
2012-09-19
, 18:02
|
Posts: 3,074 |
Thanked: 12,960 times |
Joined on Mar 2010
@ Sofia,Bulgaria
|
#6
|
Not yet. I'm waiting instructions how to participate thumb2. I really respect extras-devel way, i.e. developers send source code and very same builder builds deb-packages.
|
2012-09-19
, 19:22
|
|
Posts: 298 |
Thanked: 341 times |
Joined on Aug 2010
@ This world :)
|
#7
|
This is an excelent news, because python 2.5 have any problem with any packages for example wifite_r85, pyrit and others. This required python 2.7. Wait that you compiled python2.7 completely and upload to repositories.
|
2012-09-20
, 04:58
|
Posts: 839 |
Thanked: 3,386 times |
Joined on Mar 2009
|
#9
|
@AapoRantalainen - check your debian/control file (along with others that may be affected) in the package you sent to autobuilder, it seems line endings are windoze style.
|
2012-09-20
, 05:44
|
Posts: 3,074 |
Thanked: 12,960 times |
Joined on Mar 2010
@ Sofia,Bulgaria
|
#10
|
I send debian/control.in and builder generates debian/control.
For testing I sent only debian-directory without source files, and then I get error log as expected. I will continue investigation.
Currently Maemo5 has python2.5. There are some interesting python2.7 applications which can't be ported to N900.
Check python2.7-minimal from extras-devel.
*Packages are fully optified.
*Python2.5 and python2.7 can be simultaneously installed
There are no yet modules for python2.7, but in some cases it is possible to use modules from python2.5.
It is not intended that existing and working applications use python2.7, but if new application needs python2.7 it states that explicitly.
--------
First test: AdvancedCaching (this is existing application and works great with python2.5)
---------
Some existing applications fail to start with python2.7, and I'm suspecting mismatch of old python2.5 modules, so maybe modules (or some of them) must be recompiled against new python. I'm asking You to test and report your thoughts. What modules cause errors?
----------------
Source:
https://gitorious.org/python27-maemo5/python27-maemo5
[EDIT]
ctypes works with version 2.7.3~rc2-2.1-maemo6 (on extras-devel)
[/EDIT]
Last edited by AapoRantalainen; 2013-08-19 at 06:18. Reason: in extras-devel