* Clint Byrum , 2012-01-28, 15:04:
scripts/update_table.py tries to call sys.exit(), though it never
imports sys.
It should be:
if not (os.path.exists('translitcodec') and os.path.exists('transtab'))
rather than:
if not os.path.exists('translitcodec') and os.path.exists('transt
On 29/01/12 05:28, Scott Kitterman wrote:
> 2. It builds a new python3-pyqt4-dbus (and dbg) package that needs python3-
> dbus which is only available in experimental at the moment.
Thanks, I'd meant to ask if you could get that working but you were
obviously way ahead of me :-)
Did you build-de
As Scott Kitterman has already noticed, dbus-python in experimental
supports Python 3 (kudos to Barry Warsaw for making that happen).
This required changes to both C and Python code, and Python 2 uses the
same codebase (with some #ifdef stuff), so please test the new version
with Python 2 apps and
[Scott Kitterman, 2012-01-29]
> 2. It builds a new python3-pyqt4-dbus (and dbg) package that needs python3-
> dbus which is only available in experimental at the moment.
why not python3-dbus.mainloop.qt?
--
Piotr Ożarowski Debian GNU/Linux Developer
www.ozarowski.pl
"Piotr Ożarowski" wrote:
>[Scott Kitterman, 2012-01-29]
>> 2. It builds a new python3-pyqt4-dbus (and dbg) package that needs
>python3-
>> dbus which is only available in experimental at the moment.
>
>why not python3-dbus.mainloop.qt?
Because I didn't think it through when naming the package
On Jan 28, 2012, at 03:04 PM, Clint Byrum wrote:
>Can you recommend a good package to look at to implement this?
You can look at the flufl.enum (or any of the flufl.*) packages for this
(among others, I'm sure). I have enabled builds and tests for all supported
versions of Python, including both
* Barry Warsaw , 2012-01-29, 17:30:
Can you recommend a good package to look at to implement this?
You can look at the flufl.enum
Why does it print "nocheck set, skipping tests" in every target
(including e.g. clean) if DEB_BUILD_OPTIONS=nocheck is set? :)
--
Jakub Wilk
--
To UNSUBSCRIBE,
On Sunday, January 29, 2012 08:25:35 PM Simon McVittie wrote:
> On 29/01/12 05:28, Scott Kitterman wrote:
> > 2. It builds a new python3-pyqt4-dbus (and dbg) package that needs
> > python3- dbus which is only available in experimental at the moment.
>
> Thanks, I'd meant to ask if you could get t
On Sunday, January 29, 2012 10:46:12 PM Piotr Ożarowski wrote:
> [Scott Kitterman, 2012-01-29]
>
> > 2. It builds a new python3-pyqt4-dbus (and dbg) package that needs
> > python3- dbus which is only available in experimental at the moment.
>
> why not python3-dbus.mainloop.qt?
Fixed. Thanks,
9 matches
Mail list logo