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.
-- http://mail.python.org/mailman/listinfo/python-list