Re: [dabo-users] pdf page count

2009-07-20 Thread Carl Karsten
On Mon, Jul 20, 2009 at 7:38 PM, John wrote: > On Monday 20 July 2009 05:03:46 pm Carl Karsten wrote: >> > anyone know how >> > to get a page count from a pdf? >> >> OK, that's dumb.  Anyone know how I can get the page count from: >> >>    # generate the pdf in the buffer, using the layout and data

Re: [dabo-users] ReportDesigner RuntimeError: maximum recursion

2009-07-20 Thread Paul McNett
Carl Karsten wrote: > I am trying to track down when it changed, so I wrote a small .py, > which gives the same error, but does create the .pdf - anyone know how > to get a page count from a pdf? That will at least let me figure out > when the report engine changed from good to bad. Have you trie

Re: [dabo-users] pdf page count

2009-07-20 Thread John
On Monday 20 July 2009 05:03:46 pm Carl Karsten wrote: > > anyone know how > > to get a page count from a pdf? > > OK, that's dumb. Anyone know how I can get the page count from: > ># generate the pdf in the buffer, using the layout and data >rw = dReportWriter(OutputFile=buffer, ReportFor

Re: [dabo-users] pdf page count

2009-07-20 Thread John
On Monday 20 July 2009 05:03:46 pm Carl Karsten wrote: > > anyone know how > > to get a page count from a pdf? > > OK, that's dumb. Anyone know how I can get the page count from: > ># generate the pdf in the buffer, using the layout and data >rw = dReportWriter(OutputFile=buffer, ReportFor

Re: [dabo-users] ReportDesigner RuntimeError: maximum recursion

2009-07-20 Thread Carl Karsten
I got distracted. my real problem is something changed in the last year. imagine that. last year I would get everything on one page. good. Now I get a blank page, then most of the content, then a bit on page 3. bad. I am trying to track down when it changed, so I wrote a small .py, which gives

[dabo-users] pdf page count

2009-07-20 Thread Carl Karsten
> anyone know how > to get a page count from a pdf? OK, that's dumb. Anyone know how I can get the page count from: # generate the pdf in the buffer, using the layout and data rw = dReportWriter(OutputFile=buffer, ReportFormFile=xmlfile, Cursor=ds) rw.write() I am not opposed to adding

[dabo-users] ReportDesigner RuntimeError: maximum recursion

2009-07-20 Thread Carl Karsten
But then it lets me into the editor, and I can preview. .rfxml is from about a year ago. ju...@dhcp216:~/temp/dre$ ~/dabo-trunk/ide/ReportDesigner.py release.rfxml Exception RuntimeError: 'maximum recursion depth exceeded in __subclasscheck__' in ignored Exception RuntimeError: 'maximum recursi

Re: [dabo-users] "nonnumeric port" exception when starting Springboard/People Dabo web application

2009-07-20 Thread Ed Leafe
On Jul 20, 2009, at 8:00 AM, Jacek Kałucki wrote: > My url is http://localhost:5000 > There is no problem with server connection. > Exception occurs when I push "Launch App" button. Understood. Did you correct the problem I mentioned with your using backslashes instead of normal slashe

Re: [dabo-users] "nonnumeric port" exception when starting Springboard/People Dabo web application

2009-07-20 Thread Jacek Kałucki
Użytkownik Ed Leafe napisał: > Looks like you are using backslashes in your URL. Change them to > forward slashes. > My url is http://localhost:5000 There is no problem with server connection. Exception occurs when I push "Launch App" button. -- Regards Jacek Kałucki __

Re: [dabo-users] "nonnumeric port" exception when starting Springboard/People Dabo web application

2009-07-20 Thread Ed Leafe
On Jul 20, 2009, at 7:00 AM, Jacek Kałucki wrote: >raise InvalidURL("nonnumeric port: '%s'" % host[i+1:]) > httplib.InvalidURL: nonnumeric port: '5000\manifest\people\diff' Looks like you are using backslashes in your URL. Change them to forward slashes. -- Ed Leafe _

[dabo-users] "nonnumeric port" exception when starting Springboard/People Dabo web application

2009-07-20 Thread Jacek Kałucki
Hi, Server side code starts smoothly, but I receive exception when starting client side sample application. Did I missed something? I use pylons 0.9.7. File "C:\Python25\lib\site-packages\dabo\ui\uiwx\dControlMixin.py", line 27, in _onWxHit self.raiseEvent(dEvents.Hit, evt, *args, **kwargs