Open lfiaschi opened 13 years ago
I suppose you tried setiing the QT_PLUGIN_PATH and manually copying the libraries to the specified location?
I did not know about the Environment variable, i was trying the same modifying the qt.conf file as suggested on stackoverflow. The library are loaded but still the tiff support does not appear together with the native formats. Possibly this library make some conflicts with some other so that we need to change the install name. I tried also this but the standard Mac tool (install_name) cannot change it...
Inviato da iPhone
Il giorno 10/lug/2011, alle ore 14:04, thorbenk reply@reply.github.com ha scritto:
I suppose you tried setiing the QT_PLUGIN_PATH and manually copying the libraries to the specified location?
Reply to this email directly or view it on GitHub: https://github.com/Ilastik/ilastik/issues/41#issuecomment-1541591
The support fro image fomats like tiff of Qt have some problemes of compatbility with py2app which cannot detects plugins, look the discussion http://stackoverflow.com/questions/885906/enabling-jpeg-support-for-qimage-in-py2exe-compiled-python-scripts. I have spent quite same time trying the suggested fixies but they all don't work. An easy workoround would be to replace the support for tiff which it is now menaged by Qt with vigra. This should be a faily easy change in the code of the export view.