[Bug 178033] Re: python-liblcms: python bindings defective

2010-04-06 Thread igor.e.novikov
We have implemented own lcms binding optimized for vector graphics (located in sk1libs), so this issue has not affected on sK1. ** Changed in: sk1 Status: Confirmed => Fix Released -- python-liblcms: python bindings defective https://bugs.launchpad.net/bugs/178033 You received this bug no

[Bug 178033] Re: python-liblcms: python bindings defective

2009-10-04 Thread geshade
** Changed in: sk1 Assignee: (unassigned) => geshade (geshade) ** Changed in: sk1 Status: New => Confirmed -- python-liblcms: python bindings defective https://bugs.launchpad.net/bugs/178033 You received this bug notification because you are a member of Ubuntu Bugs, which is subscrib

[Bug 178033] Re: python-liblcms: python bindings defective

2009-10-04 Thread geshade
** Changed in: lcms (Ubuntu) Status: Confirmed => Fix Released ** Changed in: lcms (Ubuntu) Status: Fix Released => Confirmed ** Changed in: lcms (Ubuntu) Status: Confirmed => Fix Committed ** Changed in: lcms (Ubuntu) Status: Fix Committed => Confirmed ** Changed in

[Bug 178033] Re: python-liblcms: python bindings defective

2009-09-09 Thread igor.e.novikov
Hi all! The bug is marked as affected on sK1. Actually we have resolved this issue. Official lcms python binding is a SWIG generated stubs. It's not a best solution for sK1. So we have created own lcms binding with improved performance and optimized code. Naturally our extension is compiled withou

[Bug 178033] Re: python-liblcms: python bindings defective

2009-09-09 Thread cheindio
** Also affects: sk1 Importance: Undecided Status: New -- python-liblcms: python bindings defective https://bugs.launchpad.net/bugs/178033 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs

[Bug 178033] Re: python-liblcms: python bindings defective

2008-12-15 Thread Guy K. Kloss
An easy fix that would be worth putting into the package distribution: Just remove the two Python packages, as all that's needed is found in the module lcms.py anyway. The dualism in the name space (package and module of same name) overshadow each other and hinder a seamless working. So, these dir

[Bug 178033] Re: python-liblcms: python bindings defective

2008-09-26 Thread pr100
import lcms works, but the module doesn't actually have anything in it. -- python-liblcms: python bindings defective https://bugs.launchpad.net/bugs/178033 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubun

[Bug 178033] Re: python-liblcms: python bindings defective

2008-09-26 Thread pr100
or actually, it does, but you have to do "from lcms import lcsm", where normally people would just expect "import lcms" -- python-liblcms: python bindings defective https://bugs.launchpad.net/bugs/178033 You received this bug notification because you are a member of Ubuntu Bugs, which is subscrib

Re: [Bug 178033] Re: python-liblcms: python bindings defective

2008-07-12 Thread Oleksandr Moskalenko
* Olivier Berten <[EMAIL PROTECTED]> [2008-07-04 18:21:31 -]: > With version 1.16-10 it doesn't import anything anymore... I just uploaded a new release 1.17-1 into Debian/unstable. "import lcms" works fine there. Cheers, Alex. > Python 2.5.2 (r252:60911, Jun 28 2008, 14:35:19) > [GCC 4.3

[Bug 178033] Re: python-liblcms: python bindings defective

2008-07-04 Thread Olivier Berten
With version 1.16-10 it doesn't import anything anymore... Python 2.5.2 (r252:60911, Jun 28 2008, 14:35:19) [GCC 4.3.1] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from lcms import * >>> dir() ['__builtins__', '__doc__', '__name__'] >>> from lcms.lcms impo

[Bug 178033] Re: python-liblcms: python bindings defective

2008-01-05 Thread Guy K. Kloss
Oleksandr Moskalenko (Debian lcms package maintainer) has just uploaded a package into Debian/unstable that has the expected "import lcms" behaviour. This will now have to make it into Ubuntu ... ** Changed in: lcms (Ubuntu) Status: Invalid => Confirmed -- python-liblcms: python bindings

[Bug 178033] Re: python-liblcms: python bindings defective

2008-01-03 Thread Guy K. Kloss
The import at least works on self compiled binaries "properly" (as in the usual way). And shouldn't imports work homogeneously in the Python language environment. I believe that's one of the reasons why it is so popular. -- python-liblcms: python bindings defective https://bugs.launchpad.net/bug

[Bug 178033] Re: python-liblcms: python bindings defective

2008-01-03 Thread Oleksandr Moskalenko
Not a bug as far as I can tell. The import is just different. ** Changed in: lcms (Ubuntu) Status: New => Invalid -- python-liblcms: python bindings defective https://bugs.launchpad.net/bugs/178033 You received this bug notification because you are a member of Ubuntu Bugs, which is the bu

[Bug 178033] Re: python-liblcms: python bindings defective

2008-01-03 Thread Oleksandr Moskalenko
$ python Python 2.4.4 (#2, Aug 16 2007, 02:03:40) [GCC 4.1.3 20070812 (prerelease) (Debian 4.1.2-15)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from lcms import lcms >>> foo = lcms.cmsCIEXYZ() >>> foo XYZ [0, 0, 0] Notice the way it's imported. Regards,