ERPNEXT installation error

Hi , 

     This is a new one. I am trying to install this on an digitalocean instance. on a 32 bit 12.04 Ubuntu server image. 

I get an import error 

ImportError: No module named werkzeug.local 




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.
Please install some compoenets before installation.

pip2.7 install werkzeug
pip2.7 install setuptools
pip2.7 install pytz
pip2.7 install python-memcached



On Tuesday, 7 January 2014 16:12:26 UTC+8, Vivek wrote:
Hi , 

     This is a new one. I am trying to install this on an digitalocean instance. on a 32 bit 12.04 Ubuntu server image. 

I get an import error 

ImportError: No module named werkzeug.local 




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

On Tue, Jan 7, 2014 at 1:42 PM, Vivek v2...@gmail.com wrote:

Hi ,

 This is a new one. I am trying to install this on an digitalocean

instance. on a 32 bit 12.04 Ubuntu server image.

I get an import error

ImportError: No module named werkzeug.local

I am able to replicate the issue, pushing a fix soon.

You can then rebuild your droplet and try again. (will notify when fixed)


Note:

If you are posting an issue,

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

End of Note

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


Pratik
erpnext


Hi ,

    Following the first advice , the werkzeug package was installed , but then it was followed by another missing package error "semantic_version"




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

On Tue, Jan 7, 2014 at 3:32 PM, Vivek v2...@gmail.com wrote:

Hi ,

Following the first advice , the werkzeug package was installed , but

then it was followed by another missing package error “semantic_version”

You can,

sudo pip install --upgrade /home/erpnext/erpnext/lib/requirements.txt

to install correct python dependencies.

However, I’d strongly recommend to wait till the installer is fixed
(already working on it, releasing soon) and try again on a clean
image.


Note:

If you are posting an issue,

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

End of Note

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


Pratik
erpnext

Hi Vivek,

I just released a few fixes. The install script is tested on Debian
7.0, CentOS 6.4 (after installing Python2.7) and Ubuntu 12.04 LTS.

Can you rebuild your droplet from a fresh image and try again?


Pratik
erpnext

I found the following error when I ran the fresh install:


  File "/usr/local/lib/python2.7/subprocess.py", line 544, in check_output
 
    raise CalledProcessError(retcode, cmd, output=output)
 
subprocess.CalledProcessError: Command 'pip2.7 install chardet cssmin dropbox google-api-python-client gunicorn httplib2 jinja2 markdown2 markupsafe mysql-python==1.2.4 pygeoip python-dateutil python-memcached pytz==2013d requests six slugify termcolor werkzeug semantic_version gitpython==0.3.2.RC1' returned non-zero exit status 1





On Wednesday, 8 January 2014 00:17:45 UTC+8, Pratik Vyas wrote:
Hi Vivek,

I just released a few fixes. The install script is tested on Debian
7.0, CentOS 6.4 (after installing Python2.7) and Ubuntu 12.04 LTS.

Can you rebuild your droplet from a fresh image and try again?


--
Pratik
erpnext



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.

Can you run

pip2.7 install chardet cssmin dropbox google-api-python-client gunicorn httplib2 jinja2 markdown2 markupsafe mysql-python==1.2.4 pygeoip python-dateutil python-memcached pytz==2013d requests six slugify termcolor werkzeug semantic_version gitpython==0.3.2.RC1

And post the output?

On 7 Jan 2014 23:06, "Kenneth K" <ke...@yahoo.com.hk> wrote:
I found the following error when I ran the fresh install:


File "/usr/local/lib/python2.7/subprocess.py", line 544, in check_output
raise CalledProcessError(retcode, cmd, output=output)
subprocess.CalledProcessError: Command 'pip2.7 install chardet cssmin dropbox google-api-python-client gunicorn httplib2 jinja2 markdown2 markupsafe mysql-python==1.2.4 pygeoip python-dateutil python-memcached pytz==2013d requests six slugify termcolor werkzeug semantic_version gitpython==0.3.2.RC1' returned non-zero exit status 1





On Wednesday, 8 January 2014 00:17:45 UTC+8, Pratik Vyas wrote:
Hi Vivek,

I just released a few fixes. The install script is tested on Debian
7.0, CentOS 6.4 (after installing Python2.7) and Ubuntu 12.04 LTS.

Can you rebuild your droplet from a fresh image and try again?


--
Pratik
erpnext



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.

Also wanna ask how to integrate with nginx and how to install the 3.0+ supervisor?
I found the 3.0 supervisor, but didn't have /etc/supervisor/conf.d this folder, yum install supervisor cannot also be used in CentOS 6.4..

Please help, thanks!

Kenneth

On Wednesday, 8 January 2014 01:36:09 UTC+8, Kenneth K wrote:
I found the following error when I ran the fresh install:


  File "/usr/local/lib/python2.7/subprocess.py", line 544, in check_output
 
    raise CalledProcessError(retcode, cmd, output=output)
 
subprocess.CalledProcessError: Command 'pip2.7 install chardet cssmin dropbox google-api-python-client gunicorn httplib2 jinja2 markdown2 markupsafe mysql-python==1.2.4 pygeoip python-dateutil python-memcached pytz==2013d requests six slugify termcolor werkzeug semantic_version gitpython==0.3.2.RC1' returned non-zero exit status 1





On Wednesday, 8 January 2014 00:17:45 UTC+8, Pratik Vyas wrote:
Hi Vivek,

I just released a few fixes. The install script is tested on Debian
7.0, CentOS 6.4 (after installing Python2.7) and Ubuntu 12.04 LTS.

Can you rebuild your droplet from a fresh image and try again?


--
Pratik
erpnext



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.
Here you are.

RuntimeError: maximum recursion depth exceeded


/tmp/pip_build_root/mysql-python/distribute-0.6.28-py2.7.egg


Traceback (most recent call last):


  File "<string>", line 17, in <module>


  File "/tmp/pip_build_root/mysql-python/setup.py", line 7, in <module>


    use_setuptools()


  File "distribute_setup.py", line 145, in use_setuptools


    return _do_download(version, download_base, to_dir, download_delay)


  File "distribute_setup.py", line 125, in _do_download


    _build_egg(egg, tarball, to_dir)


  File "distribute_setup.py", line 116, in _build_egg


    raise IOError('Could not build the egg.')


IOError: Could not build the egg.


----------------------------------------

Cleaning up...

Command python setup.py egg_info failed with error code 1 in /tmp/pip_build_root/mysql-python

Storing debug log for failure in /root/.pip/pip.log




On Wednesday, 8 January 2014 02:02:10 UTC+8, Pratik Vyas wrote:

Can you run

pip2.7 install chardet cssmin dropbox google-api-python-client gunicorn httplib2 jinja2 markdown2 markupsafe mysql-python==1.2.4 pygeoip python-dateutil python-memcached pytz==2013d requests six slugify termcolor werkzeug semantic_version gitpython==0.3.2.RC1

And post the output?

On 7 Jan 2014 23:06, "Kenneth K" <ke...@yahoo.com.hk> wrote:
I found the following error when I ran the fresh install:


  File "/usr/local/lib/python2.7/subprocess.py", line 544, in check_output
 
    raise CalledProcessError(retcode, cmd, output=output)
 
subprocess.CalledProcessError: Command 'pip2.7 install chardet cssmin dropbox google-api-python-client gunicorn httplib2 jinja2 markdown2 markupsafe mysql-python==1.2.4 pygeoip python-dateutil python-memcached pytz==2013d requests six slugify termcolor werkzeug semantic_version gitpython==0.3.2.RC1' returned non-zero exit status 1





On Wednesday, 8 January 2014 00:17:45 UTC+8, Pratik Vyas wrote:
Hi Vivek,

I just released a few fixes. The install script is tested on Debian
7.0, CentOS 6.4 (after installing Python2.7) and Ubuntu 12.04 LTS.

Can you rebuild your droplet from a fresh image and try again?


--
Pratik
erpnext



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.
In the error log:


Exception information:

Traceback (most recent call last):

  File "/usr/local/lib/python2.7/site-packages/pip-1.5-py2.7.egg/pip/basecommand.py", line 122, in main

    status = self.run(options, args)

  File "/usr/local/lib/python2.7/site-packages/pip-1.5-py2.7.egg/pip/commands/install.py", line 270, in run

    requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundle=self.bundle)

  File "/usr/local/lib/python2.7/site-packages/pip-1.5-py2.7.egg/pip/req.py", line 1206, in prepare_files

    req_to_install.run_egg_info()

  File "/usr/local/lib/python2.7/site-packages/pip-1.5-py2.7.egg/pip/req.py", line 312, in run_egg_info

    command_desc='python setup.py egg_info')

  File "/usr/local/lib/python2.7/site-packages/pip-1.5-py2.7.egg/pip/util.py", line 696, in call_subprocess

    % (command_desc, proc.returncode, cwd))

InstallationError: Command python setup.py egg_info failed with error code 1 in /tmp/pip_build_root/mysql-python


Regards,
Kenneth 

On Tuesday, 7 January 2014 16:12:26 UTC+8, Vivek wrote:
Hi , 

     This is a new one. I am trying to install this on an digitalocean instance. on a 32 bit 12.04 Ubuntu server image. 

I get an import error 

ImportError: No module named werkzeug.local 




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've got the solution finally...


Python - contribute component has to use the lower version (i.e. 0.6X), but not 0.7
After installation of contribute 0.6X, you can then install mysql-python 1.2.4 version....

But the installation file from erpnext needs to fix the issue.

Regards,
Kenneth


On Tuesday, 7 January 2014 16:12:26 UTC+8, Vivek wrote:
Hi , 

     This is a new one. I am trying to install this on an digitalocean instance. on a 32 bit 12.04 Ubuntu server image. 

I get an import error 

ImportError: No module named werkzeug.local 




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

On Wed, Jan 8, 2014 at 11:45 AM, Kenneth K ke...@yahoo.com.hk wrote:

I’ve got the solution finally…

Python - contribute component has to use the lower version (i.e. 0.6X), but
not 0.7

Do you mean python-distribute?

What linux distribution are you on ? and which version?

After installation of contribute 0.6X, you can then install mysql-python
1.2.4 version…
But the installation file from erpnext needs to fix the issue.

Regards,
Kenneth


Pratik
erpnext

Hi Partik ,
 
                  Tested on the same configuration. It worked fine and I just logged in as Admin on a fresh install. 

Thank you! 



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

On Wed, Jan 8, 2014 at 11:45 AM, Kenneth K ke...@yahoo.com.hk wrote:

I’ve got the solution finally…

Python - contribute component has to use the lower version (i.e. 0.6X), but
not 0.7
After installation of contribute 0.6X, you can then install mysql-python
1.2.4 version…

I hit error yesterday on a machine, it is because mysql-python==1.2.4
has hard dependency for python-distribute==0.6.8

But the installation file from erpnext needs to fix the issue.

Regards,
Kenneth

On Tuesday, 7 January 2014 16:12:26 UTC+8, Vivek wrote:

Hi ,

 This is a new one. I am trying to install this on an digitalocean

instance. on a 32 bit 12.04 Ubuntu server image.

I get an import error

ImportError: No module named werkzeug.local


Note:

If you are posting an issue,

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

End of Note

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


Pratik
erpnext

I'm facing the same problem like Kenneth K. event if i have distribute0.6.35 installed on the server.

any idea will be appreciate.


On Wednesday, 8 January 2014 13:15:02 UTC+7, Kenneth K wrote:
I've got the solution finally...


Python - contribute component has to use the lower version (i.e. 0.6X), but not 0.7
After installation of contribute 0.6X, you can then install mysql-python 1.2.4 version....

But the installation file from erpnext needs to fix the issue.

Regards,
Kenneth


On Tuesday, 7 January 2014 16:12:26 UTC+8, Vivek wrote:
Hi , 

     This is a new one. I am trying to install this on an digitalocean instance. on a 32 bit 12.04 Ubuntu server image. 

I get an import error 

ImportError: No module named werkzeug.local 




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'm having the same issue installing ERPNext on my digitalocean instance (Fresh image of CentOS 6.5 x64).

Below are the steps I've taken for the installation:
1. Installed Python (v2.7), Distribute (v0.6.9) and virtualenv (v1.10.1) using the instruction from this page: http://bit.ly/1dnmq4x
2. Ran this command: wget https://raw.github.com/webnotes/erpnext/master/install_erpnext.py
3. Ran this command: python2.7 install_erpnext.py --create_user
4. Got this error: "returned non-zero exit status 1"

Here's the full error from the installation: https://gist.github.com/mdazmir/8469256

The problem is definitely caused when the script tried to install mysql-python v1.2.4.
I ran this command for testing purpose: pip2.7 install mysql-python==1.2.4 and received this error: "IOError: Could not build the egg"
Here's the full error from the installation: https://gist.github.com/anonymous/8469371

Does anyone know the solution? Thanks.





Note:

 

If you are posting an issue,

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

     

    End of Note



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

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

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

Hi Azmir,

On Fri, Jan 17, 2014 at 12:13 PM, Azmir Ibrahim md...@gmail.com wrote:

I’m having the same issue installing ERPNext on my digitalocean instance
(Fresh image of CentOS 6.5 x64).

Below are the steps I’ve taken for the installation:

  1. Installed Python (v2.7), Distribute (v0.6.9) and virtualenv (v1.10.1)
    using the instruction from this page: How to install the latest version of Python on CentOS - Daniel Eriksson
  2. Ran this command: wget
    https://raw.github.com/webnotes/erpnext/master/install_erpnext.py
  3. Ran this command: python2.7 install_erpnext.py --create_user
  4. Got this error: “returned non-zero exit status 1”

Here’s the full error from the installation:
gist:8469256 · GitHub

The problem is definitely caused when the script tried to install
mysql-python v1.2.4.
I ran this command for testing purpose: pip2.7 install mysql-python==1.2.4
and received this error: “IOError: Could not build the egg”
Here’s the full error from the installation:
mysql-python.log · GitHub

Does anyone know the solution? Thanks.

Thanks for your detailed environment info, will help in replicating. I
tested the script on CentOS 6.4 (on digital ocean), Trying on CentOS
6.5

Thanks,

Pratik
erpnext

Hi Azmir and Bunthoeun,

Can you try to install mysql-python==1.2.5?

pip install --upgrade mysql-python==1.2.5

It should install cleanly but wont work with erpnext (because of api
change). I am making a new release with the patch to make erpnext work
with mysql-python==1.2.5. Meanwhile, please see if you are able to
install mysql-python==1.2.5

Thanks,

Pratik
erpnext

Hi Pratik, I've ran the command below:

Command: # pip2.7 install mysql-python==1.2.5
Output: Successfully installed mysql-python
Full Output: https://gist.github.com/anonymous/8470910

It seems to be working. Please verify.

By the way, when are you planning for the new release with the patch?
Thanks.





Note:

 

If you are posting an issue,

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

     

    End of Note



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

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

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