Re: [gentoo-user] force re-cythonizing in an ebuild

2019-11-18 Thread Neil Bothwick
On Mon, 18 Nov 2019 14:35:18 +0100, Helmut Jarausch wrote: > does anybody know how to force to recompile (by cython) any .pyx file. How about this? find -xdev / -name '*.pyx' | xarge emerge --oneshot --ask -- Neil Bothwick There are two kinds of people in this world: Those

[gentoo-user] force re-cythonizing in an ebuild

2019-11-18 Thread Helmut Jarausch
Hi, does anybody know how to force to recompile (by cython) any .pyx file. Background I'm trying to install packages like sci-libs/scikit_image under Python3.8 Many thanks for a hint, Helmut

Re: [gentoo-user] force re-cythonizing in an ebuild

2019-11-19 Thread Francesco Turco
On Tue, Nov 19, 2019, at 01:09, Neil Bothwick wrote: > On Mon, 18 Nov 2019 14:35:18 +0100, Helmut Jarausch wrote: > find -xdev / -name '*.pyx' | xarge emerge --oneshot --ask You probably meant "xargs" instead of "xarge". -- https://fturco.net/

Re: [gentoo-user] OT Best font selection?

2008-04-17 Thread Gustavo Campos
> Well, it's included in portage, and I paid $0 for it so.. Is Segoe UI really in Portage? At the last time I emerged corefonts it wasn't present, so I had to find it on the web =) And by free, I meant the really free free, you know =) > I was simply stating what I use because I think it l

Re: [gentoo-user] force re-cythonizing in an ebuild

2019-11-19 Thread Neil Bothwick
On Tue, 19 Nov 2019 11:33:28 +0100, Francesco Turco wrote: > On Tue, Nov 19, 2019, at 01:09, Neil Bothwick wrote: > > On Mon, 18 Nov 2019 14:35:18 +0100, Helmut Jarausch wrote: > > find -xdev / -name '*.pyx' | xarge emerge --oneshot --ask > > You probably

[gentoo-user] synce-engine

2007-12-06 Thread [EMAIL PROTECTED]
elf._read_device() File "/usr/share/sync-engine/SyncEngine/partnerships.py", line 88, in _read_device id = key.query_value("PId") File "pyrapi2.pyx", line 168, in pyrapi2.RegKey.query_value TypeError: raise: exception class must be a subclass of BaseException Help m