Problem With py2exe and ConfigParser

Diez B. Roggisch deets at nospam.web.de
Mon Feb 2 05:58:19 EST 2009


berserker992 at 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 working directory has a different value
from what it has when you run the problem differently.

So, you need to give a full path. 

Diez



More information about the Python-list mailing list