Re: [e-users] cython 0.24 blacklisted

2016-08-16 Thread Kai Huuhko
2016-08-15 23:38 GMT+03:00 Daniel c. Würl <danielwu...@hotmail.de>: > Am Mon, 15 Aug 2016 21:38:04 +0300 > schrieb Kai Huuhko <kai.huu...@gmail.com>: > >> Hello >> >> A feature we use in Python-EFL was broken in Cython 0.23 and has not >> been properl

Re: [e-users] cython 0.24 blacklisted

2016-08-15 Thread Kai Huuhko
Hello A feature we use in Python-EFL was broken in Cython 0.23 and has not been properly fixed. That's why we currently only support versions 0.21 to 0.22. I've been working around this limitation in a branch[1] which we hopefully can merge in time for 1.18 release coming out soon. [1]

[e-users] Lekha release 0.2.1

2016-08-08 Thread Kai Huuhko
Lekha is a simple PDF viewer. Here's a release that fixes issues with 0.2.0, mainly the scrollwheel controlled panel silliness and loading of documents with no embedded metadata. (sudo) pip install Lekha or download the tarball from: https://pypi.python.org/pypi/Lekha/0.2.1 and untar, cd

[e-users] Python-EFL 1.14.0 release

2015-05-07 Thread Kai Huuhko
= Python-EFL 1.14.0 release = We are pleased to announce that **Python-EFL** 1.14.0 is now released and available for download. More information about the python bindings can be found at: https://phab.enlightenment.org/w/projects/python_bindings_for_efl/ --- = What's New = == Fixes == *

[e-users] Python-EFL 1.11.0 release

2014-09-14 Thread Kai Huuhko
of the new features of efl and elementary 1.11 have been ported and the usual has been done in fixing bugs and optimizing. (see **changes.html** in the tarball for the full list of changes) == Shortlog == Kai Huuhko (17) (4 trivial commits removed): - Remove pre-1.8 Python bindings

Re: [e-users] Backgrounds

2014-09-04 Thread Kai Huuhko
It may be helpful to share your findings with others. ;) 2014-09-05 2:28 GMT+03:00 Larry Wyble llwy...@suddenlink.net: Never mind I figured it out. Also found phabricator. Thanks On Thu, 4 Sep 2014 17:24:49 -0500 Larry Wyble llwy...@suddenlink.net wrote: Is there a tutorial somewhere

Re: [e-users] econnman error

2014-08-02 Thread Kai Huuhko
configuration, so maybe the icon is not updated after it is displayed the first time. What is the intended behaviour? Kai Huuhko, il 29/07/2014 17:09, ha scritto: How recent is recent? I fixed that a week ago. 2014-07-29 17:49 GMT+03:00 Massimo Maiurana maiur...@gmail.com: With a recent git

Re: [e-users] econnman error

2014-08-02 Thread Kai Huuhko
likely connman.net server down or too busy to respond 2014-08-02 17:21 GMT+03:00 Massimo Maiurana maiur...@gmail.com: David Seikel, il 02/08/2014 16:04, ha scritto: But in my case internet does work even when I see the orange dot, because routes are correctly configurated, dns ip's are

Re: [e-users] econnman error

2014-07-31 Thread Kai Huuhko
If it's the same error that Massimo got, use: make clean and then make and make install. If the error is different you need to let us know what the error is. The logging will output to stdout so run econnman-bin from a terminal. 2014-07-31 11:13 GMT+03:00 Lino E. Urdiales Matus

Re: [e-users] econnman error

2014-07-29 Thread Kai Huuhko
How recent is recent? I fixed that a week ago. 2014-07-29 17:49 GMT+03:00 Massimo Maiurana maiur...@gmail.com: With a recent git version of econnman I get this: Traceback (most recent call last): File /opt/e17/bin/econnman-bin, line 56, in module from pnac import PNACConfig

[e-users] Epour 0.6.0 release

2014-07-16 Thread Kai Huuhko
= Epour 0.6.0 released = Epour BitTorrent client based on libtorrent. == Download links == http://download.enlightenment.org/rel/apps/epour/epour-0.6.0.tar.gz http://download.enlightenment.org/rel/apps/epour/epour-0.6.0.tar.bz2 http://download.enlightenment.org/rel/apps/epour/epour-0.6.0.tar.xz

[e-users] Python-EFL 1.10.0 released

2014-05-31 Thread Kai Huuhko
= Python-EFL 1.10.0 release = We are pleased to announce that **Python-EFL** 1.10.0 is now released and available for download. == Download == | **tar.gz** | http://download.enlightenment.org/rel/bindings/python/python-efl-1.10.0.tar.gz | | **tar.bz2** |

Re: [e-users] python-efl is broken

2014-05-26 Thread Kai Huuhko
You'll need Python-EFL from git master (snapshots at https://build.enlightenment.org/view/Base%20jobs/job/base_pyefl_build/lastSuccessfulBuild/artifact/dist/ ), or wait for us to release Python-EFL 1.10. 2014-05-26 16:55 GMT+03:00 Willy Sudiarto Raharjo will...@gmail.com: Hi, python-efl is

[e-users] Python-EFL 1.8.1 released

2014-01-19 Thread Kai Huuhko
generated from our Cython source, which is publicly accessible in our git repository at: https://git.enlightenment.org/bindings/python/python-efl.git/ = Changes since release 1.8.0 = Kai Huuhko (14): - Elementary.general: Add missing enums that were documented but not added

Re: [e-users] Build python-efl with python 2.6?

2013-12-28 Thread Kai Huuhko
The extensions themselves should be possible to compile with Python 2.6, and the setup script allows this, we haven't tested this though so that's why the minimum is documented as 2.7, AFAIK automated test discovery and maybe some examples won't work though as they use Python 2.7+ features. Do

Re: [e-users] Build python-efl with python 2.6?

2013-12-28 Thread Kai Huuhko
Okay. I'll try to get a Python 2.6 set up ASAP and remove all uses of non-compatible features. There should be no real reason we wouldn't be able to drop the requirement to 2.6. 2013/12/28 Páder Rezső re...@rezso.net Sat, 28 Dec 2013 12:36:34 +0200 -n Kai Huuhko kai.huu...@gmail.com írta

Re: [e-users] Build python-efl with python 2.6?

2013-12-28 Thread Kai Huuhko
...@linux.com Is there a reason to support old versions of python? 2.7 has been the stable release for some time now. Even Debian stable has 2.7 ~Jeff Hoogland Bodhi Linux - http://www.bodhilinux.com/ On Dec 28, 2013 5:47 AM, Kai Huuhko kai.huu...@gmail.com wrote: Okay. I'll try to get a Python

Re: [e-users] help to ython-efl

2013-12-16 Thread Kai Huuhko
Hello! You need to look no further than our examples in the source distribution: https://git.enlightenment.org/bindings/python/python-efl.git/tree/examples/elementary?h=python-efl-1.8 We also have a wiki page on phab which lists additional resources for example code:

Re: [e-users] Econnman 1.1 crash

2013-12-15 Thread Kai Huuhko
15.12.2013 18:12, Stefano kirjoitti: On Sun, 15 Dec 2013 00:45:06 +0200, you wrote: It is hard to specifically tell where things went wrong from the output you attached but I'm guessing it's a code error specific to 64-bit systems. (An integer value of insufficient precision used to hold a

Re: [e-users] Econnman 1.1 crash

2013-12-14 Thread Kai Huuhko
It is hard to specifically tell where things went wrong from the output you attached but I'm guessing it's a code error specific to 64-bit systems. (An integer value of insufficient precision used to hold a pointer.) I'll go through these cases in current Python bindings - where the errors you've

[e-users] Econnman 1.1 released

2013-12-11 Thread Kai Huuhko
We are pleased to announce release **1.1** of **Econnman**, available for download at http://download.enlightenment.org/rel/apps/econnman/econnman-1.1.tar.gz == Changes in 1.1 == * Python 3 support * Faster initialization with python-efl 1.8 * Desktop file translations * More informative error

[e-users] Python-EFL 1.8.0 released

2013-12-08 Thread Kai Huuhko
= Python-EFL 1.8.0 release = We are pleased to announce that **Python-EFL** 1.8.0 is now released and available for download. == Download == http://download.enlightenment.org/rel/bindings/python/python-efl-1.8.0.tar.gz For convenience the tarball only contains intermediary C source generated

Re: [e-users] Can't start econnman-bin

2013-11-30 Thread Kai Huuhko
30.11.2013 18:37, Will Hopper kirjoitti: Hi all, I'm having a problem starting econnman. I've built the python bindings from git using python 2.7 and cython 19.1. When i run econnman from the 'configure' button at the bottom of the connman module, it dies with no error message. When i run

Re: [e-users] Can't start econnman-bin

2013-11-30 Thread Kai Huuhko
30.11.2013 23:39, Davide Andreoli kirjoitti: 2013/11/30 Will Hopper wjhopper...@gmail.com Hi all, I'm having a problem starting econnman. I've built the python bindings from git using python 2.7 and cython 19.1. When i run econnman from the 'configure' button at the bottom of the connman