3
내가 'install_erpnext.py'를 실행하여 erpnext를 설치하려고하고 오류 메시지가 제공합니다는 "ImportError를 : WNF라는 이름의 모듈"얻기 동안 ERP-다음 설치
[email protected]:~# python2.7 install_erpnext.py --create_user
useradd: user 'erpnext' already exists
Enter new UNIX password: Retype new UNIX password: passwd: password updated succ essfully
Operating System = Linux
Python Version = 2.7.3
Distribution = ubuntu
--------------------------------------------------------------------------------
Installing Packages: (This may take some time)
python python-setuptools python-dev build-essential python-mysqldb git memcached ntp vim screen htop
--------------------------------------------------------------------------------
MySQL Root user's Password:
--------------------------------------------------------------------------------
Installing Python Modules: (This may take some time)
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Pre-requisites Installed
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Installing ERPNext
--------------------------------------------------------------------------------
ERPNext Database Name: erpnext
Traceback (most recent call last):
File "install_erpnext.py", line 301, in <module>
File "install_erpnext.py", line 39, in install
File "install_erpnext.py", line 177, in install_erpnext
ImportError: No module named wnf
내가 무엇을 모르겠어요 지금 할. 나는 또한 'erpnext/lib/wnf.py'파일을 복사하려고 시도하고 'install_erpnext.py'파일을 넣었지만 여전히 같은 오류가 발생했습니다. 파이썬 모듈과 다른 패키지를 이미 설치했다. 미리 감사드립니다 ...