|
2013-11-18
, 17:37
|
|
Posts: 1,391 |
Thanked: 4,272 times |
Joined on Sep 2007
@ Vienna, Austria
|
#42
|
The Following 2 Users Say Thank You to thp For This Useful Post: | ||
|
2013-11-18
, 18:00
|
Posts: 3,464 |
Thanked: 5,107 times |
Joined on Feb 2010
@ Gothenburg in Sweden
|
#43
|
Any experience here to be shared about submitting Python software to Jolla Harbour ?
The Following 2 Users Say Thank You to mikecomputing For This Useful Post: | ||
|
2013-11-18
, 19:44
|
|
Posts: 141 |
Thanked: 267 times |
Joined on May 2010
@ Germany
|
#44
|
I'm facing the same problem here, I need lxml for python 3. I'm not that expirienced in installing packages without using the repository. Is there any repo in the meantime, which I can use and if not, could you please describe a little more detailed what to do, so I can start coding? Thanks in advance!
zypper in python3-devel
tar xfz lxml-versionX.tar.gz
python3.3 setup.py build
python3.3 setup.py install
[root@SailfishEmul nemo]# python3 Python 3.3.2 (default, Aug 11 2013, 23:05:29) [GCC 4.6.4 20130412 (Mer 4.6.4-1)] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import lxml >>> lxml <module 'lxml' from '/usr/lib/python3.3/site-packages/lxml/__init__.py'> >>>
The Following 3 Users Say Thank You to EmaNymton For This Useful Post: | ||
|
2013-11-24
, 07:58
|
Posts: 120 |
Thanked: 279 times |
Joined on Sep 2009
@ Perth, Australia
|
#45
|
I'm facing the same problem here, I need lxml for python 3. I'm not that expirienced in installing packages without using the repository. Is there any repo in the meantime, which I can use and if not, could you please describe a little more detailed what to do, so I can start coding? Thanks in advance!
The Following User Says Thank You to mattaustin For This Useful Post: | ||
|
2013-11-24
, 09:52
|
|
Posts: 141 |
Thanked: 267 times |
Joined on May 2010
@ Germany
|
#46
|
./pip install lxml
ImportError: No module named 'ssl_match_hostname'
|
2013-11-29
, 14:50
|
Posts: 1,269 |
Thanked: 3,961 times |
Joined on May 2011
@ Brazil
|
#47
|
Can I submit Python applications?
Currently not, there are some enablers missing for that. But we are working on it, to make that happen. You can support us with that effort, please ask in Nemo project how to help with Python.
The Following 4 Users Say Thank You to rcolistete For This Useful Post: | ||
|
2013-11-29
, 14:51
|
Posts: 1,269 |
Thanked: 3,961 times |
Joined on May 2011
@ Brazil
|
#48
|
|
2013-11-30
, 15:36
|
|
Posts: 513 |
Thanked: 651 times |
Joined on Feb 2011
@ Sweden
|
#49
|
The Following 8 Users Say Thank You to xerxes2 For This Useful Post: | ||
|
2013-12-15
, 17:59
|
Posts: 1,269 |
Thanked: 3,961 times |
Joined on May 2011
@ Brazil
|
#50
|
$ devel-su # ssu ar mer-tools # ssu ur $ pkcon refresh
# zypper ar -G http://repo.merproject.org/obs/mer-python3/latest_armv7hl/mer-python3.repo
# zypper ref
# zypper in python3-base pyotherside-qml-plugin-python3-qt5
# zypper ar -G http://repo.merproject.org/obs/home:/rcolistete/latest_armv7hl/ rcolistete
# zypper ref
# zypper in ipython python-sympy python-numpy
The Following 4 Users Say Thank You to rcolistete For This Useful Post: | ||
Last edited by Dave999; 2013-11-18 at 17:01.