Problem With py2exe and ConfigParser

2009-02-01 Thread berserker...@gmail.com
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

Re: Problem With py2exe and ConfigParser

2009-02-01 Thread berserker...@gmail.com
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: