ERPnext install error : import error utilities doctype

Hi
i'am new in erpnext i'm trying to install it on fedora 14 machine by terminal  script "install_erpnext.py" but
i'm ending up with this error in my terminal:

utilities | doctype | sms_log

Traceback (most recent call last):
  File "install_erpnext.py", line 321, in <module>
    install(install_path=install_path)
  File "install_erpnext.py", line 38, in install
    install_erpnext(install_path)
  File "install_erpnext.py", line 181, in install_erpnext
    wnf.install(db_name, root_password=root_password)
  File "lib/wnf.py", line 34, in new_fn
    return fn(*args, **new_kwargs)
  File "lib/wnf.py", line 224, in install
    inst.install(db_name, source_sql=source_sql, verbose=verbose, force=force, admin_password=admin_password)
  File "lib/webnotes/install_lib/install.py", line 88, in install
    self.install_app(verbose=verbose)
  File "lib/webnotes/install_lib/install.py", line 120, in install_app
    build_website_sitemap_config()
  File "lib/website/doctype/website_sitemap_config/website_sitemap_config.py", line 61, in build_website_sitemap_config
    name = add_website_sitemap_config("Generator", path, fname, existing_configs)
  File "lib/website/doctype/website_sitemap_config/website_sitemap_config.py", line 98, in add_website_sitemap_config
    module = webnotes.get_module(wsc.controller)
  File "lib/webnotes/__init__.py", line 462, in get_module
    __import__(modulename)
ImportError: No module named erpnext-develop.setup.doctype.item_group.templates.generators.item_group

i don't know maybe it's a missing  module or something todo with apps install  can someone  help me
THANKS ;)



Note:

 

If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.

     

    End of Note



    You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.

    To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un...@googlegroups.com.

    For more options, visit https://groups.google.com/groups/opt_out.

Hi,

On Sun, Jan 12, 2014 at 2:28 AM, john Manne ac...@gmail.com wrote:

Hi
i’am new in erpnext i’m trying to install it on fedora 14 machine by
terminal script “install_erpnext.py” but
i’m ending up with this error in my terminal:

Did you follow this wiki page?

utilities | doctype | sms_log

Traceback (most recent call last):
File “install_erpnext.py”, line 321, in
install(install_path=install_path)
File “install_erpnext.py”, line 38, in install
install_erpnext(install_path)
File “install_erpnext.py”, line 181, in install_erpnext
wnf.install(db_name, root_password=root_password)
File “lib/wnf.py”, line 34, in new_fn
return fn(*args, **new_kwargs)
File “lib/wnf.py”, line 224, in install
inst.install(db_name, source_sql=source_sql, verbose=verbose,
force=force, admin_password=admin_password)
File “lib/webnotes/install_lib/install.py”, line 88, in install
self.install_app(verbose=verbose)
File “lib/webnotes/install_lib/install.py”, line 120, in install_app
build_website_sitemap_config()
File
“lib/website/doctype/website_sitemap_config/website_sitemap_config.py”, line
61, in build_website_sitemap_config
name = add_website_sitemap_config(“Generator”, path, fname,
existing_configs)
File
“lib/website/doctype/website_sitemap_config/website_sitemap_config.py”, line
98, in add_website_sitemap_config
module = webnotes.get_module(wsc.controller)
File “lib/webnotes/init.py”, line 462, in get_module
import(modulename)
ImportError: No module named
erpnext-develop.setup.doctype.item_group.templates.generators.item_group

i don’t know maybe it’s a missing module or something todo with apps
install can someone help me
THANKS :wink:


Note:

If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much
    information as you can. Please see it from the point of view of the person
    receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send
    only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do
    not send images as attachments. Links are good. Same goes for any file you
    are going to send.

End of Note

You received this message because you are subscribed to the Google Groups
“ERPNext Developer Forum” group.
To unsubscribe from this group and stop receiving emails from it, send an
email to erpnext-developer-forum+un...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Pratik
erpnext

yes i did exactly  like that  

Le samedi 11 janvier 2014 21:58:56 UTC+1, john Manne a écrit :
Hi
i'am new in erpnext i'm trying to install it on fedora 14 machine by terminal  script "install_erpnext.py" but
i'm ending up with this error in my terminal:

utilities | doctype | sms_log

Traceback (most recent call last):
  File "install_erpnext.py", line 321, in <module>
    install(install_path=install_path)
  File "install_erpnext.py", line 38, in install
    install_erpnext(install_path)
  File "install_erpnext.py", line 181, in install_erpnext
    wnf.install(db_name, root_password=root_password)
  File "lib/wnf.py", line 34, in new_fn
    return fn(*args, **new_kwargs)
  File "lib/wnf.py", line 224, in install
    inst.install(db_name, source_sql=source_sql, verbose=verbose, force=force, admin_password=admin_password)
  File "lib/webnotes/install_lib/install.py", line 88, in install
    self.install_app(verbose=verbose)
  File "lib/webnotes/install_lib/install.py", line 120, in install_app
    build_website_sitemap_config()
  File "lib/website/doctype/website_sitemap_config/website_sitemap_config.py", line 61, in build_website_sitemap_config
    name = add_website_sitemap_config("Generator", path, fname, existing_configs)
  File "lib/website/doctype/website_sitemap_config/website_sitemap_config.py", line 98, in add_website_sitemap_config
    module = webnotes.get_module(wsc.controller)
  File "lib/webnotes/__init__.py", line 462, in get_module
    __import__(modulename)
ImportError: No module named erpnext-develop.setup.doctype.item_group.templates.generators.item_group

i don't know maybe it's a missing  module or something todo with apps install  can someone  help me
THANKS ;)



Note:

 

If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.

     

    End of Note



    You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.

    To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un...@googlegroups.com.

    For more options, visit https://groups.google.com/groups/opt_out.


On 13 Jan 2014 03:43, "john Manne" <ac...@gmail.com> wrote:
>
> yes i did exactly like that

There could be a directory called erpnext-develop somewhere. Get rid of it.

find . -name erpnext-develop
>
> Le samedi 11 janvier 2014 21:58:56 UTC+1, john Manne a écrit :
>>
>> Hi
>> i'am new in erpnext i'm trying to install it on fedora 14 machine by terminal script "install_erpnext.py" but
>> i'm ending up with this error in my terminal:
>>
>> utilities | doctype | sms_log
>>
>> Traceback (most recent call last):
>> File "install_erpnext.py", line 321, in <module>
>> install(install_path=install_path)
>> File "install_erpnext.py", line 38, in install
>> install_erpnext(install_path)
>> File "install_erpnext.py", line 181, in install_erpnext
>> wnf.install(db_name, root_password=root_password)
>> File "lib/wnf.py", line 34, in new_fn
>> return fn(*args, **new_kwargs)
>> File "lib/wnf.py", line 224, in install
>> inst.install(db_name, source_sql=source_sql, verbose=verbose, force=force, admin_password=admin_password)
>> File "lib/webnotes/install_lib/install.py", line 88, in install
>> self.install_app(verbose=verbose)
>> File "lib/webnotes/install_lib/install.py", line 120, in install_app
>> build_website_sitemap_config()
>> File "lib/website/doctype/website_sitemap_config/website_sitemap_config.py", line 61, in build_website_sitemap_config
>> name = add_website_sitemap_config("Generator", path, fname, existing_configs)
>> File "lib/website/doctype/website_sitemap_config/website_sitemap_config.py", line 98, in add_website_sitemap_config
>> module = webnotes.get_module(wsc.controller)
>> File "lib/webnotes/__init__.py", line 462, in get_module
>> __import__(modulename)
>> ImportError: No module named erpnext-develop.setup.doctype.item_group.templates.generators.item_group
>>
>> i don't know maybe it's a missing module or something todo with apps install can someone help me
>> THANKS ;)
>
> --
> Note:
>
> If you are posting an issue,
> 1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
> 2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
> 3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.
>
> End of Note
> ---
> You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un...@googlegroups.com.

> For more options, visit https://groups.google.com/groups/opt_out.