ERPNext installation

Hello all,

   While installation of ERPNext using link How to Install ERPNext · webnotes/erpnext Wiki · GitHub in 5th step ( python install_erpnext.py )
got followin error…
Imported from database /home/gangadhar/ERPNext code/app/master.sql
Traceback (most recent call last):
  File “install_erpnext.py”, line 170, in <module>
    install()
  File “install_erpnext.py”, line 22, in install
    setup_db(install_path, root_pwd, db_name)
  File “install_erpnext.py”, line 59, in setup_db
    inst.import_from_db(db_name, source_path=source, verbose = 1)
  File “lib/webnotes/install_lib/install.py”, line 94, in import_from_db
    self.update_admin_password(password)
  File “lib/webnotes/install_lib/install.py”, line 115, in update_admin_password
    update_password(“Administrator”, getattr(conf, “admin_password”, password))
  File “lib/webnotes/auth.py”, line 241, in update_password
    password, password))
  File “lib/webnotes/db.py”, line 111, in sql
    raise e
_mysql_exceptions.ProgrammingError: (1146, “Table ‘erpdb.__Auth’ doesn’t exist”)
ga…@gangadhar-Satellite-L45:~/ERPNext code$ 
 
What is issue?

Thanks…



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

To post to this group, send email to er...@googlegroups.com.

To unsubscribe from this group, send email to erpnext-developer-forum+un...@googlegroups.com.

To view this discussion on the web visit https://groups.google.com/d/msg/erpnext-developer-forum/-/-Sz9Brm2GxoJ.

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

 

 

Gangadahar,

I have pushed an update.

lib/wnf.py --pull origin master

and run

lib/wnf.py --install [dbname] app/master.sql

- Rushabh

W: https://erpnext.com
T: @rushabh_mehta

On 21-Jan-2013, at 6:42 PM, gangadhar kadam <em...@gmail.com> wrote:

Hello all,
   While installation of ERPNext using link https://github.com/webnotes/erpnext/wiki/How-to-Install-ERPNext in 5th step ( python install_erpnext.py )
got followin error..
Imported from database /home/gangadhar/ERPNext code/app/master.sql
Traceback (most recent call last):
  File "install_erpnext.py", line 170, in <module>
    install()
  File "install_erpnext.py", line 22, in install
    setup_db(install_path, root_pwd, db_name)
  File "install_erpnext.py", line 59, in setup_db
    inst.import_from_db(db_name, source_path=source, verbose = 1)
  File "lib/webnotes/install_lib/install.py", line 94, in import_from_db
    self.update_admin_password(password)
  File "lib/webnotes/install_lib/install.py", line 115, in update_admin_password
    update_password("Administrator", getattr(conf, "admin_password", password))
  File "lib/webnotes/auth.py", line 241, in update_password
    password, password))
  File "lib/webnotes/db.py", line 111, in sql
    raise e
_mysql_exceptions.ProgrammingError: (1146, "Table 'erpdb.__Auth' doesn't exist")
ga...@gangadhar-Satellite-L45:~/ERPNext code$ 
 
What is issue?

Thanks..



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

To post to this group, send email to er…@googlegroups.com.

To unsubscribe from this group, send email to erpnext-developer-forum+un…@googlegroups.com.

To view this discussion on the web visit https://groups.google.com/d/msg/erpnext-developer-forum/-/-Sz9Brm2GxoJ.

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

 

 




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

To post to this group, send email to er...@googlegroups.com.

To unsubscribe from this group, send email to erpnext-developer-forum+un...@googlegroups.com.

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

 

 

Hello Rushabh sir,

Thank you for your reply
As you told, I was running "lib/wnf.py --pull origin master" I got following error.


Wrote public/js/report-legacy.min.js - 43k
Wrote public/css/all-web.css - 133k

Wrote public/css/all-app.css - 195k
Wrote public/js/all-web.min.js - 28k
Wrote public/js/all-app.min.js - 674k
Traceback (most recent call last):
File "lib/wnf.py", line 485, in <module>
run()
File "lib/wnf.py", line 323, in run
pull(options.pull[0], options.pull[1], build=True)
File "lib/wnf.py", line 59, in pull
if build: rebuild()
File "lib/wnf.py", line 64, in rebuild
bundlejs.bundle(False)
File "/home/gangadhar/ERPNext code/lib/webnotes/utils/bundlejs.py", line 189, in bundle
make()
File "app/website/helpers/make_web_include_files.py", line 13, in make
home_page = website.utils.get_home_page()
File "app/website/utils.py", line 258, in get_home_page
doc_name = webnotes.conn.get_value('Website Settings', None, 'home_page')
File "/home/gangadhar/ERPNext code/lib/webnotes/db.py", line 262, in get_value
doctype=%s" % (', '.join(['%s']*len(fieldname)), '%s'), tuple(fieldname) + (doctype,), as_dict=False)
File "/home/gangadhar/ERPNext code/lib/webnotes/db.py", line 111, in sql
raise e
_mysql_exceptions.ProgrammingError: (1146, "Table 'erpdb.tabSingles' doesn't exist")

what should I do?

Regards,
Gangadhar kadam


On 22 January 2013 12:17, Rushabh Mehta <rm...@gmail.com> wrote:
Gangadahar,

I have pushed an update.

lib/wnf.py --pull origin master

and run

lib/wnf.py --install [dbname] app/master.sql

- Rushabh

W: https://erpnext.com
T: @rushabh_mehta

On 21-Jan-2013, at 6:42 PM, gangadhar kadam <em...@gmail.com> wrote:

Hello all,
While installation of ERPNext using link https://github.com/webnotes/erpnext/wiki/How-to-Install-ERPNext in 5th step ( python install_erpnext.py )
got followin error..
Imported from database /home/gangadhar/ERPNext code/app/master.sql
Traceback (most recent call last):
File "install_erpnext.py", line 170, in <module>
install()
File "install_erpnext.py", line 22, in install
setup_db(install_path, root_pwd, db_name)
File "install_erpnext.py", line 59, in setup_db
inst.import_from_db(db_name, source_path=source, verbose = 1)
File "lib/webnotes/install_lib/install.py", line 94, in import_from_db
self.update_admin_password(password)
File "lib/webnotes/install_lib/install.py", line 115, in update_admin_password
update_password("Administrator", getattr(conf, "admin_password", password))
File "lib/webnotes/auth.py", line 241, in update_password
password, password))
File "lib/webnotes/db.py", line 111, in sql
raise e
_mysql_exceptions.ProgrammingError: (1146, "Table 'erpdb.__Auth' doesn't exist")
ga...@gangadhar-Satellite-L45:~/ERPNext code$
What is issue?

Thanks..



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

To post to this group, send email to er…@googlegroups.com.

To unsubscribe from this group, send email to erpnext-developer-forum+un…@googlegroups.com.

To view this discussion on the web visit https://groups.google.com/d/msg/erpnext-developer-forum/-/-Sz9Brm2GxoJ.

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







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

To post to this group, send email to er…@googlegroups.com.

To unsubscribe from this group, send email to erpnext-developer-forum+un…@googlegroups.com.

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







--
Thanks & Regards,
Mr.Gangadhar N.Kadam.
Cell: +91 9960066444
Software Engineer,
New Indictrans Technologies Pvt. Ltd., Pune


P SAVE TREES - Please consider the environment before printing this email.

SAVE ENERGY - My monitor is off whenever I am away from my desk. I am helping prevent global warming by reducing consumption of power... ARE YOU?



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

To post to this group, send email to er...@googlegroups.com.

To unsubscribe from this group, send email to erpnext-developer-forum+un...@googlegroups.com.

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

 

 

Just ignore that for now.

Did your install work?


W: https://erpnext.com
T: @rushabh_mehta

On 22-Jan-2013, at 6:48 PM, गंगाधर कदम <em...@gmail.com> wrote:

Hello Rushabh sir,
   Thank you for your reply
As you told, I was running "lib/wnf.py --pull origin master" I got following error.

Wrote public/js/report-legacy.min.js - 43k
Wrote public/css/all-web.css - 133k
Wrote public/css/all-app.css - 195k
Wrote public/js/all-web.min.js - 28k
Wrote public/js/all-app.min.js - 674k
Traceback (most recent call last):
  File "lib/wnf.py", line 485, in <module>
    run()
  File "lib/wnf.py", line 323, in run
    pull(options.pull[0], options.pull[1], build=True)
  File "lib/wnf.py", line 59, in pull
    if build: rebuild()
  File "lib/wnf.py", line 64, in rebuild
    bundlejs.bundle(False)
  File "/home/gangadhar/ERPNext code/lib/webnotes/utils/bundlejs.py", line 189, in bundle
    make()
  File "app/website/helpers/make_web_include_files.py", line 13, in make
    home_page = website.utils.get_home_page()
  File "app/website/utils.py", line 258, in get_home_page
    doc_name = webnotes.conn.get_value('Website Settings', None, 'home_page')
  File "/home/gangadhar/ERPNext code/lib/webnotes/db.py", line 262, in get_value
    doctype=%s" % (', '.join(['%s']*len(fieldname)), '%s'), tuple(fieldname) + (doctype,), as_dict=False)
  File "/home/gangadhar/ERPNext code/lib/webnotes/db.py", line 111, in sql
    raise e
_mysql_exceptions.ProgrammingError: (1146, "Table 'erpdb.tabSingles' doesn't exist")

what should I do?

Regards,
Gangadhar kadam


On 22 January 2013 12:17, Rushabh Mehta <rm...@gmail.com> wrote:
Gangadahar,

I have pushed an update.

lib/wnf.py --pull origin master

and run

lib/wnf.py --install [dbname] app/master.sql

- Rushabh

W: https://erpnext.com
T: @rushabh_mehta

On 21-Jan-2013, at 6:42 PM, gangadhar kadam <em...@gmail.com> wrote:

Hello all,
   While installation of ERPNext using link https://github.com/webnotes/erpnext/wiki/How-to-Install-ERPNext in 5th step ( python install_erpnext.py )
got followin error..
Imported from database /home/gangadhar/ERPNext code/app/master.sql
Traceback (most recent call last):
  File "install_erpnext.py", line 170, in <module>
    install()
  File "install_erpnext.py", line 22, in install
    setup_db(install_path, root_pwd, db_name)
  File "install_erpnext.py", line 59, in setup_db
    inst.import_from_db(db_name, source_path=source, verbose = 1)
  File "lib/webnotes/install_lib/install.py", line 94, in import_from_db
    self.update_admin_password(password)
  File "lib/webnotes/install_lib/install.py", line 115, in update_admin_password
    update_password("Administrator", getattr(conf, "admin_password", password))
  File "lib/webnotes/auth.py", line 241, in update_password
    password, password))
  File "lib/webnotes/db.py", line 111, in sql
    raise e
_mysql_exceptions.ProgrammingError: (1146, "Table 'erpdb.__Auth' doesn't exist")
ga...@gangadhar-Satellite-L45:~/ERPNext code$ 
 
What is issue?

Thanks..



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

To post to this group, send email to er…@googlegroups.com.

To unsubscribe from this group, send email to erpnext-developer-forum+un…@googlegroups.com.

To view this discussion on the web visit https://groups.google.com/d/msg/erpnext-developer-forum/-/-Sz9Brm2GxoJ.

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

 

 





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

To post to this group, send email to er…@googlegroups.com.

To unsubscribe from this group, send email to erpnext-developer-forum+un…@googlegroups.com.

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

 

 




--
Thanks & Regards,
Mr.Gangadhar N.Kadam.
Cell: +91 9960066444
Software Engineer,
New Indictrans Technologies Pvt. Ltd., Pune

SAVE TREES - Please consider the environment before printing this email.
SAVE ENERGY - My monitor is off whenever I am away from my desk. I am helping  prevent global warming by reducing consumption of power... ARE YOU?



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

To post to this group, send email to er…@googlegroups.com.

To unsubscribe from this group, send email to erpnext-developer-forum+un…@googlegroups.com.

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

 

 




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

To post to this group, send email to er...@googlegroups.com.

To unsubscribe from this group, send email to erpnext-developer-forum+un...@googlegroups.com.

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

 

 

Dear Gangadhar,

I recommend that you start with the fresh installation steps again. It should work, now that the __Auth table issue was fixed.

Thanks,
Anand.


On 22-Jan-2013, at 6:58 PM, Rushabh Mehta <rm...@gmail.com> wrote:

Just ignore that for now.

Did your install work?


W: https://erpnext.com
T: @rushabh_mehta

On 22-Jan-2013, at 6:48 PM, गंगाधर कदम <em...@gmail.com> wrote:

Hello Rushabh sir,
   Thank you for your reply
As you told, I was running "lib/wnf.py --pull origin master" I got following error.

Wrote public/js/report-legacy.min.js - 43k
Wrote public/css/all-web.css - 133k
Wrote public/css/all-app.css - 195k
Wrote public/js/all-web.min.js - 28k
Wrote public/js/all-app.min.js - 674k
Traceback (most recent call last):
  File "lib/wnf.py", line 485, in <module>
    run()
  File "lib/wnf.py", line 323, in run
    pull(options.pull[0], options.pull[1], build=True)
  File "lib/wnf.py", line 59, in pull
    if build: rebuild()
  File "lib/wnf.py", line 64, in rebuild
    bundlejs.bundle(False)
  File "/home/gangadhar/ERPNext code/lib/webnotes/utils/bundlejs.py", line 189, in bundle
    make()
  File "app/website/helpers/make_web_include_files.py", line 13, in make
    home_page = website.utils.get_home_page()
  File "app/website/utils.py", line 258, in get_home_page
    doc_name = webnotes.conn.get_value('Website Settings', None, 'home_page')
  File "/home/gangadhar/ERPNext code/lib/webnotes/db.py", line 262, in get_value
    doctype=%s" % (', '.join(['%s']*len(fieldname)), '%s'), tuple(fieldname) + (doctype,), as_dict=False)
  File "/home/gangadhar/ERPNext code/lib/webnotes/db.py", line 111, in sql
    raise e
_mysql_exceptions.ProgrammingError: (1146, "Table 'erpdb.tabSingles' doesn't exist")

what should I do?

Regards,
Gangadhar kadam


On 22 January 2013 12:17, Rushabh Mehta <rm...@gmail.com> wrote:
Gangadahar,

I have pushed an update.

lib/wnf.py --pull origin master

and run

lib/wnf.py --install [dbname] app/master.sql

- Rushabh

W: https://erpnext.com
T: @rushabh_mehta

On 21-Jan-2013, at 6:42 PM, gangadhar kadam <em...@gmail.com> wrote:

Hello all,
   While installation of ERPNext using link https://github.com/webnotes/erpnext/wiki/How-to-Install-ERPNext in 5th step ( python install_erpnext.py )
got followin error..
Imported from database /home/gangadhar/ERPNext code/app/master.sql
Traceback (most recent call last):
  File "install_erpnext.py", line 170, in <module>
    install()
  File "install_erpnext.py", line 22, in install
    setup_db(install_path, root_pwd, db_name)
  File "install_erpnext.py", line 59, in setup_db
    inst.import_from_db(db_name, source_path=source, verbose = 1)
  File "lib/webnotes/install_lib/install.py", line 94, in import_from_db
    self.update_admin_password(password)
  File "lib/webnotes/install_lib/install.py", line 115, in update_admin_password
    update_password("Administrator", getattr(conf, "admin_password", password))
  File "lib/webnotes/auth.py", line 241, in update_password
    password, password))
  File "lib/webnotes/db.py", line 111, in sql
    raise e
_mysql_exceptions.ProgrammingError: (1146, "Table 'erpdb.__Auth' doesn't exist")
ga...@gangadhar-Satellite-L45:~/ERPNext code$ 
 
What is issue?

Thanks..



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

To post to this group, send email to er…@googlegroups.com.

To unsubscribe from this group, send email to erpnext-developer-forum+un…@googlegroups.com.

To view this discussion on the web visit https://groups.google.com/d/msg/erpnext-developer-forum/-/-Sz9Brm2GxoJ.

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

 

 





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

To post to this group, send email to er…@googlegroups.com.

To unsubscribe from this group, send email to erpnext-developer-forum+un…@googlegroups.com.

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

 

 




--
Thanks & Regards,
Mr.Gangadhar N.Kadam.
Cell: +91 9960066444
Software Engineer,
New Indictrans Technologies Pvt. Ltd., Pune

SAVE TREES - Please consider the environment before printing this email.
SAVE ENERGY - My monitor is off whenever I am away from my desk. I am helping  prevent global warming by reducing consumption of power... ARE YOU?



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

To post to this group, send email to er…@googlegroups.com.

To unsubscribe from this group, send email to erpnext-developer-forum+un…@googlegroups.com.

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

 

 





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

To post to this group, send email to er…@googlegroups.com.

To unsubscribe from this group, send email to erpnext-developer-forum+un…@googlegroups.com.

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

 

 




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

To post to this group, send email to er...@googlegroups.com.

To unsubscribe from this group, send email to erpnext-developer-forum+un...@googlegroups.com.

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