[dabo-users] One exe file dabo with new py2exe?

2005-09-07 Thread Lauri Ojansivu
Hi, from Daily Python url I got info that it's now possible to make single file python exe files: Announcement: http://comments.gmane.org/gmane.comp.python.announce/5533 Py2exe homepage: http://starship.python.net/crew/theller/py2exe/ Obvious question: when Dabo will be made into sigle exe? Bes

Re: [dabo-users] One exe file dabo with new py2exe?

2005-09-07 Thread Lauri Ojansivu
creen with open history (no duplicates) and links to favorite py files. Then, when I make app with Dabo, how easy it is to package single exe with my app and dabo? - Lauri --- Ed Leafe <[EMAIL PROTECTED]> wrote: > On Sep 7, 2005, at 5:20 PM, Lauri Ojansivu wrote: > > > from Dail

Re: [dabo-users] One exe file dabo with new py2exe? - PyInstaller

2005-09-19 Thread Lauri Ojansivu
Hi, found this on freshmeat: PyInstaller http://pyinstaller.hpcf.upr.edu/pyinstaller/ It's similar to py2exe, but also works on Linux. Haven't tried it yet, but still... __ Yahoo! Mail - PC Magazine Editors' Choice 2005 http://mail.yahoo.com __

Re: [dabo-users] Ideas for PyCon sessions: Dabo & PyOpenOffice

2005-10-04 Thread Lauri Ojansivu
Hi, what about the following for PyCon: Using Dabo for creating app with appwizard, querying db, and then inputting data to OpenOffice template with PyOpenOffice: http://www.bezirksreiter.de/PyOpenOffice.htm So you could use OpenOffice as report template designer, but in normal Dabo app operation

Re: [dabo-users] Ideas for PyCon sessions: Dabo & PyOpenOffice

2005-10-04 Thread Lauri Ojansivu
Hi, just thought about it some more. Based on selected data, chart would be generated with ReportLab functions to the resulting PDF. The place of the chart could maybe be defined in OpenOffice template somehow. - Lauri --- Lauri Ojansivu <[EMAIL PROTECTED]> wrote: > Hi, > wh

Re: [dabo-users] Ideas for PyCon sessions: Dabo & PyOpenOffice

2005-10-05 Thread Lauri Ojansivu
PROTECTED]> wrote: > On Oct 4, 2005, at 12:21 PM, Lauri Ojansivu wrote: > > > what about the following for PyCon: > > Using Dabo for creating app with appwizard, > > querying db, and then inputting data to OpenOffice > > template with PyOpenOffice: > > http:

Re: [dabo-users] Problem with inserting.

2006-02-04 Thread Lauri Ojansivu
Echo <[EMAIL PROTECTED]> wrote: I also manually added some data to the table(I used MySQL Query Browser, anyone know anything better, with less bugs, and free?). If you are using Windows, try DBManager Freeware: http://www.dbtools.com.br/EN/downloads/ With it you can move tables between local a

[dabo-users] Auto extract files and remove temp files when program ends?

2006-03-14 Thread Lauri Ojansivu
Hi, did Dabo or some other project have script, that extract downloaded Windows .exe file to temp directory, runs the program, and then deletes those temporary files when app exits? I need that kind of script for one of my projects. Thanks! - Lauri

Re: [dabo-users] What are we working on?

2006-06-07 Thread Lauri Ojansivu
Hi, you probably know about these, but anyway: DBFpy: http://www.fiby.at/dbfpy/ - you replied to post mentioning it in 2002: http://mail.zope.org/pipermail/zope/2002-August/119426.html dbfreader: http://py.vaults.ca/parnassus/apyllo.py/973100124 - but only reads foxpro data, like for importing to

Re: [dabo-users] What are we working on?

2006-06-07 Thread Lauri Ojansivu
t; > > Harri Hämeenoja > > > > > -Alkuperäinen viesti- > Lähettäjä: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Puolesta Lauri > Ojansivu > Lähetetty: 7. kesäkuuta 2006 21:16 > Vastaanottaja: Dabo Users list > Aihe: Re: [dabo-users] What are we working on?

Re: [dabo-users] What are we working on?

2006-06-08 Thread Lauri Ojansivu
Making screencasts to wiki pages and organizing mailing list information to wiki pages sound more like the work the dabo community should be making, so that Paul and Ed could concentrate to the actual work, like making new screencasts and adding features to dabo. - Lauri --- Alex Tweedly <[EMAIL

Re: [dabo-users] MS Access DB

2006-06-12 Thread Lauri Ojansivu
Example using MS Access with Python Win32 extensions: http://starship.python.net/crew/bwilk/access.html Python Programming for Win32 book code can be downloaded from: http://python.net/crew/mhammond/ppw32/ - if I remember correctly it includes some Access code too. Python Win32 extensions includes

Re: [dabo-users] SQLite Admin

2006-06-13 Thread Lauri Ojansivu
Well, everybody can pick a favorite SQLite management tool: http://www.sqlite.org/cvstrac/wiki?p=ManagementTools Or converter tools, or something else: http://www.sqlite.org/cvstrac/wiki - Lauri --- Ruben and Yvonne Baumann <[EMAIL PROTECTED]> wrote: > Just in case anyone is interested, or need

Re: [dabo-users] embedding matplotlib

2006-09-14 Thread Lauri Ojansivu
Hi, well, it depends which way you want to do it. Paul and Ed can tell current status of graphs in Dabo, but here's some possibilities: 1) Matplotlib can save as SVG, and you could try to convert it to Reportlab drawing object code with svglib: http://starship.python.net/~gherman/svglib.html - b

Re: [dabo-users] embedding matplotlib

2006-09-15 Thread Lauri Ojansivu
Lauri --- Lauri Ojansivu <[EMAIL PROTECTED]> wrote: > Hi, > well, it depends which way you want to do it. Paul > and Ed can tell current status of graphs > in Dabo, but here's some possibilities: > > 1) Matplotlib can save as SVG, and you could try to > convert it