0
방금 내 서버에 easy_install과 함께 django-stdimage를 설치했습니다. easy_install을 사용하여 django에 모듈을 가져 오기
그것은 나를가 어떻게 그것을 사용하기 시작 장고와 stdimage을 가져 옵니까 /home/myuser/lib/python2.4/django_stdimage-0.2.2-py2.4.egg에 성공적으로 설치를했다?
방금 내 서버에 easy_install과 함께 django-stdimage를 설치했습니다. easy_install을 사용하여 django에 모듈을 가져 오기
그것은 나를가 어떻게 그것을 사용하기 시작 장고와 stdimage을 가져 옵니까 /home/myuser/lib/python2.4/django_stdimage-0.2.2-py2.4.egg에 성공적으로 설치를했다?
답을 찾았습니다. Easy_install의 .egg 파일은 .zip 파일입니다. 설치 한 파일의 압축을 풀고 모듈을 가져 왔습니다.
stdimage import StdImageField
설명서를 읽었습니까? http://code.google.com/p/django-stdimage/#Usage –
문서에서 easy_install을 사용하는 것에 대해 아무 말도하지 않습니다. –
그냥 주어진 경로에 설치된 모듈을 가져 오는 방법을 알아야 할 것 같아요. –