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
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=[
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
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
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'
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
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_
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
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