[PyQt] [pyqtdeploy] Add support for loading C-extension modules

Ilya Kulakov kulakov.ilya at gmail.com
Fri Nov 7 18:00:09 GMT 2014


1. How can one set location that is unknown until application is started?
2. You do not need to duplicate file structure so standard python importing can find the packages. Also it follows cx_freeze conventions.


Sent from my iPhone

> On 7 нояб. 2014 г., at 5:15, Phil Thompson <phil at riverbankcomputing.com> wrote:
> 
>> On 05/11/2014 8:48 pm, Ilya Kulakov wrote:
>> While pyqtdeploy does not attempt to automatically resolve dependencies,
>> it should still support loading of extension modules manually put in
>> right directories.
>> Current implementation looks for extension modules named after their fqmn
>> next to the executable. In addition the PlugIns and Frameworks
>> directories are checked
>> on Mac OS X.
>> https://github.com/GreatFruitAndy/pyqtdeploy/commit/8179fcde656b59f1cd9474c752d4caf70a779f41.patch
> 
> How does this compare with the standard Python behavior?
> 
> Can't the same thing be achieved by setting the value of sys.path in the Application Source tab?
> 
> Phil
> _______________________________________________
> PyQt mailing list    PyQt at riverbankcomputing.com
> http://www.riverbankcomputing.com/mailman/listinfo/pyqt


More information about the PyQt mailing list