berserker...@gmail.com wrote:
>
> You can set an example? My English is bad, so I do not quite
> understand
You need to give a proper path to the config.ini. It's not found, which most
probably occurs because you give a relative path ("config.ini") but that
doesn't work because the current worki
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:
berserker...@gmail.com schrieb:
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 ConfigPars