Re: py2exe + SQLite problem

2009-02-01 Thread Armin
Hello, Thanks to all ... it's working now ! Google isn't always your friend :) I found in the net a lot but wrong examples for specification of "data_files". Now I have the correct one. Best Regards --Armin Gabriel Genellina wrote: En Sat, 31 Jan 2009 11:51:16 -0200, Armin escribió: G

Re: py2exe + SQLite problem

2009-01-31 Thread Gabriel Genellina
En Sat, 31 Jan 2009 11:51:16 -0200, Armin escribió: Gabriel Genellina wrote: En Fri, 30 Jan 2009 09:50:08 -0200, Armin escribió: Right at the end: "To install data files directly in the target directory, an empty string should be given as the directory." setup(..., data_files=[

Re: py2exe + SQLite problem

2009-01-31 Thread Thomas Heller
Armin schrieb: > As posted before ... set's my script (python 2.3): > > from distutils.core import setup > import py2exe > > setup(windows=['dpconf.py'], > data_files=[ "", ["proj_db","gsd_db","dachs2.xbm"]] > ) > > When I create the distribution I got the following err msg: > > *** c

Re: py2exe + SQLite problem

2009-01-31 Thread Armin
Gabriel Genellina wrote: En Fri, 30 Jan 2009 09:50:08 -0200, Armin escribió: Right at the end: "To install data files directly in the target directory, an empty string should be given as the directory." setup(..., data_files=[ ('', ['list/of/file/names', 'perhaps/includi

Re: py2exe + SQLite problem

2009-01-30 Thread Gabriel Genellina
En Fri, 30 Jan 2009 09:50:08 -0200, Armin escribió: Gabriel Genellina wrote: En Thu, 29 Jan 2009 13:05:11 -0200, Armin escribió: Did you solve this problem? As you posted 4 related messages and the last one might imply a solution to this first one... Yes, the distutil option 'data_files'

Re: py2exe + SQLite problem

2009-01-30 Thread Armin
Gabriel Genellina wrote: En Thu, 29 Jan 2009 13:05:11 -0200, Armin escribió: I have frozen a running application which is using SQLite with py2exe. When I start the exe file I see in the log file of the exe: Traceback (most recent call last): File "dpconf.py", line 666, in ? File "dpconf

Re: py2exe + SQLite problem

2009-01-29 Thread Gabriel Genellina
En Thu, 29 Jan 2009 13:05:11 -0200, Armin escribió: I have frozen a running application which is using SQLite with py2exe. When I start the exe file I see in the log file of the exe: Traceback (most recent call last): File "dpconf.py", line 666, in ? File "dpconf.py", line 251, in __init_

py2exe + SQLite problem

2009-01-29 Thread Armin
Hello all, I have frozen a running application which is using SQLite with py2exe. When I start the exe file I see in the log file of the exe: Traceback (most recent call last): File "dpconf.py", line 666, in ? File "dpconf.py", line 251, in __init__ File "sqlite\main.pyc", line 255, in

py2exe + SQLite problem

2009-01-29 Thread Armin
Hello all, I have frozen a running application which is using SQLite with py2exe. When I start the exe file I see in the log file of the exe: Traceback (most recent call last): File "dpconf.py", line 666, in ? File "dpconf.py", line 251, in __init__ File "sqlite\main.pyc", line 255, in