ConfigParser.NoSectionError: No section: 'locations'

Şansal Birbaş sansal.birbas at alarko-carrier.com.tr
Fri Mar 25 01:59:17 EDT 2011


Hi,

I created successfully an .exe file for my python code. As a .py file, it works like a charm. But when I try to run it from the exe version, I get error as follows:

  Traceback (most recent call last):
      File "CreateAS.pyw", line 14, in <module>
      File "pulp\__init__.pyc", line 33, in <module>
      File "pulp\pulp.pyc", line 103, in <module>
      File "pulp\solvers.pyc", line 101, in <module>
      File "pulp\solvers.pyc", line 59, in initialize
      File "ConfigParser.pyc", line 532, in get
    ConfigParser.NoSectionError: No section: 'locations'

How can I solve that?

Thanks in advance.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20110325/5c1a12f1/attachment.html>


More information about the Python-list mailing list