Python/Win based report generator for MySQL databases

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Robert Oschler

    Python/Win based report generator for MySQL databases

    Has anybody seen a nice Python 2.2+ compatible based module/package, running
    on a Win2k box, that makes creating reports from a MySQL database easy?

    I am both a Python programmer and MySQL programmer so it doesn't have to be
    too simple, just useful.

    Thanks

    Robert


  • bobb

    #2
    Re: Python/Win based report generator for MySQL databases

    I'm using (banging my head against the wall, actually) with report lab.
    very powerful...
    it my be what you're looking for, or maybe too much.
    I'm also doing reporting results to the web using zope... that may be an
    option also.
    hth

    bobb

    "Robert Oschler" <no_replies@fak e_email_address .invalid> wrote in message
    news:%zCgc.5934 5$oj6.9111@bign ews6.bellsouth. net...[color=blue]
    > Has anybody seen a nice Python 2.2+ compatible based module/package,[/color]
    running[color=blue]
    > on a Win2k box, that makes creating reports from a MySQL database easy?
    >
    > I am both a Python programmer and MySQL programmer so it doesn't have to[/color]
    be[color=blue]
    > too simple, just useful.
    >
    > Thanks
    >
    > Robert
    >
    >[/color]


    Comment

    • TomH

      #3
      Re: Python/Win based report generator for MySQL databases

      "Robert Oschler" <no_replies@fak e_email_address .invalid> wrote in message news:<%zCgc.593 45$oj6.9111@big news6.bellsouth .net>...[color=blue]
      > Has anybody seen a nice Python 2.2+ compatible based module/package, running
      > on a Win2k box, that makes creating reports from a MySQL database easy?
      >
      > I am both a Python programmer and MySQL programmer so it doesn't have to be
      > too simple, just useful.[/color]
      ....
      If Excel is available, its easy to use ADO to get a ResultSet and load
      it into a spreadsheet.

      Comment

      Working...