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

Phil Thompson phil at riverbankcomputing.com
Fri Nov 7 11:15:38 GMT 2014


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


More information about the PyQt mailing list