Hello, i use python 2.6 + PyQt4.
I compile my main.pyw. It is compile, but don't run. In
"index.exe.log" error log:
>>> File "index.pyw", line 100, in GetVal
>>>ConfigParser.NoSectionError: No section: 'Main'
>>>Code line 92 to 104 this is class that uses ConfigParser lib:
>>>class ConfigAcce
You can set an example? My English is bad, so I do not quite
understand
> > Hello, i use python 2.6 + PyQt4.
> > I compile my main.pyw. It is compile, but don't run. In
> > "index.exe.log" error log:
>
> File "index.pyw", line 100, in GetVal
> ConfigParser.NoSectionError: No section: