This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author lemburg
Recipients Arfrever, Trundle, barry, brett.cannon, chba, eric.smith, eric.snow, jcea, jkloth, lemburg, loewis, meador.inge
Date 2014-03-25.10:45:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <53315E3A.7070108@egenix.com>
In-reply-to <1395743871.66.0.524091408302.issue16047@psf.upfronthosting.co.za>
Content
On 25.03.2014 11:37, Christian Bachmaier wrote:
> 
> Martin: this is clearly a bug, as it is now (Python 3.3 onwards) impossible to use an external module (in a .so) from a frozen binary. 

Are you sure about this ?

If you freeze an application which imports just the _psycopg*.so file
and make sure the linker can find it, does the import still fail from
the frozen app ?
History
Date User Action Args
2014-03-25 10:45:19lemburgsetrecipients: + lemburg, loewis, barry, brett.cannon, jcea, eric.smith, jkloth, Arfrever, Trundle, meador.inge, eric.snow, chba
2014-03-25 10:45:19lemburglinkissue16047 messages
2014-03-25 10:45:19lemburgcreate