Message214832
On 25.03.2014 16:21, Christian Bachmaier wrote:
>
> Sorry I forgot: PyRun seems only support Python 2.x.
Right, because PyRun uses freeze and freeze currently does not work
for Python 3. Which is what this ticket is all about and why
I opened it.
To test what I asked for, please run freeze on this script:
"""
import _psycopg2
print ('Works.')
"""
If it prints 'Works.', then your problem is unrelated to this
ticket. If it fails with an import error or some other error
related to loading the shared lib, then it may be a problem
with freeze and is likely related to the new import lib
machinery.
Thanks,
--
Marc-Andre Lemburg
eGenix.com |
|
Date |
User |
Action |
Args |
2014-03-25 15:40:26 | lemburg | set | recipients:
+ lemburg, loewis, barry, brett.cannon, jcea, eric.smith, jkloth, Arfrever, Trundle, meador.inge, eric.snow, chba |
2014-03-25 15:40:26 | lemburg | link | issue16047 messages |
2014-03-25 15:40:26 | lemburg | create | |
|