[reportlab-users] reportlab basic problem
Andy Robinson
reportlab-users@reportlab.com
Fri, 17 Sep 2004 12:57:29 +0100
You are asking the ReportLab user group questions
about wxPython and various SQL connectors on FreeBSD -
three things totally unconnected to the ReportLab library.
I think you want to ask these on a wxPython user group!
- Andy
> -----Original Message-----
> From: reportlab-users-admin@reportlab.com
> [mailto:reportlab-users-admin@reportlab.com]On Behalf Of Tim Smith
> Sent: 17 September 2004 12:50
> To: reportlab-users@reportlab.com
> Subject: Re: [reportlab-users] reportlab basic problem
>
>
> On Fri, 17 Sep 2004 09:07 pm, Andy Robinson wrote:
> ok i went hunting for errors and this is what i have found
> "Setup text control boxes"
> ABN = wx.TextCtrl(MainPanel, 0, "33 161 604 321")
> CompanyName = wx.TextCtrl(MainPanel, 0, "Open Networks")
> Billto = wx.TextCtrl(MainPanel, 0,)
> Hours = wx.TextCtrl(MainPanel,0,)
> Rate = wx.TextCtrl(MainPanel, 0,)
> Email = wx.TextCtrl(MainPanel, 0,)
> *snip*
>
> SubmitSQL(wx.Control.GetLabel(ABN), wx.Control.GetLabel(CompanyName),
> wx.Control.GetLabel(Billto),
> wx.Control.GetLabel(Hours),
> wx.Control.GetLabel(Rate),
> wx.Control.GetLabel(Email))
>
> produces this error
>
> SubmitSQL(wx.Control.GetLabel(ABN), wx.Control.GetLabel(CompanyName),
> TypeError: unbound method GetLabel() must be called with
> wxControl instance as
> first agrument (got wxTextCtrl instance instead)
>
> this code worked under windows perfectly :\
>
> > > On Thu, 16 Sep 2004 05:39 pm, Robin Becker wrote:
> > > thanks it all works great! i am making pdf's and putting content
> > > on them no
> > > sweat, BUT now i have tried to run my code on freebsd 4.10
> and i get no
> > > pdf`s! no errors either, it's strange
> >
> > You will have to be much more specific if we are to help you.
> > Show us a shell command and output, define your python path
> > etc...
> >
> > - Andy
> >
> > _______________________________________________
> > reportlab-users mailing list
> > reportlab-users@reportlab.com
> > http://two.pairlist.net/mailman/listinfo/reportlab-users
> _______________________________________________
> reportlab-users mailing list
> reportlab-users@reportlab.com
> http://two.pairlist.net/mailman/listinfo/reportlab-users