Re: [Zope] mxODBC config probs for MSSQL

2005-12-29 Thread Jens Vagelpohl
On 29 Dec 2005, at 01:20, Rob Jingle wrote: Error message: ('IM003', 0, '[iODBC][Driver Manager]Specified driver could not be loaded', 8222) This does not look like a mxODBCZopeDA problem at all. You have problems in the layer underneath, the iODBC setup on that box. I'm using the product

Re: [Zope] DateTime().Time() gets Insufficient Privileges error, why?

2005-12-29 Thread Jens Vagelpohl
On 29 Dec 2005, at 04:53, Jamie O'Keefe wrote: I am trying to get the latest time in a Python Script. I declare: from DateTime.DateTime import DateTime But when I run: t = DateTime().latestTime() or t = DateTime().Time() I always get an Insufficient Privileges error. Instead o

Re: [Zope] Change ZSQLMethod connection id

2005-12-29 Thread Tino Wildenhain
Fabio schrieb: > Hi! > I solved (partially) my problem: very thanks. > > I studied acquisition and then I understood your example. > > I've another problem (the last, I hope): I call some ZSQLMethod from > Python scripts so I need to execute a command dynamically. > example > I need to execute > '

Re: [Zope] DateTime().Time() gets Insufficient Privileges error, why?

2005-12-29 Thread Andreas Jung
--On 29. Dezember 2005 11:57:08 +0100 Jens Vagelpohl <[EMAIL PROTECTED]> wrote: On 29 Dec 2005, at 04:53, Jamie O'Keefe wrote: I am trying to get the latest time in a Python Script. I declare: from DateTime.DateTime import DateTime But when I run: t = DateTime().latestTime() or

Re: [Zope] Please help with DTML-in (newbie)

2005-12-29 Thread Alric Aneron
thanks you all!! This helped a lot!Tino Wildenhain <[EMAIL PROTECTED]> wrote: J Cameron Cooper schrieb:> Alric Aneron wrote:> >> Hello, I am new to Zope and DTML.>> I am trying to use a python script to call a Z SQL method. The python>> script also has a list that >> over. so my python script:>>

[Zope] Re: python build errors

2005-12-29 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 David Bear wrote: > I installed python 2.3.5 in order to keep my zope happy. However, make test > yeilded some unexpected errors: > > 1 test failed: > test_zipimport > 35 tests skipped: > test_aepack test_al test_audioop test_bsddb test_bsddb1

[Zope] What's limiting my file uploads?

2005-12-29 Thread Kirk Strauser
I have a very simple form on my site: Username Password File It posts to a trivial Python script: request = container.REQUEST return request For testing purposes, the contents of "username" and "password" are six bytes long. As long as the file specified in "contents"

[Zope] Re: DateTime().Time() gets Insufficient Privileges error, why?

2005-12-29 Thread Jamie O'Keefe
Nevermind. I later found that I could not call HTTPConnection from my python script in Zope and ended up going straight to running it in python 2.3. Jamie On 12/28/05, Jamie O'Keefe <[EMAIL PROTECTED]> wrote: > I am trying to get the latest time in a Python Script. > > I declare: > >from Dat

[Zope] Re: DateTime().Time() gets Insufficient Privileges error, why?

2005-12-29 Thread Jamie O'Keefe
Thanks Andreas and Jens for the helpful tip. Jamie ___ 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] Javascript obfuscator and Zope

2005-12-29 Thread David H
Hi list, I am wondering if anyone is obfuscating JavaScript using a python script or product. I did some googling but nothing cropped up. Seems like a nice idea unless the realities of javascript obfuscation make the exercise pointless. Any thoughts? David _

[Zope] Zope LDAP connection

2005-12-29 Thread Ricardo Alves
Hi! Is there any product that features LDAP connections in Zope. Just like ZMySQLDA for MySQL databases (not a user folder). In a fast search, I found ZopeLDAP, but it was last released in 2000. Is there someone working on ldap+zope "low level" stuff? Thanks a lot, Ricardo Alves _

[Zope] Re: What's limiting my file uploads?

2005-12-29 Thread Florent Guillaume
Kirk Strauser wrote: As soon as the length of the submission crosses the 7843 byte barrier, though, it becomes empty: form cookies ... I can't figure out what's going on. In zope.conf, "cgi-maxlen" is unset (and therefore should default to zero). "http-header-max-length" defaults to 81

Re: [Zope] Zope LDAP connection

2005-12-29 Thread Einar Næss Jensen
On 12/30/05, Ricardo Alves <[EMAIL PROTECTED]> wrote: > Is there any product that features LDAP connections in Zope. Just like > ZMySQLDA for MySQL databases (not a user folder). > > In a fast search, I found ZopeLDAP, but it was last released in 2000. Is > there someone working on ldap+zope "low

Re: [Zope] Zope LDAP connection

2005-12-29 Thread Ricardo Alves
Einar Næss Jensen wrote: On 12/30/05, Ricardo Alves <[EMAIL PROTECTED]> wrote: Is there any product that features LDAP connections in Zope. Just like ZMySQLDA for MySQL databases (not a user folder). In a fast search, I found ZopeLDAP, but it was last released in 2000. Is there someone workin

Re: [Zope] Javascript obfuscator and Zope

2005-12-29 Thread Jens Vagelpohl
On 29 Dec 2005, at 23:45, David H wrote: Hi list, I am wondering if anyone is obfuscating JavaScript using a python script or product. I did some googling but nothing cropped up. Seems like a nice idea unless the realities of javascript obfuscation make the exercise pointless. That

Re: [Zope] Javascript obfuscator and Zope

2005-12-29 Thread David H
Jens Vagelpohl wrote: On 29 Dec 2005, at 23:45, David H wrote: Hi list, I am wondering if anyone is obfuscating JavaScript using a python script or product. I did some googling but nothing cropped up. Seems like a nice idea unless the realities of javascript obfuscation make the ex