Re: [PyQt] clipboard not work on GNOME/Unity?

2012-09-10 Thread zw g
Anyone? Some suggestion would be fine. Thanks. On Sat, Sep 8, 2012 at 8:17 PM, zw g wrote: > Dear list, > > > How can i copy files between applications on GNOME/Unity desktop(with > Nautilus file manager)? > > The below code works fine on KDE & Mac OS X(Finder), but not work on > GNOME/Unity-b

[PyQt] sip: template<> %MappedType doesn't allow /AllowNone/

2012-09-10 Thread Mathias . Born
Phil, While using /AlloNone/ on a normal mapped type directive like %MappedType boost::optional /AllowNone/ works, sip tells me Deprecation warning : type_mappings.sip.h:269: Annotation is invalid for template %MappedType boost::optional /AllowNone/ If this is intended, why this limitiation?