3

「install_erpnext.py」を実行して erpnext をインストールしようとしていますが、エラー メッセージが表示されます。

root@erpnext:~# 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」に配置しようとしましたが、それでも同じエラーが発生しました。Python モジュールとその他のパッケージを既にインストールしています。前もって感謝します...

4

1 に答える 1