Re: [Zope] is it possible to upgrade from 2.9 to 2.13?

2011-07-04 Thread Fernando
ion on this bug in 2.10 regarding > ZSQL methods? Would an upgrade from 2.9 to 2.10+ in an app using lots > of > zsql methods cause unforseen issues? > > > On 04/07/11 09:46, Stefan Loidl wrote: > > Hi Fernando, > > > > the option 'enable-product-insta

Re: [Zope] is it possible to upgrade from 2.9 to 2.13?

2011-07-04 Thread Fernando
I couldn't yet find instructions on doing this for Zope. I've been trying to read about this whole new procedure[s] (setup tools, buildout, eggs, virtualenv, ???), but I have the impression the situation has been changing and it's quite hard to figure out what makes sense or works right n

Re: [Zope] is it possible to upgrade from 2.9 to 2.13?

2011-07-04 Thread Fernando
irtualenv? The option to install an Egg without Buildout is not recommended over there. Fernando ___ Zope maillist - Zope@zope.org https://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - https://mail.zope.or

Re: [Zope] Help in deciding approach to Web App

2011-12-05 Thread Fernando
On Dec 5, 2011 09:48 "John Schinnerer" wrote: > On 12/04/2011 09:56 PM, Fernando Martins wrote: > > On 12/04/2011 09:31 PM, John Schinnerer wrote: > > > In any case, this looks (to me anyhow) like a very object-oriented > > > system you are modeli

Re: [Zope] Help in deciding approach to Web App

2011-12-05 Thread Fernando
especially compared to PHP. > > How would you put 500+ objects (for the tools) each with hundreds or thousands of attributes in in ZODB? Regards, Fernando ___ Zope maillist - Zope@zope.org https://mail.zope.org/mailman/listinfo/zope ** No

[Zope] Fwd: Re: Re: Help in deciding approach to Web App

2011-12-05 Thread Fernando
off-topic and even irrelevant with so little specification. Regards, Fernando ___ Zope maillist - Zope@zope.org https://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - https://mail.zope.org/mailman/listinfo/zope-announce https://mail.zope.org/mailman/listinfo/zope-dev )

Re: [Zope] Iterating over objects in ZODB

2015-05-13 Thread Fernando
obj.body() On 13 May 2015, Niels Dettenbach wrote: > Am Mittwoch, 13. Mai 2015, 11:36:03 schrieb Rich Harley: > > is returned. How can I access the actual contents of the Python Script? > > The python script object seems a bit more complex then a DTML-Method object > > - > means you have to acc

[Zope] Session without cookies.

2005-04-11 Thread Fernando Lujan
could I get the Examples? The Zope book has a mention of it, but I couldn't find the URL to download the Examples. Thanks! Fernando Lujan ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding

Re: [Zope] Session without cookies.

2005-04-11 Thread Fernando Lujan
Chris McDonough wrote: On Mon, 2005-04-11 at 16:35, Fernando Lujan wrote: I already changed the browser_id_manager and unchecked the cookies and checked the "Automatically Encode Zope-Generated URLs With A Browser Id" option. But it's just stops working. :( Note tha

Re: [Zope] Session without cookies.

2005-04-11 Thread Fernando Lujan
n't dinamically generated by Zope. For instance, other DTML document will not keep the Session. Is this correct? I need to keep a SESSION through the entire site without cookies. Is that possible? Sorry if I made myself incomprehensible. Fernando Lujan

Re: [Zope] Session without cookies.

2005-04-12 Thread Fernando Lujan
Jens Vagelpohl wrote: On Apr 12, 2005, at 1:02, Fernando Lujan wrote: The URL "test1" in the form tag is obviously *not* generated by Zope. You put it in there manually. So it cannot work as you expect. Hum, I see. Just web pages that aren't dinamically generated by Zope. For

[Zope] ZEO and Sessions.

2005-04-12 Thread Fernando Lujan
t createa new filestorage entry in the zeo.conf, and add some lines in my zope.conf file. Thanks. Fernando Lujan ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lis

Re: [Zope] ZEO and Sessions.

2005-04-12 Thread Fernando Lujan
Chris McDonough wrote: Yes. All the information in that article is geared for Zope 2.5 which had no facility for using mounted databases from a config file... everything up until "At this time you should be able to navigate to the /session_storage folder..." in that article can be done by reconfigu

Re: [Zope] Zeo

2005-04-26 Thread Fernando Lujan
ok at the zope.conf file too. It already have a example of ZEO. Fernando Lujan ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/lis

[Zope] Generating and Downloading PDF.

2005-04-27 Thread Fernando Lujan
receive the following error: *Error Type: NameError* *Error Value: global name 'self' is not defined Is there some import wich I have been missing? Fernando Lujan ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope **

Re: [Zope] Generating and Downloading PDF.

2005-04-27 Thread Fernando Lujan
(data))) R.write(data) It's a way of getting access to context. OK, thanks. But how can I pass the self parameter using the dtml-call tag? is correct? Because I'm using this and works fine. Fernando Lujan ___ Zope maillist - Zope@zope.org

Re: [Zope] Generating and Downloading PDF.

2005-04-27 Thread Fernando Lujan
J Cameron Cooper wrote: Fernando Lujan wrote: J Cameron Cooper wrote: The method that contains your code must have at least the first parameter 'self':: def pdfwrite(self): R = self.REQUEST.RESPONSE R.setHeader('content-type', 'application/rtf') R.s

Re: [Zope] Generating and Downloading PDF.

2005-04-28 Thread Fernando Lujan
eader('content-length', str(len(arquivo))) R.write(arquivo) Thanks for helping... :) Fernando Lujan ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http:/

Re: [Zope] Re: ZEO and session variables.

2005-05-04 Thread Fernando Lujan
rch the history, maybe it could help you. :) I haven't had time to write a "how-to". :( Fernando Lujan ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related

Re: [Zope] Generating and Downloading PDF[Solved]

2005-05-13 Thread Fernando Lujan
Chris Withers wrote: Um? What else is that method returning? I'd suggest you call getrarTCE directly by URL, check you're setting the correct content-type and maybe set a content disposition too... Solved. :) I create a External Method that returns the code. I'm calling the external method using:

[Zope] Managing Users with Postgresql.

2005-05-13 Thread Fernando Lujan
, checking each permission and then allow or deny access to the object. I know that it isn't the best solution, and now I want to change it! :) Which is the best solution to solve my problem? I found pgUserFolder. But I'm not so sure if this will be the best solution. Thanks... Fern

[Zope] Answer's Time

2005-05-19 Thread Fernando Lujan
ppens, if I open another window and click in the same link, I have the response immediately. It's tuly very weird... How can I debug it? I'm using Zope 2.74 with python 2.3.4. Suggestions will be welcome. Thanks and regards. Fernando Lujan __

[Zope] Generatiing Lists with DTML.

2005-05-24 Thread Fernando Lujan
elements? For instance: selected="true"> Thanks. Fernando Lujan ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (

[Zope] Create a list using DTML.

2005-05-24 Thread Fernando Lujan
elements? For instance: selected="true"> Thanks. Fernando Lujan ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (

Re: [Zope] Create a list using DTML.

2005-05-24 Thread Fernando Lujan
1,2,3}. I modify it to a (1,2,3) and finally I try the Following this api: list (sequence) Return a list whose items are the same and in the same order as sequence's items. If sequence is already a list, a copy is made and returned, similar t

Re: [Zope] Create a list using DTML.

2005-05-27 Thread Fernando Lujan
On 24/05/05, J Cameron Cooper <[EMAIL PROTECTED]> wrote: > Personally, I'd probably just do something like:: > "{1,2,3}"[1:-1].split(',') This code works as expected... Thanks! :) -- Fernando Lujan ___

[Zope] Visual Reporting tool.

2005-06-01 Thread Fernando Lujan
Hi, I want to know, if is there a visual reporting tool? Like JasperReport, for example, wich works with reportlab's libraries and generate a .py. Thanks and regards, Fernando Lujan ___ Zope maillist - Zope@zope.org http://mail.zope.org/ma

[Zope] WebDav or Calendar.

2005-06-01 Thread Fernando Lujan
Hi, I need a Calendar or WebDav product wich runs with Zope, allow me to share my calendar with others users using mozilla Calendar, Sunbird. evolution, outlook and so on...Something like OpenGroupware. Do someone have a good suggestion? :) Thanks and regards. Fernando Lujan

Re: [Zope] Datetime bug in Zope-2.7.6?

2005-06-13 Thread Luiz Fernando
his in this list not a long ago. I think this is a problem of interpretation on how the default behavior should be as these dates do not have any Timezone information. But I would prefer zope to work the same as python itself, that works as expected. Luiz Fernando B. Ribeiro

Re: [Zope] Datetime bug in Zope-2.7.6?

2005-06-15 Thread Luiz Fernando
Andreas Jung escreveu: --On 14. Juni 2005 00:17:19 -0300 Luiz Fernando <[EMAIL PROTECTED]> wrote: But I would prefer zope to work the same as python itself, that works as expected. You mean "datetime"? It is unlikely that this will happen for Zope 2 in the future.

Re: [Zope] ZPsycopg - Losing Connections

2005-07-27 Thread Fernando Lujan
On 7/27/05, David <[EMAIL PROTECTED]> wrote: > Python 2.3.5 - Zope 2.7.5 - PostgreSQL 7.3.4 - Psycopg 1.1.18 - > Solaris 8 (Intel) The Psycopg version 1.1.19 solves this problem. :) -- Fernando Lujan ___ Zope maillist - Zope@z

Re: [Zope] ZPsycopg - Losing Connections

2005-07-27 Thread Fernando Lujan
On 7/27/05, Peter Bengtsson <[EMAIL PROTECTED]> wrote: > On 7/27/05, Fernando Lujan <[EMAIL PROTECTED]> wrote: > > On 7/27/05, David <[EMAIL PROTECTED]> wrote: > > > Python 2.3.5 - Zope 2.7.5 - PostgreSQL 7.3.4 - Psycopg 1.1.18 - > > > Solaris 8 (Inte

[Zope] Showing the results per pages.

2005-08-01 Thread Fernando Lujan
HI, I have a sql-method which returns a dinamic number of tuples. How can I split it and show the result using a per page separation? Something like Google's results when we have a huge number of results... ;) Thanks. -- Fernando Lujan ___

Re: [Zope] Help need for a Zope presentation to java lovers...

2005-08-18 Thread Fernando Lujan
CMS system. > > And they wonder if Zope is better than a JSP/Struts/Velocity solution. Please, give us a feedback about your presentation. ;) It's a very interesting topic to discuss. Fernando Lujan ___ Zope maillist - Zope@zope.org http

[Zope] OOP and Zope.

2005-08-19 Thread Fernando Lujan
Hi, I try to find information about programming in Zope with the OO paradigm. I didn't find many documentation... For instance, how can I define classes and instances once I just work with dtml-methods and dtml-documents? Thanks. Fernando

Re: [Zope] Re: OOP and Zope.

2005-08-22 Thread Fernando Lujan
, which are also OO. I have a good knowledge of using python, there's some tutorial about using it inside Zope with a OO design? Thanks. Fernando Lujan ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross pos

Re: [Zope] Re: OOP and Zope.

2005-08-26 Thread Fernando Lujan
ask a last question... Is there a tutorial which allows me to work with pages in the .py format? Then, I could only use python to generate the content... :D I've seen a lot of pages in this format... Does Zope works with it? Fernando Lujan ___ Zope

Re: [Zope] Zope scalability / efficiency question

2005-09-21 Thread Fernando Lujan
- # CPUs == # of Zope instances Hi Andrew, And how can I distribute the load over these Instances, running on the same machine? Thanks in advance. Fernando Lujan ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope

[Zope] DateTime again.

2005-10-17 Thread Fernando Lujan
Is it possible to informe the DateTime module about the date format without changing the zope.conf file? Format: dd/mm/ When I try the it returns 2005/12/11 instead of 2005/11/12. Thanks in Advance. Fernando Lujan ___ Zope maillist - Zope

[Zope] zope 2.8.4 on windows 98

2005-11-12 Thread Fernando Martins
t is it the intention that zope is not supported on win98? Is there a workaround? Fernando ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )

[Zope] Re: zope 2.8.4 on windows 98

2005-11-13 Thread Fernando Martins
Andreas Jung wrote: >> On Sat, 12 Nov 2005 03:52:28 -0800, Fernando Martins >> wrote: >> >>> I understand the problem, but is it the intention that zope is not >>> supported on win98? >> >> Yes, I believe this is intentional. Windows 98 is a seven

RE: [Zope] Re: zope 2.8.4 on windows 98

2005-11-14 Thread Fernando Martins
assume it doesn't change the source code. I didn't have the time to try the tarball in win98SE. I have no idea how much work that could be. Fernando ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )

RE: [Zope] Re: zope 2.8.4 on windows 98

2005-11-15 Thread Fernando Martins
I've From: Andreas Jung [mailto:[EMAIL PROTECTED] > --On 15. November 2005 11:09:08 + Chris Withers > <[EMAIL PROTECTED]> wrote: > > > Fernando Martins wrote: > >> > >> File "C:\PROGRAM > >> FILES\ZOPE-2.8.4\

[Zope] HTML to PDF.

2005-11-16 Thread Fernando Lujan
be welcome. Thanks, Fernando Lujan ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.o

Re: [Zope] HTML to PDF.

2005-11-18 Thread Fernando Lujan
Chris Withers wrote: Fernando Lujan wrote: It's easy to configure and stuff? We currently are working with the reportlab, but it's painful to change the document... :( I need a product which generates a PDF file on the fly. I'm guessing you're using the open sour

Re: [Zope] HTML to PDF.

2005-11-23 Thread Fernando Lujan
Chris Withers wrote: A tool to do what, specifically? A Front-End to design the PDF format. Like Jasper Reports, but one which works with python and reporlab. :) Thanks. Fernando Lujan ___ Zope maillist - Zope@zope.org http://mail.zope.org

Re: [Zope] HTML to PDF.

2005-11-23 Thread Fernando Lujan
Andreas Jung wrote: --On 23. November 2005 16:08:42 -0200 Fernando Lujan <[EMAIL PROTECTED]> wrote: Chris Withers wrote: A tool to do what, specifically? A Front-End to design the PDF format. Like Jasper Reports, but one which works with python and reporlab. :) Did you l

Re: [Zope] HTML to PDF.

2005-11-23 Thread Fernando Lujan
Andreas Jung wrote: --On 23. November 2005 16:45:00 -0200 Fernando Lujan <[EMAIL PROTECTED]> wrote: Yes and I found this product: http://www.stylusstudio.com/xml_screenshots.html You should read my former answer carefully. I pointed you to the tool "CSSTOXSLFO"

Re: [Spam] Re: [Zope] HTML to PDF.

2005-11-23 Thread Fernando Lujan
Asad Habib wrote: Fernando. There is a python equivalent of the PHP script HTML_ToPDF.php that you can use as well. And it's free as well! Thanks Asad. I already downloaded it... How can I use it passing a HTML file and returning a PDF to the browser? Did you already work with it? T

[Zope] init.d script and out of place instances

2005-11-23 Thread Fernando Martins
nning Ubuntu) Is there any solution? Is this specific to the distribution? Regards, Fernando ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zop

[Zope] init.d script and out of place instances

2005-11-24 Thread Fernando Martins
n/how-to/helpcenterhowto.2005-10-24.6883487858/ talkback/1130736742/discussionitem_view Debian zope/plone package web page: http://pkg-zope.alioth.debian.org/ Regards, Fernando ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo

[Zope] Python Classes and Zope.

2005-12-01 Thread Fernando Lujan
f() I'm using zope 2.7.x series. Thanks in advance. Fernando Lujan ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-

Re: [Zope] Python Classes and Zope.

2005-12-01 Thread Fernando Lujan
Andreas Jung wrote: Sure you can but you shouldn't..you start with one class and at the end you have an application with tons of such codeyou can program that way but you shouldn't :-) I will print and read the Developer Book... ;) Thanks for all replies. Fern

[Zope] Going to 3.0

2006-01-09 Thread Fernando Lujan
s and OO and ZPT. I already install Zope 3.1.0 and try to copy the Data.fs. But it produces a lot of erros. How can I handle this? Will exist a way to migrate from Zope 2.x to Zope 3.x? Thanks in advance. Fernando Lujan ___ Zope maillist - Zope@zop

Re: [Zope] Going to 3.0

2006-01-09 Thread Fernando Lujan
2006/1/9, Andreas Jung <[EMAIL PROTECTED]>: > > I already install Zope 3.1.0 and try to copy the Data.fs. > >From where to where? >From /home/zope/zope2.0/var/Data.fs to /home/zope/zope3.0/var/ > >But it > > produces a lot of erros. How can I handle this? > > Which errors? Hi Andreas, Thanks

Re: [Zope] Going to 3.0

2006-01-09 Thread Fernando Lujan
2006/1/9, Fernando Lujan <[EMAIL PROTECTED]>: > 2006/1/9, Andreas Jung <[EMAIL PROTECTED]>: > > Which errors? Hi Andreas, Thanks for the reply. :) This behavior is intriguer since we only use DTML with logic and stuff... Nothing special as our own products etc... We su

[Zope] LocalFS problem

2006-02-20 Thread Fernando Martins
calFS accessed through zope directly (another port; no apache) is delivered fine. So, the combination Apache+NTLM+FastCGI+RemoteUserFolder with LocalFS isn't working well. The only clue I have is that I get the file object description rather than the file itself. Any hints? TIA

RE: [Zope] LocalFS problem

2006-02-21 Thread Fernando Martins
Hi Chris, > Fernando Martins wrote: > > I'm using LocalFS 1.7rc? and Zope 2.8.? in a Suse system. More > importantly > > for this case, zope is behind Apache 1.39 with module NTLM, > > What are you using to do NTLM? simply mod_ntlm. I'm following the procedure

[Zope] single sign-on

2006-03-30 Thread Fernando Martins
Hi, I'm doing single sign-on using Apache+mod_ntlm+FastCGI. Since the last is deprecated, is there any alternative? TIA, Fernando Martins ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or

RE: [Zope] single sign-on

2006-03-30 Thread Fernando Martins
is would solve a SSO issue. > > -aj > Yes, I understand the alternative to FastCGI, but mod_proxy doesn't pass the required environmental variable REMOTE_USER to zope. I was asking about single sign-on alternatives for Zope. Fernando ___

RE: [Zope] single sign-on

2006-03-30 Thread Fernando Martins
Lennart Regebro wrote: > On 3/30/06, Fernando Martins <[EMAIL PROTECTED]> wrote: > > Yes, I understand the alternative to FastCGI, but mod_proxy > doesn't pass the required environmental variable REMOTE_USER to > zope. I was asking about single sign-on alternatives

RE: [Zope] single sign-on

2006-03-31 Thread Fernando Martins
roblem with the current setup. I provide some files from the file system, through LocalFS, but it doesn't work with Apache+NTLM+FastCGI. Rather than getting the file I get the description of the object, like Regards, Fernando ___ Zope maillist

RE: [Zope] single sign-on

2006-04-01 Thread Fernando Martins
or money) to fix it. Any idea if it would be a simple matter of patching RemotUserFolder or would it require additional patching to VHM, etc? If feasible, this could indeed be a nice solution, only with positive impact (get rid of FastCGI). Regards, Fernando ___ Zo

RE: [Zope] single sign-on

2006-04-01 Thread Fernando Martins
be later dereferenced in many situations, but usually from within XSSI (via ) or CGI (e.g. $ENV{'VAR'})." But, unless I'm missing something, this solution hits the problem that environment variables are not passed into zope (except through FastCGI). Regards, Fernando __

RE: [Zope] single sign-on

2006-04-03 Thread Fernando Martins
ecognition, personalisation, instant gratification,... ;-) Cheers, Fernando ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-an

[Zope] is it possible to upgrade from 2.9 to 2.13?

2011-07-03 Thread Fernando Martins
considering a major upgrade to 2.12 or 2.13 and I was trying 2.13.8. However, how can I install products?? It states in 2.12 "What's new" that they are still working but in fact merely dropping Products in the site-packages does not add a product. Re

Re: [Zope] is it possible to upgrade from 2.9 to 2.13?

2011-07-03 Thread Fernando Martins
On 07/03/2011 09:30 AM, Fernando Martins wrote: > merely dropping Products in the site-packages does not add a product. > Browsing through the list I saw this post: https://mail.zope.org/pipermail/zope/2011-June/176165.html with reference to a directive in zope.conf: products /usr

[Zope] about the leakage in Shared.DC.ZRDB.Results.Results

2011-07-03 Thread Fernando Martins
package, SQL Adaptor (not useful to me) because of this bug. Is it an indication the bug is too hard to fix? Fernando ___ Zope maillist - Zope@zope.org https://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists

[Zope] Unused options for buildout: 'eggs'.

2011-07-08 Thread Fernando Martins
ar where to put it inside buildout.cfg. Can someone enlighten me here, please? Frankly, I miss the old drop-in Products folder. There might be advantages with the new system(s), but simplicity is lost and no documentation seems available. Regards, Fernando

Re: [Zope] Unused options for buildout: 'eggs'.

2011-07-15 Thread Fernando Martins
On 07/15/2011 09:28 AM, Chris Withers wrote: > On 09/07/2011 00:21, Fernando Martins wrote: >> I installed zope 2.13.8 per instructions on >> http://docs.zope.org/zope2/releases/2.13/INSTALL-buildout.html > > Which bit? > > Well, as a general feedback, the documenta

Re: [Zope] Upgrading from 2.10 to 2.13

2011-09-02 Thread Fernando Martins
Can you tell which procedure did you follow? Regards, Fernando ___ Zope maillist - Zope@zope.org https://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - https://mail.zope.org/mailman/listinfo/z

Re: [Zope] REST webservice on Zope 2

2011-09-14 Thread Fernando Martins
exists a library for that in zope2. Fernando On 09/14/2011 12:59 PM, Vimal wrote: > Hi all, > We need to implement a webservice for our Zope 2 website. Among SOAP and > REST, REST appears to be easier to implement for what we need - return json > or > xml based on the URLs acces

Re: [Zope] Help in deciding approach to Web App

2011-12-04 Thread Fernando Martins
tand better your problem and what could be a better approach with little investment. Essentially you try the classical approach and if it does not work well, either you are doing something wrong, or you have a better understanding of your needs and where to go. Good luck, Fernando ___

Re: [Zope] Help in deciding approach to Web App

2011-12-04 Thread Fernando Martins
is no "which is better" question, is it? You might want to look at http://phptal.org/ a library that provides a templating system similar to ZPT. The advantage is the better separation between presentation and business layers. Regards, Fernando _

Re: [Zope] Help in deciding approach to Web App

2011-12-04 Thread Fernando Martins
ls as of now, and it is bound to grow in the future as newer tools are introduced. Existing tools will also have version updates. Each tool, on average, has at least 100 properties that define the tool. Some of them have as high as 1000 unique properties." Regards

Re: [Zope] Zope Digest, Vol 91, Issue 2

2011-12-05 Thread Fernando Martins
On 12/05/2011 03:12 PM, Sareesh Sudhakaran wrote: Hi John and Fernando Intuitively I feel that my project fits in with an Object DB, which is why I have spent a lot of time trying to understand its methodology. But now I'm more confused than ever. Sareesh, could you be more specific

Re: [Zope] charset problems (utf-8)

2012-02-06 Thread Fernando Martins
it doesn't help. Regards, Fernando ___ Zope maillist - Zope@zope.org https://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - https://mail.zope.org/mailman/listinfo/zope-announce https://mail.zope.org/mailman/listinfo/zope-dev )

Re: [Zope] Zopache = ZTK + Grok + ZMI

2014-07-30 Thread Fernando Martins
it is very cost effective for some use cases. I don't know about ZTK, Grok. Fernando Martins Anyhow if you are curious I am clozinski on skype. Regards Chris ___ Zope maillist - Zope@zope.org https://mail.zope.org/mailman/listinfo/zope ** No c

Re: [Zope] Zopache = ZTK + Grok + ZMI

2014-07-31 Thread Fernando Martins
On 07/31/2014 06:33 AM, Christopher Lozinski wrote: On 7/30/14, 10:50 PM, Fernando Martins wrote: I don't know about ZTK, Grok. ... Okay so that tells you what ZTK and Grok are. Back to your application. I never needed it directly and I wonder if it was not a case of over-engineering

[Zope] Access log

2005-05-09 Thread Luiz Fernando B. Ribeiro
"%v" (virtualhost) field in the current access log? I'm using Zope 2.6 from Debian sarge. Thanks in advance, -- Luiz Fernando B. Ribeiro Engenho Soluções para a Internet +55 11 6959-7610 ___ Zope maillist - Zope@zope.org http://mail.z

[Zope] Strage behavior in Scripts

2005-05-12 Thread Luiz Fernando B. Ribeiro
;, line 53, in ? class GifImageFile(ImageFile.ImageFile): AttributeError: 'module' object has no attribute 'ImageFile' I'm using zope 2.7 from Debian sarge. Thanks, -- Luiz Fernando B. Ribeiro Engenho Soluções para a Internet +55 11 6959-7610 _

[Zope] strftime

2005-05-13 Thread Luiz Fernando B. Ribeiro
code to not use strftime and manually retrieve .month() .day() .year() it is also correct. My locale in Zope is set to BRT and in console everything works. Zope 2.7 and Pthin 2.3 from debian sarge. Thanks, -- Luiz Fernando B. Ribeiro Engenho Soluções para a Internet +55 11 6959

[Zope] WebDAV

2005-06-27 Thread Luiz Fernando B. Ribeiro
e not authorized to access this resource. Thanks in advance, -- Luiz Fernando B. Ribeiro Engenho Soluções para a Internet +55 11 6959-7610 ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML enc

Re: [Zope] WebDAV

2005-06-28 Thread Luiz Fernando B. Ribeiro
Dieter Maurer wrote: Luiz Fernando B. Ribeiro wrote at 2005-6-27 16:00 -0300: I'm using webdav to update to access files from Dreamweaver and it is working fine but when I try to use windows web folders feature it fails with the following error in zope log. It seems that windo

[Zope] acl_users in MySQL

2006-06-16 Thread Luiz Fernando B. Ribeiro
27;m using my own authentication method but with this I'm loosing a lot of Zope features. Zope 2.9 MySQl 4.1 Using reverse proxy with Pound Any suggestions? Thanks in advance. -- Luiz Fernando B. Ribeiro Engenho Soluções para a Internet __

[Zope] Transaction rollback

2006-06-20 Thread Luiz Fernando B. Ribeiro
Zope 2.9. What is the modern way of doing this? Thanks in advance. -- Luiz Fernando B. Ribeiro Engenho Soluções para a Internet ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding

[Zope] Import Modules

2006-06-23 Thread Luiz Fernando B. Ribeiro
vance, -- Luiz Fernando B. Ribeiro ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/lis

[Zope] Re: Import Modules

2006-06-26 Thread Luiz Fernando B. Ribeiro
xamples.py work as expected. I'm amazed that the example given in the Products/PythonScripts/README.txt (using re) doesn't work, why is it there? Thanks all for your time. Luiz Fernando ___ Zope maillist - Zope@zope.org http://mail.zope.

[Zope] Rollback and delete weird behavior

2006-07-01 Thread Luiz Fernando B. Ribeiro
k was only effective against a "2nd level" instruction. This is a really odd behavior but with this trick the rollback was done correctly. Has anyone ever seen this? Luiz Fernando B. Ribeiro ___ Zope maillist - Zope@zope.org http://mail.

[Zope] UnicodeDecodeError

2006-08-14 Thread Luiz Fernando Bernardes Ribeiro
, in _exec Module Products.PageTemplates.PageTemplate , line 105, in pt_render Module StringIO, line 271, in getvalueUnicodeDecodeError: 'ascii' codec can't decode byte 0xe1 in position 50: ordinal not in range(128) Thanks in advance,-- Luiz Fernando B. Ribeiro

[Zope] Change the encoding of a single ZPT page

2006-08-29 Thread Luiz Fernando Bernardes Ribeiro
859-1') in the xml file.Flash loads the xml but all international characters disappears.I'm using Zope 2.9, MySQL 4.0 with ISO8859-1 encoding.Thanks in advance,-- Luiz Fernando B. Ribeiro ___ Zope maillist - Zope@zope.org http://mail.z

Re: [Zope] Change the encoding of a single ZPT page

2006-08-30 Thread Luiz Fernando Bernardes Ribeiro
2006/8/29, Andreas Jung <[EMAIL PROTECTED]>: --On 29. August 2006 12:28:30 -0300 Luiz Fernando Bernardes Ribeiro<[EMAIL PROTECTED] > wrote:> Hello all,>> Is it possible to change the encoding of a page without having to change > the> default-zpublisher-encoding option

Re: [Zope] Change the encoding of a single ZPT page

2006-08-30 Thread Luiz Fernando Bernardes Ribeiro
2006/8/30, Luiz Fernando Bernardes Ribeiro <[EMAIL PROTECTED]>: 2006/8/29, Andreas Jung <[EMAIL PROTECTED]>: --On 29. August 2006 12:28:30 -0300 Luiz Fernando Bernardes Ribeiro<[EMAIL PROTECTED] > wrote:> Hello all,>> Is it possible to change the encoding of a page wit

Re: [Zope] Change the encoding of a single ZPT page

2006-09-05 Thread Luiz Fernando Bernardes Ribeiro
2006/8/31, Andreas Jung <[EMAIL PROTECTED]>: --On 31. August 2006 19:28:54 +0200 Dieter Maurer <[EMAIL PROTECTED]>wrote:> Luiz Fernando Bernardes Ribeiro wrote at 2006-8-30 14:08 -0300:>> 2006/8/29, Andreas Jung < [EMAIL PROTECTED]>:>> ...>> After trying

Re: [Zope] idiotic dreamweaver question

2006-09-21 Thread Luiz Fernando Bernardes Ribeiro
e your profile folder).The syntax is simple.-- Luiz Fernando B. Ribeiro ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/li