
It is an extension that I am developing for personal use, maybe will release it in near future.
I think that if the inkscape build is for 64 bit system, the underlying python should also be 64 bit, as it prevented me from using a DLL-based python library (PIL) (bundled in the internal python installation), it may be the case for other libraries that others may want to use that are currently shipped and may be unnoticed yet.
It would also be a great idea to test the extensions on python 3.4. What is needed to do this? Just install python 3.4 over the current python install in the inkscape directory?
Regards.
On 3/15/2015 8:31 PM, the Adib wrote:
Hello,
Could you please file a bugreport for the extension that not run on inkscape 64bit. https://bugs.launchpad.net/inkscape/+filebug
I use Python in my daily work and came to the conclusion to not use 64 bit python as I run into dead end with some libs not provided as 64bit.
However we could discuss to repacke the given python interpreter to current 2.7 version. I don't think all extensions are 3.4 compatible.
Adib.