Update issue

Hi,


When I update erpnext with “sudo lib/wnf.py --update origin master” in /var/www/erpnext, I got this error on login page.

I use Virtualbox images of erpnext.


<type ‘exceptions.ImportError’>
Python 2.7.3: /usr/bin/python
Tue Apr 16 13:56:37 2013

A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.

 /var/www/erpnext/public/web.py in ()
     43         return webnotes.webutils.render(webnotes.form_dict.get(‘page’))
     44 
     45 if name==“main”:
     46         init()
=>   47         respond()
respond = <function respond>
 /var/www/erpnext/public/web.py in respond()
     40 def respond():
     41         import webnotes
=>   42         import webnotes.webutils
     43         return webnotes.webutils.render(webnotes.form_dict.get(‘page’))
     44 
webnotes = <module ‘webnotes’ from ‘…/lib/webnotes/init.pyc’>, webnotes.webutils undefined
 /var/www/erpnext/lib/webnotes/webutils.py in ()
      3 import os
      4 import conf
=>    5 from startup.website import *
      6 import webnotes
      7 import webnotes.utils
startup undefined

<type ‘exceptions.ImportError’>: No module named website 
      args = (‘No module named website’,) 
      message = ‘No module named website’



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

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

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

 

 

Hi,

Please post this query on developer forum. We will answer you there.

Thanks,
Anand.

On 16-Apr-2013, at 4:31 PM, aliosman20 <at...@gmail.com> wrote:

Hi,

When I update erpnext with "sudo lib/wnf.py --update origin master" in /var/www/erpnext, I got this error on login page.

I use Virtualbox images of erpnext.


<type 'exceptions.ImportError'>
Python 2.7.3: /usr/bin/python
Tue Apr 16 13:56:37 2013

A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.

 /var/www/erpnext/public/web.py in ()
     43         return webnotes.webutils.render(webnotes.form_dict.get('page'))
     44 
     45 if __name__=="__main__":
     46         init()
=>   47         respond()
respond = <function respond>
 /var/www/erpnext/public/web.py in respond()
     40 def respond():
     41         import webnotes
=>   42         import webnotes.webutils
     43         return webnotes.webutils.render(webnotes.form_dict.get('page'))
     44 
webnotes = <module 'webnotes' from '../lib/webnotes/__init__.pyc'>, webnotes.webutils undefined
 /var/www/erpnext/lib/webnotes/webutils.py in ()
      3 import os
      4 import conf
=>    5 from startup.website import *
      6 import webnotes
      7 import webnotes.utils
startup undefined

<type 'exceptions.ImportError'>: No module named website 
      args = ('No module named website',) 
      message = 'No module named website'




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

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-user-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 User's Forum" group.

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

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

 

 

Please move this post from the user forums.

On Tuesday, April 16, 2013 4:39:26 PM UTC+5:30, Anand Doshi wrote:

Hi,

Please post this query on developer forum. We will answer you there.

Thanks,
Anand.

On 16-Apr-2013, at 4:31 PM, aliosman20 <at…@gmail.com> wrote:

Hi,

When I update erpnext with “sudo lib/wnf.py --update origin master” in /var/www/erpnext, I got this error on login page.

I use Virtualbox images of erpnext.


<type ‘exceptions.ImportError’>
Python 2.7.3: /usr/bin/python
Tue Apr 16 13:56:37 2013

A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.

 /var/www/erpnext/public/web.py in ()
     43         return webnotes.webutils.render(webnotes.form_dict.get(‘page’))
     44 
     45 if name==“main”:
     46         init()
=>   47         respond()
respond = <function respond>
 /var/www/erpnext/public/web.py in respond()
     40 def respond():
     41         import webnotes
=>   42         import webnotes.webutils
     43         return webnotes.webutils.render(webnotes.form_dict.get(‘page’))
     44 
webnotes = <module ‘webnotes’ from ‘…/lib/webnotes/init.pyc’>, webnotes.webutils undefined
 /var/www/erpnext/lib/webnotes/webutils.py in ()
      3 import os
      4 import conf
=>    5 from startup.website import *
      6 import webnotes
      7 import webnotes.utils
startup undefined

<type ‘exceptions.ImportError’>: No module named website 
      args = (‘No module named website’,) 
      message = ‘No module named website’




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

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-user-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 User's Forum" group.

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

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

 

 

Sorry. I will move.

Ali Osman Tekkanat


2013/4/16 Addy <ad...@gmail.com>
Please move this post from the user forums.


On Tuesday, April 16, 2013 4:39:26 PM UTC+5:30, Anand Doshi wrote:
Hi,

Please post this query on developer forum. We will answer you there.

Thanks,
Anand.

On 16-Apr-2013, at 4:31 PM, aliosman20 <at...@gmail.com> wrote:

Hi,

When I update erpnext with "sudo lib/wnf.py --update origin master" in /var/www/erpnext, I got this error on login page.

I use Virtualbox images of erpnext.


<type 'exceptions.ImportError'>
Python 2.7.3: /usr/bin/python
Tue Apr 16 13:56:37 2013

A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.

/var/www/erpnext/public/web.py in ()
43 return webnotes.webutils.render(webnotes.form_dict.get('page'))
44
45 if __name__=="__main__":
46 init()
=> 47 respond()
respond = <function respond>
/var/www/erpnext/public/web.py in respond()
40 def respond():
41 import webnotes
=> 42 import webnotes.webutils
43 return webnotes.webutils.render(webnotes.form_dict.get('page'))
44
webnotes = <module 'webnotes' from '../lib/webnotes/__init__.pyc'>, webnotes.webutils undefined
/var/www/erpnext/lib/webnotes/webutils.py in ()
3 import os
4 import conf
=> 5 from startup.website import *
6 import webnotes
7 import webnotes.utils
startup undefined

<type 'exceptions.ImportError'>: No module named website
args = ('No module named website',)
message = 'No module named website'




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

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-user-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 User's Forum" group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-user-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 User's Forum" group.

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

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