Message214352
Thanks for the patches. After applying issue11824-0.patch and then isse16047-1.patch I am successfully able to freeze a hello world python script under ubuntu 14.04 with python 3.4 rc3. I have attached my new site.py file, since the automatical patch application did not run through.
However, in my productive project I need the psycopg2 library for database access. Whenever using 'import psycopg2' in my code the binary shows a runtime error that it cannot find the module psycopg2._psycopg. A one line script suffices for reproduction. Executing the script without freezing it works like a charm. In Python 3.2 it helped to create in the working dir a psycopg2 subdir with a symlink _psycopg.so -> /usr/lib/python3/dist-packages/psycopg2/_psycopg.cpython-32mu.so . This seems no longer help. Is this a bug/feature of freeze or psycopg2? Thanks for your interest and help. |
|
Date |
User |
Action |
Args |
2014-03-21 12:37:02 | chba | set | recipients:
+ chba, lemburg, loewis, barry, brett.cannon, jcea, eric.smith, jkloth, Arfrever, Trundle, meador.inge, eric.snow |
2014-03-21 12:37:00 | chba | set | messageid: <1395405420.54.0.645241707514.issue16047@psf.upfronthosting.co.za> |
2014-03-21 12:37:00 | chba | link | issue16047 messages |
2014-03-21 12:37:00 | chba | create | |
|