Найти - Пользователи
Полная версия: ubuntu 11.04 python3.2 cx_Freeze
Начало » Центр помощи » ubuntu 11.04 python3.2 cx_Freeze
1
pyuser
Помогите с установкой cx_Freez.

Python 3.2.2 собрал из исходников. Скачал cx_Freeze 4.2.3? распаковал, натравил 2to3-3.2, пытаюсь выполнить
sudo python3.2 setup.py install
и получаю следующую ошибку:
...
running install
running build
running build_py
running build_ext
gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -Ibuild/temp.linux-i686-3.2 -I/usr/local/include/python3.2m -c source/bases/Console.c -o build/temp.linux-i686-3.2/source/bases/Console.o
In file included from source/bases/Console.c:41:0:
source/bases/Common.c: In function ‘ExecuteScript’:
source/bases/Common.c:307:5: warning: passing argument 1 of ‘PyEval_EvalCode’ from incompatible pointer type
/usr/local/include/python3.2m/eval.h:10:24: note: expected ‘struct PyObject *’ but argument is of type ‘struct PyCodeObject *’
gcc -pthread build/temp.linux-i686-3.2/source/bases/Console.o -L/usr/local/lib/python3.2/config-3.2m -lpython3.2 -o build/lib.linux-i686-3.2/cx_Freeze/bases/Console -Xlinker -export-dynamic -lpthread -ldl -lutil -lm -s
/usr/bin/ld: cannot find -lpython3.2
collect2: ld returned 1 exit status
error: command 'gcc' failed with exit status 1
что я делаю не так?
Игнат
с той же проблемой мучаюсь
существует ли решение?
Андрей Светлов

Собирать Питон указывая --enable-shared для ./configure

This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Powered by DjangoBB