install_erpnext.py NameError: global name 'apache_user' is not defined

Hi when I run "python install_erpnext.py" it says:
line 149 in update_config_for_debian modified.write(memcached_conf.replace("-u memcache", "-u %S" % apache_user)) NameError: global name 'apache_user' is not defined.

What is this error about? How do I overcome it?



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 Joven,

The chaning of user is not required, please try again from the updated
script., erpnext/install_erpnext.py at master · webnotes/erpnext · GitHub

On Sun, Oct 27, 2013 at 6:47 PM, Joven Chiew jo...@gmail.com wrote:

Hi when I run “python install_erpnext.py” it says:
line 149 in update_config_for_debian
modified.write(memcached_conf.replace(“-u memcache”, “-u %S” % apache_user))
NameError: global name ‘apache_user’ is not defined.

What is this error about? How do I overcome it?


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,

   I was trying on a CentOS 6.4 machine and got similar error.

  File "install_erpnext.py", line 111, in install_using_yum
    update_config_for_redhat()
  File "install_erpnext.py", line 120, in update_config_for_redhat
    modified.write(re.sub('USER.*', 'USER="%s"' % apache_user,  memcached_conf))
NameError: global name 'apache_user' is not defined



Thanks,
Regards,
Prashant

On Monday, October 28, 2013 2:46:30 PM UTC+5:30, pdvyas wrote:
Hi Joven,

The chaning of user is not required, please try again from the updated
script., https://github.com/webnotes/erpnext/blob/master/install_erpnext.py

On Sun, Oct 27, 2013 at 6:47 PM, Joven Chiew <jo...@gmail.com> wrote:
> Hi when I run "python install_erpnext.py" it says:
> line 149 in update_config_for_debian
> modified.write(memcached_conf.replace("-u memcache", "-u %S" % apache_user))
> NameError: global name 'apache_user' is not defined.
>
> What is this error about? How do I overcome it?
>
> --
> 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.



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 Prashant,
removed that part for redhat/centos as well. Please check now.

On Mon, Oct 28, 2013 at 6:24 PM, Prashant Shendre ps...@gmail.com wrote:

Hi,

I was trying on a CentOS 6.4 machine and got similar error.

File “install_erpnext.py”, line 111, in install_using_yum
update_config_for_redhat()
File “install_erpnext.py”, line 120, in update_config_for_redhat
modified.write(re.sub(‘USER.*’, ‘USER=“%s”’ % apache_user,
memcached_conf))

NameError: global name ‘apache_user’ is not defined

Thanks,
Regards,
Prashant

On Monday, October 28, 2013 2:46:30 PM UTC+5:30, pdvyas wrote:

Hi Joven,

The chaning of user is not required, please try again from the updated
script.,
erpnext/install_erpnext.py at master · webnotes/erpnext · GitHub

On Sun, Oct 27, 2013 at 6:47 PM, Joven Chiew jo...@gmail.com wrote:

Hi when I run “python install_erpnext.py” it says:
line 149 in update_config_for_debian
modified.write(memcached_conf.replace(“-u memcache”, “-u %S” %
apache_user))
NameError: global name ‘apache_user’ is not defined.

What is this error about? How do I overcome it?


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.


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 Vyas
Ph: +919925239915
Google Profile : http://www.google.com/profiles/pdvyas

Hi , Pratik ,

I got following error in Ubuntu 12.04 LTS

ro...@erpnext:/var/test# python install_erpnext.py
  File "install_erpnext.py", line 4
    <!DOCTYPE html>
    ^
SyntaxError: invalid syntax
ro...@erpnext:/var/test#

Regards

On Monday, October 28, 2013 5:18:29 PM UTC+4, pdvyas wrote:
Hi Prashant,
removed that part for redhat/centos as well. Please check now.




On Mon, Oct 28, 2013 at 6:24 PM, Prashant Shendre <ps...@gmail.com> wrote:
> Hi,
>
>    I was trying on a CentOS 6.4 machine and got similar error.
>
>   File "install_erpnext.py", line 111, in install_using_yum
>     update_config_for_redhat()
>   File "install_erpnext.py", line 120, in update_config_for_redhat
>     modified.write(re.sub('USER.*', 'USER="%s"' % apache_user,
> memcached_conf))
>
> NameError: global name 'apache_user' is not defined
>
>
>
> Thanks,
> Regards,
> Prashant
>
>
> On Monday, October 28, 2013 2:46:30 PM UTC+5:30, pdvyas wrote:
>>
>> Hi Joven,
>>
>> The chaning of user is not required, please try again from the updated
>> script.,
>> https://github.com/webnotes/erpnext/blob/master/install_erpnext.py
>>
>> On Sun, Oct 27, 2013 at 6:47 PM, Joven Chiew <jo...@gmail.com> wrote:
>> > Hi when I run "python install_erpnext.py" it says:
>> > line 149 in update_config_for_debian
>> > modified.write(memcached_conf.replace("-u memcache", "-u %S" %
>> > apache_user))
>> > NameError: global name 'apache_user' is not defined.
>> >
>> > What is this error about? How do I overcome it?
>> >
>> > --
>> > 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.
>
> --
> 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 Vyas
Ph: +919925239915
Google Profile : http://www.google.com/profiles/pdvyas



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.

It looks like your file is bad,
use wget https://raw.github.com/webnotes/erpnext/master/install_erpnext.py

Also, if you are runnning ubuntu, please use sudo from a non
privelleged user instead of root shell

ubuntu$ sudo python install_erpnext.py

On Mon, Oct 28, 2013 at 7:09 PM, Shameem Mohammed
sh...@malabaruae.com wrote:

Hi , Pratik ,

I got following error in Ubuntu 12.04 LTS

ro…@erpnext:/var/test# python install_erpnext.py
File “install_erpnext.py”, line 4

^
SyntaxError: invalid syntax
ro…@erpnext:/var/test#

Regards

On Monday, October 28, 2013 5:18:29 PM UTC+4, pdvyas wrote:

Hi Prashant,
removed that part for redhat/centos as well. Please check now.

On Mon, Oct 28, 2013 at 6:24 PM, Prashant Shendre ps...@gmail.com
wrote:

Hi,

I was trying on a CentOS 6.4 machine and got similar error.

File “install_erpnext.py”, line 111, in install_using_yum
update_config_for_redhat()
File “install_erpnext.py”, line 120, in update_config_for_redhat
modified.write(re.sub(‘USER.*’, ‘USER=“%s”’ % apache_user,
memcached_conf))

NameError: global name ‘apache_user’ is not defined

Thanks,
Regards,
Prashant

On Monday, October 28, 2013 2:46:30 PM UTC+5:30, pdvyas wrote:

Hi Joven,

The chaning of user is not required, please try again from the updated
script.,
erpnext/install_erpnext.py at master · webnotes/erpnext · GitHub

On Sun, Oct 27, 2013 at 6:47 PM, Joven Chiew jo...@gmail.com
wrote:

Hi when I run “python install_erpnext.py” it says:
line 149 in update_config_for_debian
modified.write(memcached_conf.replace(“-u memcache”, “-u %S” %
apache_user))
NameError: global name ‘apache_user’ is not defined.

What is this error about? How do I overcome it?


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.


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 Vyas
Ph: +919925239915
Google Profile : http://www.google.com/profiles/pdvyas


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 Vyas
Ph: +919925239915
Google Profile : http://www.google.com/profiles/pdvyas

I have error in line 144 "install_python_modules" print python_modules
NameError global name 'python_modules' is not defined.


On Mon, Oct 28, 2013 at 9:48 PM, Pratik Vyas <pd...@gmail.com> wrote:
It looks like your file is bad,
use `wget https://raw.github.com/webnotes/erpnext/master/install_erpnext.py`

Also, if you are runnning ubuntu, please use sudo from a non
privelleged user instead of root shell

`ubuntu$ sudo python install_erpnext.py`



On Mon, Oct 28, 2013 at 7:09 PM, Shameem Mohammed
<sh...@malabaruae.com> wrote:
> Hi , Pratik ,
>
> I got following error in Ubuntu 12.04 LTS
>
> ro...@erpnext:/var/test# python install_erpnext.py
> File "install_erpnext.py", line 4
> <!DOCTYPE html>
> ^
> SyntaxError: invalid syntax
> ro...@erpnext:/var/test#
>
> Regards
>
>
> On Monday, October 28, 2013 5:18:29 PM UTC+4, pdvyas wrote:
>>
>> Hi Prashant,
>> removed that part for redhat/centos as well. Please check now.
>>
>>
>>
>>
>> On Mon, Oct 28, 2013 at 6:24 PM, Prashant Shendre <ps...@gmail.com>
>> wrote:
>> > Hi,
>> >
>> > I was trying on a CentOS 6.4 machine and got similar error.
>> >
>> > File "install_erpnext.py", line 111, in install_using_yum
>> > update_config_for_redhat()
>> > File "install_erpnext.py", line 120, in update_config_for_redhat
>> > modified.write(re.sub('USER.*', 'USER="%s"' % apache_user,
>> > memcached_conf))
>> >
>> > NameError: global name 'apache_user' is not defined
>> >
>> >
>> >
>> > Thanks,
>> > Regards,
>> > Prashant
>> >
>> >
>> > On Monday, October 28, 2013 2:46:30 PM UTC+5:30, pdvyas wrote:
>> >>
>> >> Hi Joven,
>> >>
>> >> The chaning of user is not required, please try again from the updated
>> >> script.,
>> >> https://github.com/webnotes/erpnext/blob/master/install_erpnext.py
>> >>
>> >> On Sun, Oct 27, 2013 at 6:47 PM, Joven Chiew <jo...@gmail.com>
>> >> wrote:
>> >> > Hi when I run "python install_erpnext.py" it says:
>> >> > line 149 in update_config_for_debian
>> >> > modified.write(memcached_conf.replace("-u memcache", "-u %S" %
>> >> > apache_user))
>> >> > NameError: global name 'apache_user' is not defined.
>> >> >
>> >> > What is this error about? How do I overcome it?
>> >> >
>> >> > --
>> >> > 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.
>> >
>> > --
>> > 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 Vyas
>> Ph: +919925239915
>> Google Profile : http://www.google.com/profiles/pdvyas
>
> --
> 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 Vyas
Ph: +919925239915
Google Profile : http://www.google.com/profiles/pdvyas

--
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 a topic in the Google Groups "ERPNext Developer Forum" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/erpnext-developer-forum/nvD9R0KdBsk/unsubscribe.

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

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




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.
seems like a lot of bugs during installation script, from python_module, so i deleted "print python_modules".. i've got error during cloning from github too.. so i must clone it manually.. and also i must setup permission manually..

On Monday, October 28, 2013 8:48:22 PM UTC+7, pdvyas wrote:
It looks like your file is bad,
use `wget https://raw.github.com/webnotes/erpnext/master/install_erpnext.py`

Also, if you are runnning ubuntu, please use sudo from a non
privelleged user instead of root shell

`ubuntu$ sudo python install_erpnext.py`



On Mon, Oct 28, 2013 at 7:09 PM, Shameem Mohammed
<sh...@malabaruae.com> wrote:
> Hi , Pratik ,
>
> I got following error in Ubuntu 12.04 LTS
>
> ro...@erpnext:/var/test# python install_erpnext.py
>   File "install_erpnext.py", line 4
>     <!DOCTYPE html>
>     ^
> SyntaxError: invalid syntax
> ro...@erpnext:/var/test#
>
> Regards
>
>
> On Monday, October 28, 2013 5:18:29 PM UTC+4, pdvyas wrote:
>>
>> Hi Prashant,
>> removed that part for redhat/centos as well. Please check now.
>>
>>
>>
>>
>> On Mon, Oct 28, 2013 at 6:24 PM, Prashant Shendre <ps...@gmail.com>
>> wrote:
>> > Hi,
>> >
>> >    I was trying on a CentOS 6.4 machine and got similar error.
>> >
>> >   File "install_erpnext.py", line 111, in install_using_yum
>> >     update_config_for_redhat()
>> >   File "install_erpnext.py", line 120, in update_config_for_redhat
>> >     modified.write(re.sub('USER.*', 'USER="%s"' % apache_user,
>> > memcached_conf))
>> >
>> > NameError: global name 'apache_user' is not defined
>> >
>> >
>> >
>> > Thanks,
>> > Regards,
>> > Prashant
>> >
>> >
>> > On Monday, October 28, 2013 2:46:30 PM UTC+5:30, pdvyas wrote:
>> >>
>> >> Hi Joven,
>> >>
>> >> The chaning of user is not required, please try again from the updated
>> >> script.,
>> >> https://github.com/webnotes/erpnext/blob/master/install_erpnext.py
>> >>
>> >> On Sun, Oct 27, 2013 at 6:47 PM, Joven Chiew <jo...@gmail.com>
>> >> wrote:
>> >> > Hi when I run "python install_erpnext.py" it says:
>> >> > line 149 in update_config_for_debian
>> >> > modified.write(memcached_conf.replace("-u memcache", "-u %S" %
>> >> > apache_user))
>> >> > NameError: global name 'apache_user' is not defined.
>> >> >
>> >> > What is this error about? How do I overcome it?
>> >> >
>> >> > --
>> >> > 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.
>> >
>> > --
>> > 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 Vyas
>> Ph: +919925239915
>> Google Profile : http://www.google.com/profiles/pdvyas
>
> --
> 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 Vyas
Ph: +919925239915
Google Profile : http://www.google.com/profiles/pdvyas
I double quoted print "python_modules" and bypass it now it says:
line 201 setup_folders "Couldn't clone erpnext repository".

On Sunday, 27 October 2013 21:17:32 UTC+8, CJ wrote:
Hi when I run "python install_erpnext.py" it says:
line 149 in update_config_for_debian modified.write(memcached_conf.replace("-u memcache", "-u %S" % apache_user)) NameError: global name 'apache_user' is not defined.

What is this error about? How do I overcome it?



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.
It means that your app folder couldnt get created. 

Either git didnt get installed or github.com is not reachable. 

- anand

On 28-Oct-2013, at 7:54 PM, CJ <jo...@gmail.com> wrote:

I double quoted print "python_modules" and bypass it now it says:
line 201 setup_folders "Couldn't clone erpnext repository".

On Sunday, 27 October 2013 21:17:32 UTC+8, CJ wrote:
Hi when I run "python install_erpnext.py" it says:
line 149 in update_config_for_debian modified.write(memcached_conf.replace("-u memcache", "-u %S" % apache_user)) NameError: global name 'apache_user' is not defined.

What is this error about? How do I overcome it?



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.



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.

I am working on the script. Can you wait until tomorrow?

On Mon, Oct 28, 2013 at 7:47 PM, wprayugo wp...@gmail.com wrote:

seems like a lot of bugs during installation script, from python_module, so
i deleted “print python_modules”… i’ve got error during cloning from github
too… so i must clone it manually… and also i must setup permission
manually…

On Monday, October 28, 2013 8:48:22 PM UTC+7, pdvyas wrote:

It looks like your file is bad,
use wget https://raw.github.com/webnotes/erpnext/master/install_erpnext.py

Also, if you are runnning ubuntu, please use sudo from a non
privelleged user instead of root shell

ubuntu$ sudo python install_erpnext.py

On Mon, Oct 28, 2013 at 7:09 PM, Shameem Mohammed
sh...@malabaruae.com wrote:

Hi , Pratik ,

I got following error in Ubuntu 12.04 LTS

ro…@erpnext:/var/test# python install_erpnext.py
File “install_erpnext.py”, line 4

^
SyntaxError: invalid syntax
ro…@erpnext:/var/test#

Regards

On Monday, October 28, 2013 5:18:29 PM UTC+4, pdvyas wrote:

Hi Prashant,
removed that part for redhat/centos as well. Please check now.

On Mon, Oct 28, 2013 at 6:24 PM, Prashant Shendre ps...@gmail.com
wrote:

Hi,

I was trying on a CentOS 6.4 machine and got similar error.

File “install_erpnext.py”, line 111, in install_using_yum
update_config_for_redhat()
File “install_erpnext.py”, line 120, in update_config_for_redhat
modified.write(re.sub(‘USER.*’, ‘USER=“%s”’ % apache_user,
memcached_conf))

NameError: global name ‘apache_user’ is not defined

Thanks,
Regards,
Prashant

On Monday, October 28, 2013 2:46:30 PM UTC+5:30, pdvyas wrote:

Hi Joven,

The chaning of user is not required, please try again from the
updated
script.,
erpnext/install_erpnext.py at master · webnotes/erpnext · GitHub

On Sun, Oct 27, 2013 at 6:47 PM, Joven Chiew jo...@gmail.com
wrote:

Hi when I run “python install_erpnext.py” it says:
line 149 in update_config_for_debian
modified.write(memcached_conf.replace(“-u memcache”, “-u %S” %
apache_user))
NameError: global name ‘apache_user’ is not defined.

What is this error about? How do I overcome it?


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.


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 Vyas
Ph: +919925239915
Google Profile : http://www.google.com/profiles/pdvyas


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 Vyas
Ph: +919925239915
Google Profile : http://www.google.com/profiles/pdvyas


Pratik Vyas
Ph: +919925239915
Google Profile : http://www.google.com/profiles/pdvyas

Hi,
I got the following error

Installing Python Modules: (This may take some time)
Traceback (most recent call last):
  File "install_erpnext.py", line 272, in <module>
    install()
  File "install_erpnext.py", line 30, in install
    install_pre_requisites()
  File "install_erpnext.py", line 50, in install_pre_requisites
    install_python_modules()
  File "install_erpnext.py", line 144, in install_python_modules
    print python_modules
NameError: global name 'python_modules' is not defined


On Monday, October 28, 2013 6:55:48 PM UTC+4, Anand Doshi wrote:
It means that your app folder couldnt get created. 

Either git didnt get installed or github.com is not reachable. 

- anand

On 28-Oct-2013, at 7:54 PM, CJ <jo...@gmail.com> wrote:

I double quoted print "python_modules" and bypass it now it says:
line 201 setup_folders "Couldn't clone erpnext repository".

On Sunday, 27 October 2013 21:17:32 UTC+8, CJ wrote:
Hi when I run "python install_erpnext.py" it says:
line 149 in update_config_for_debian modified.write(memcached_conf.replace("-u memcache", "-u %S" % apache_user)) NameError: global name 'apache_user' is not defined.

What is this error about? How do I overcome it?



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.



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.

I tested the script on CentOS 6.4 and Ubuntu 12.04, it is now known to work.

It is not recommended to run erpnext as root. So, you should create a
non privelleged user with sudo access enabled.

I will update the script to create the user as well, soon.

On Mon, Oct 28, 2013 at 8:52 PM, Shameem Mohammed
sh...@malabaruae.com wrote:

Hi,
I got the following error

Installing Python Modules: (This may take some time)
Traceback (most recent call last):
File “install_erpnext.py”, line 272, in
install()
File “install_erpnext.py”, line 30, in install
install_pre_requisites()
File “install_erpnext.py”, line 50, in install_pre_requisites
install_python_modules()
File “install_erpnext.py”, line 144, in install_python_modules

print python_modules

NameError: global name ‘python_modules’ is not defined

On Monday, October 28, 2013 6:55:48 PM UTC+4, Anand Doshi wrote:

It means that your app folder couldnt get created.

Either git didnt get installed or github.com is not reachable.

  • anand

On 28-Oct-2013, at 7:54 PM, CJ jo...@gmail.com wrote:

I double quoted print “python_modules” and bypass it now it says:
line 201 setup_folders “Couldn’t clone erpnext repository”.

On Sunday, 27 October 2013 21:17:32 UTC+8, CJ wrote:

Hi when I run “python install_erpnext.py” it says:
line 149 in update_config_for_debian
modified.write(memcached_conf.replace(“-u memcache”, “-u %S” % apache_user))
NameError: global name ‘apache_user’ is not defined.

What is this error about? How do I overcome it?


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.


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 Vyas
Ph: +919925239915
Google Profile : http://www.google.com/profiles/pdvyas

The script now run but I still have the "couldn't clone erpnext repository" error.
Ubuntu 12,04 running non privileged user with sudo.

On Tuesday, 29 October 2013 03:34:13 UTC+8, pdvyas wrote:
I tested the script on CentOS 6.4 and Ubuntu 12.04, it is now known to work.

It is not recommended to run erpnext as root. So, you should create a
non privelleged user with sudo access enabled.

I will update the script to create the user as well, soon.

On Mon, Oct 28, 2013 at 8:52 PM, Shameem Mohammed
<sh...@malabaruae.com> wrote:
> Hi,
> I got the following error
>
> Installing Python Modules: (This may take some time)
> Traceback (most recent call last):
>   File "install_erpnext.py", line 272, in <module>
>     install()
>   File "install_erpnext.py", line 30, in install
>     install_pre_requisites()
>   File "install_erpnext.py", line 50, in install_pre_requisites
>     install_python_modules()
>   File "install_erpnext.py", line 144, in install_python_modules
>
>     print python_modules
> NameError: global name 'python_modules' is not defined
>
>
> On Monday, October 28, 2013 6:55:48 PM UTC+4, Anand Doshi wrote:
>>
>> It means that your app folder couldnt get created.
>>
>> Either git didnt get installed or github.com is not reachable.
>>
>> - anand
>>
>> On 28-Oct-2013, at 7:54 PM, CJ <jo...@gmail.com> wrote:
>>
>> I double quoted print "python_modules" and bypass it now it says:
>> line 201 setup_folders "Couldn't clone erpnext repository".
>>
>> On Sunday, 27 October 2013 21:17:32 UTC+8, CJ wrote:
>>>
>>> Hi when I run "python install_erpnext.py" it says:
>>> line 149 in update_config_for_debian
>>> modified.write(memcached_conf.replace("-u memcache", "-u %S" % apache_user))
>>> NameError: global name 'apache_user' is not defined.
>>>
>>> What is this error about? How do I overcome it?
>>
>> --
>> 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.
>
> --
> 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 Vyas
Ph: +919925239915
Google Profile : http://www.google.com/profiles/pdvyas



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.
I have git installed and running ok.

On Tuesday, 29 October 2013 07:37:15 UTC+8, CJ wrote:
The script now run but I still have the "couldn't clone erpnext repository" error.
Ubuntu 12,04 running non privileged user with sudo.

On Tuesday, 29 October 2013 03:34:13 UTC+8, pdvyas wrote:
I tested the script on CentOS 6.4 and Ubuntu 12.04, it is now known to work.

It is not recommended to run erpnext as root. So, you should create a
non privelleged user with sudo access enabled.

I will update the script to create the user as well, soon.

On Mon, Oct 28, 2013 at 8:52 PM, Shameem Mohammed
<sh...@malabaruae.com> wrote:
> Hi,
> I got the following error
>
> Installing Python Modules: (This may take some time)
> Traceback (most recent call last):
>   File "install_erpnext.py", line 272, in <module>
>     install()
>   File "install_erpnext.py", line 30, in install
>     install_pre_requisites()
>   File "install_erpnext.py", line 50, in install_pre_requisites
>     install_python_modules()
>   File "install_erpnext.py", line 144, in install_python_modules
>
>     print python_modules
> NameError: global name 'python_modules' is not defined
>
>
> On Monday, October 28, 2013 6:55:48 PM UTC+4, Anand Doshi wrote:
>>
>> It means that your app folder couldnt get created.
>>
>> Either git didnt get installed or github.com is not reachable.
>>
>> - anand
>>
>> On 28-Oct-2013, at 7:54 PM, CJ <jo...@gmail.com> wrote:
>>
>> I double quoted print "python_modules" and bypass it now it says:
>> line 201 setup_folders "Couldn't clone erpnext repository".
>>
>> On Sunday, 27 October 2013 21:17:32 UTC+8, CJ wrote:
>>>
>>> Hi when I run "python install_erpnext.py" it says:
>>> line 149 in update_config_for_debian
>>> modified.write(memcached_conf.replace("-u memcache", "-u %S" % apache_user))
>>> NameError: global name 'apache_user' is not defined.
>>>
>>> What is this error about? How do I overcome it?
>>
>> --
>> 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.
>
> --
> 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 Vyas
Ph: +919925239915
Google Profile : http://www.google.com/profiles/pdvyas



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.
I have installed git manually but Couldn't clone erpnext repository 

Regards

On Monday, October 28, 2013 11:34:13 PM UTC+4, pdvyas wrote:
I tested the script on CentOS 6.4 and Ubuntu 12.04, it is now known to work.

It is not recommended to run erpnext as root. So, you should create a
non privelleged user with sudo access enabled.

I will update the script to create the user as well, soon.

On Mon, Oct 28, 2013 at 8:52 PM, Shameem Mohammed
<sh...@malabaruae.com> wrote:
> Hi,
> I got the following error
>
> Installing Python Modules: (This may take some time)
> Traceback (most recent call last):
>   File "install_erpnext.py", line 272, in <module>
>     install()
>   File "install_erpnext.py", line 30, in install
>     install_pre_requisites()
>   File "install_erpnext.py", line 50, in install_pre_requisites
>     install_python_modules()
>   File "install_erpnext.py", line 144, in install_python_modules
>
>     print python_modules
> NameError: global name 'python_modules' is not defined
>
>
> On Monday, October 28, 2013 6:55:48 PM UTC+4, Anand Doshi wrote:
>>
>> It means that your app folder couldnt get created.
>>
>> Either git didnt get installed or github.com is not reachable.
>>
>> - anand
>>
>> On 28-Oct-2013, at 7:54 PM, CJ <jo...@gmail.com> wrote:
>>
>> I double quoted print "python_modules" and bypass it now it says:
>> line 201 setup_folders "Couldn't clone erpnext repository".
>>
>> On Sunday, 27 October 2013 21:17:32 UTC+8, CJ wrote:
>>>
>>> Hi when I run "python install_erpnext.py" it says:
>>> line 149 in update_config_for_debian
>>> modified.write(memcached_conf.replace("-u memcache", "-u %S" % apache_user))
>>> NameError: global name 'apache_user' is not defined.
>>>
>>> What is this error about? How do I overcome it?
>>
>> --
>> 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.
>
> --
> 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 Vyas
Ph: +919925239915
Google Profile : http://www.google.com/profiles/pdvyas



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.
Anyone able to get through this stage or any update on the installation script?

On Tuesday, 29 October 2013 13:57:59 UTC+8, Shameem Mohammed wrote:
I have installed git manually but Couldn't clone erpnext repository 

Regards

On Monday, October 28, 2013 11:34:13 PM UTC+4, pdvyas wrote:
I tested the script on CentOS 6.4 and Ubuntu 12.04, it is now known to work.

It is not recommended to run erpnext as root. So, you should create a
non privelleged user with sudo access enabled.

I will update the script to create the user as well, soon.

On Mon, Oct 28, 2013 at 8:52 PM, Shameem Mohammed
<sh...@malabaruae.com> wrote:
> Hi,
> I got the following error
>
> Installing Python Modules: (This may take some time)
> Traceback (most recent call last):
>   File "install_erpnext.py", line 272, in <module>
>     install()
>   File "install_erpnext.py", line 30, in install
>     install_pre_requisites()
>   File "install_erpnext.py", line 50, in install_pre_requisites
>     install_python_modules()
>   File "install_erpnext.py", line 144, in install_python_modules
>
>     print python_modules
> NameError: global name 'python_modules' is not defined
>
>
> On Monday, October 28, 2013 6:55:48 PM UTC+4, Anand Doshi wrote:
>>
>> It means that your app folder couldnt get created.
>>
>> Either git didnt get installed or github.com is not reachable.
>>
>> - anand
>>
>> On 28-Oct-2013, at 7:54 PM, CJ <jo...@gmail.com> wrote:
>>
>> I double quoted print "python_modules" and bypass it now it says:
>> line 201 setup_folders "Couldn't clone erpnext repository".
>>
>> On Sunday, 27 October 2013 21:17:32 UTC+8, CJ wrote:
>>>
>>> Hi when I run "python install_erpnext.py" it says:
>>> line 149 in update_config_for_debian
>>> modified.write(memcached_conf.replace("-u memcache", "-u %S" % apache_user))
>>> NameError: global name 'apache_user' is not defined.
>>>
>>> What is this error about? How do I overcome it?
>>
>> --
>> 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.
>
> --
> 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 Vyas
Ph: +919925239915
Google Profile : http://www.google.com/profiles/pdvyas



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 CJ,
I updated the script, can you give it a another shot?

On Thu, Oct 31, 2013 at 9:12 AM, CJ jo...@gmail.com wrote:

Anyone able to get through this stage or any update on the installation
script?

On Tuesday, 29 October 2013 13:57:59 UTC+8, Shameem Mohammed wrote:

I have installed git manually but Couldn’t clone erpnext repository

Regards

On Monday, October 28, 2013 11:34:13 PM UTC+4, pdvyas wrote:

I tested the script on CentOS 6.4 and Ubuntu 12.04, it is now known to
work.

It is not recommended to run erpnext as root. So, you should create a
non privelleged user with sudo access enabled.

I will update the script to create the user as well, soon.

On Mon, Oct 28, 2013 at 8:52 PM, Shameem Mohammed
sh...@malabaruae.com wrote:

Hi,
I got the following error

Installing Python Modules: (This may take some time)
Traceback (most recent call last):
File “install_erpnext.py”, line 272, in
install()
File “install_erpnext.py”, line 30, in install
install_pre_requisites()
File “install_erpnext.py”, line 50, in install_pre_requisites
install_python_modules()
File “install_erpnext.py”, line 144, in install_python_modules

print python_modules

NameError: global name ‘python_modules’ is not defined

On Monday, October 28, 2013 6:55:48 PM UTC+4, Anand Doshi wrote:

It means that your app folder couldnt get created.

Either git didnt get installed or github.com is not reachable.

  • anand

On 28-Oct-2013, at 7:54 PM, CJ jo...@gmail.com wrote:

I double quoted print “python_modules” and bypass it now it says:
line 201 setup_folders “Couldn’t clone erpnext repository”.

On Sunday, 27 October 2013 21:17:32 UTC+8, CJ wrote:

Hi when I run “python install_erpnext.py” it says:
line 149 in update_config_for_debian
modified.write(memcached_conf.replace(“-u memcache”, “-u %S” %
apache_user))
NameError: global name ‘apache_user’ is not defined.

What is this error about? How do I overcome it?


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.


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 Vyas
Ph: +919925239915
Google Profile : http://www.google.com/profiles/pdvyas


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 Vyas
Ph: +919925239915
Google Profile : http://www.google.com/profiles/pdvyas

Hi, thanks for helping and let's try to improve this :)
I tried but still having that error cloning repository thing. Can anyone confirm?

wget https://raw.github.com/webnotes/erpnext/master/install_erpnext.py

On Thursday, 31 October 2013 13:28:23 UTC+8, pdvyas wrote:
Hi CJ,
I updated the script, can you give it a another shot?

On Thu, Oct 31, 2013 at 9:12 AM, CJ <jo...@gmail.com> wrote:
> Anyone able to get through this stage or any update on the installation
> script?
>
>
> On Tuesday, 29 October 2013 13:57:59 UTC+8, Shameem Mohammed wrote:
>>
>> I have installed git manually but Couldn't clone erpnext repository
>>
>> Regards
>>
>> On Monday, October 28, 2013 11:34:13 PM UTC+4, pdvyas wrote:
>>>
>>> I tested the script on CentOS 6.4 and Ubuntu 12.04, it is now known to
>>> work.
>>>
>>> It is not recommended to run erpnext as root. So, you should create a
>>> non privelleged user with sudo access enabled.
>>>
>>> I will update the script to create the user as well, soon.
>>>
>>> On Mon, Oct 28, 2013 at 8:52 PM, Shameem Mohammed
>>> <sh...@malabaruae.com> wrote:
>>> > Hi,
>>> > I got the following error
>>> >
>>> > Installing Python Modules: (This may take some time)
>>> > Traceback (most recent call last):
>>> >   File "install_erpnext.py", line 272, in <module>
>>> >     install()
>>> >   File "install_erpnext.py", line 30, in install
>>> >     install_pre_requisites()
>>> >   File "install_erpnext.py", line 50, in install_pre_requisites
>>> >     install_python_modules()
>>> >   File "install_erpnext.py", line 144, in install_python_modules
>>> >
>>> >     print python_modules
>>> > NameError: global name 'python_modules' is not defined
>>> >
>>> >
>>> > On Monday, October 28, 2013 6:55:48 PM UTC+4, Anand Doshi wrote:
>>> >>
>>> >> It means that your app folder couldnt get created.
>>> >>
>>> >> Either git didnt get installed or github.com is not reachable.
>>> >>
>>> >> - anand
>>> >>
>>> >> On 28-Oct-2013, at 7:54 PM, CJ <jo...@gmail.com> wrote:
>>> >>
>>> >> I double quoted print "python_modules" and bypass it now it says:
>>> >> line 201 setup_folders "Couldn't clone erpnext repository".
>>> >>
>>> >> On Sunday, 27 October 2013 21:17:32 UTC+8, CJ wrote:
>>> >>>
>>> >>> Hi when I run "python install_erpnext.py" it says:
>>> >>> line 149 in update_config_for_debian
>>> >>> modified.write(memcached_conf.replace("-u memcache", "-u %S" %
>>> >>> apache_user))
>>> >>> NameError: global name 'apache_user' is not defined.
>>> >>>
>>> >>> What is this error about? How do I overcome it?
>>> >>
>>> >> --
>>> >> 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.
>>> >
>>> > --
>>> > 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 Vyas
>>> Ph: +919925239915
>>> Google Profile : http://www.google.com/profiles/pdvyas
>
> --
> 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 Vyas
Ph: +919925239915
Google Profile : http://www.google.com/profiles/pdvyas



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 CJ ,

I had the same issue . Install Git manually . It will solve the issue

Regards


On Thu, Oct 31, 2013 at 9:36 AM, CJ <jo...@gmail.com> wrote:
Hi, thanks for helping and let's try to improve this :)
I tried but still having that error cloning repository thing. Can anyone confirm?

wget https://raw.github.com/webnotes/erpnext/master/install_erpnext.py


On Thursday, 31 October 2013 13:28:23 UTC+8, pdvyas wrote:
Hi CJ,
I updated the script, can you give it a another shot?

On Thu, Oct 31, 2013 at 9:12 AM, CJ <jo...@gmail.com> wrote:
> Anyone able to get through this stage or any update on the installation
> script?
>
>
> On Tuesday, 29 October 2013 13:57:59 UTC+8, Shameem Mohammed wrote:
>>
>> I have installed git manually but Couldn't clone erpnext repository
>>
>> Regards
>>
>> On Monday, October 28, 2013 11:34:13 PM UTC+4, pdvyas wrote:
>>>
>>> I tested the script on CentOS 6.4 and Ubuntu 12.04, it is now known to
>>> work.
>>>
>>> It is not recommended to run erpnext as root. So, you should create a
>>> non privelleged user with sudo access enabled.
>>>
>>> I will update the script to create the user as well, soon.
>>>
>>> On Mon, Oct 28, 2013 at 8:52 PM, Shameem Mohammed
>>> <sh...@malabaruae.com> wrote:
>>> > Hi,
>>> > I got the following error
>>> >
>>> > Installing Python Modules: (This may take some time)
>>> > Traceback (most recent call last):
>>> > File "install_erpnext.py", line 272, in <module>
>>> > install()
>>> > File "install_erpnext.py", line 30, in install
>>> > install_pre_requisites()
>>> > File "install_erpnext.py", line 50, in install_pre_requisites
>>> > install_python_modules()
>>> > File "install_erpnext.py", line 144, in install_python_modules
>>> >
>>> > print python_modules
>>> > NameError: global name 'python_modules' is not defined
>>> >
>>> >
>>> > On Monday, October 28, 2013 6:55:48 PM UTC+4, Anand Doshi wrote:
>>> >>
>>> >> It means that your app folder couldnt get created.
>>> >>
>>> >> Either git didnt get installed or github.com is not reachable.
>>> >>
>>> >> - anand
>>> >>
>>> >> On 28-Oct-2013, at 7:54 PM, CJ <jo...@gmail.com> wrote:
>>> >>
>>> >> I double quoted print "python_modules" and bypass it now it says:
>>> >> line 201 setup_folders "Couldn't clone erpnext repository".
>>> >>
>>> >> On Sunday, 27 October 2013 21:17:32 UTC+8, CJ wrote:
>>> >>>
>>> >>> Hi when I run "python install_erpnext.py" it says:
>>> >>> line 149 in update_config_for_debian
>>> >>> modified.write(memcached_conf.replace("-u memcache", "-u %S" %
>>> >>> apache_user))
>>> >>> NameError: global name 'apache_user' is not defined.
>>> >>>
>>> >>> What is this error about? How do I overcome it?
>>> >>
>>> >> --
>>> >> 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.
>>> >
>>> > --
>>> > 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 Vyas
>>> Ph: +919925239915
>>> Google Profile : http://www.google.com/profiles/pdvyas
>
> --
> 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 Vyas
Ph: +919925239915
Google Profile : http://www.google.com/profiles/pdvyas



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 a topic in the Google Groups "ERPNext Developer Forum" group.

    To unsubscribe from this topic, visit https://groups.google.com/d/topic/erpnext-developer-forum/nvD9R0KdBsk/unsubscribe.

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

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




--
Shameem N. Mohammed
Finance Manager
Malabar Gen. Trdg. L.L.C,
P.O.Box 234478 , Dubai , U.A.E
Tel:+9714 2510788 Fax:+9714 2510789




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.