Have had success with py2exe so long as I add my bizObj as a data file, and 
have also successfully used inno setup to create a single file install that 
is a 1/4 of the size of the dist directory.  ButI have had no success trying 
to get the bizObj code included in the exe where it should be. Any 
suggestions?
                       Rodgy
----- Original Message ----- 
From: "Paul McNett" <[EMAIL PROTECTED]>
To: "Dabo Users list" <[email protected]>
Sent: Thursday, December 04, 2008 9:03 AM
Subject: Re: [dabo-users] py2exe


> Roger Lovelock wrote:
>> Success! Adding the line :-
>>    ("biz", glob.glob("biz/*")),
>> to the data files did the job. I will now try to work out how to convert
>> that to an includes directive (unfortunately I have no examples, so I'll
>> have to go digging).
>>     As an aside. For development purposes I like the dabo folder 
>> structure -
>> but it does become a bit of a pain in this type of situation. Given that 
>> it
>> is pretty standard in the dabo world has anyone developed a template for 
>> a
>> py2exe setup script for this standard development structure? If not, when 
>> I
>> have got it working right perhaps I should add it to the wiki - just
>> suprised if no-one has done it before.
>
> The AppWizard's setup.py works with this structure, but it doesn't pick up 
> the cdxml
> files.
>
> Paul
>
>
[excessive quoting removed by server]

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/[EMAIL PROTECTED]

Reply via email to