Re: Problem With py2exe and ConfigParser

2009-02-02 Thread Diez B. Roggisch
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

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:

Re: Problem With py2exe and ConfigParser

2009-02-01 Thread Diez B. Roggisch
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

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