[Zope-dev] Zope Tests: 3 OK, 1 Unknown

2007-07-04 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list.
Period Tue Jul  3 12:00:00 2007 UTC to Wed Jul  4 12:00:00 2007 UTC.
There were 4 messages: 4 from Zope Unit Tests.


Unknown
---

Subject: UNKNOWN : Zope-2.10 Python-2.4.4 : Linux
From: Zope Unit Tests
Date: Tue Jul  3 20:44:51 EDT 2007
URL: http://mail.zope.org/pipermail/zope-tests/2007-July/007982.html


Tests passed OK
---

Subject: OK : Zope-2.7 Python-2.3.6 : Linux
From: Zope Unit Tests
Date: Tue Jul  3 20:40:17 EDT 2007
URL: http://mail.zope.org/pipermail/zope-tests/2007-July/007979.html

Subject: OK : Zope-2.8 Python-2.3.6 : Linux
From: Zope Unit Tests
Date: Tue Jul  3 20:41:47 EDT 2007
URL: http://mail.zope.org/pipermail/zope-tests/2007-July/007980.html

Subject: OK : Zope-2.9 Python-2.4.4 : Linux
From: Zope Unit Tests
Date: Tue Jul  3 20:43:18 EDT 2007
URL: http://mail.zope.org/pipermail/zope-tests/2007-July/007981.html

___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )


[Zope] Re: [Zope3-Users] z3c.form 1.4.0, z3c.formui 1.1.0, and z3c.formdemo 1.2.0 released!

2007-07-04 Thread Stephan Richter
On Wednesday 04 July 2007 10:32, Gary Poster wrote:
 This currently fails.

 :~/Dev/formdemo gary$ ./bin/buildout -N

 Develop: '/Users/gary/Dev/formdemo/.'
 Develop: '/Users/gary/Dev/formdemo/z3c.form'
 Traceback (most recent call last):
    File /tmp/tmp-58J2C, line 10, in ?
      execfile('/Users/gary/Dev/formdemo/z3c.form')
 IOError: [Errno 2] No such file or directory: '/Users/gary/Dev/
 formdemo/z3c.form'
 While:
    Installing.
    Processing develop directory '/Users/gary/Dev/formdemo/z3c.form'.

 An internal error occured due to a bug in either zc.buildout or in a
 recipe being used:

 AssertionError:

 Should I just check out z3c.form and put a symlink in there?

I accidently checked in my development setup making z3c.form and z3c.formui 
develop eggs. I just checked in the fix.

Regards,
Stephan
-- 
Stephan Richter
CBU Physics  Chemistry (B.S.) / Tufts Physics (Ph.D. student)
Web2k - Web Software Design, Development and Training
___
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: z3c.form 1.4.0, z3c.formui 1.1.0, and z3c.formdemo 1.2.0 released!

2007-07-04 Thread Stephan Richter
On Wednesday 04 July 2007 01:09, Jeff Kowalczyk wrote:
 Something in z3c.formdemo r77305 gives the following error (r77253 builds
 and runs):

I accidently checked in my development buildout.cfg. I fixed that now and 
everything should be fine.

Regards,
Stephan
-- 
Stephan Richter
CBU Physics  Chemistry (B.S.) / Tufts Physics (Ph.D. student)
Web2k - Web Software Design, Development and Training
___
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: z3c.form 1.4.0, z3c.formui 1.1.0, and z3c.formdemo 1.2.0 released!

2007-07-04 Thread Stephan Richter
On Wednesday 04 July 2007 14:21, Jeff Kowalczyk wrote:
 --- Stephan Richter [EMAIL PROTECTED] wrote:
  I accidently checked in my development buildout.cfg. I fixed that now and
  everything should be fine.

 Thanks, after the API update there is one class of errors remaining in
 AddressBook, with each FormClass occurrence of:

 def updateWidgets(self):
 super(AddressForm, self).updateWidgets()
 for name, widget in self.widgets.items():
 widget.addClass(name)
...
 AttributeError: 'TextWidget' object has no attribute 'addClass'

This is a new API call. :-) In the next release notes I will ask the users to 
checkout the release tags, so that issues like this do not occur.

I just released new packages, so you have to run buildout without the -N 
option, so that it picks up the latest z3c.form and z3c.formui code.

 BTW, is the mailing list the right place to report minor issues with zope3
 packages or add-ons like formdemo? This thread was also started
 crossposted, should it be zope3-users only?

I think zope3-users is the correct mailing list to address issues with Zope 3 
packages, just to keep the zope mailing list less busy.

Regards,
Stephan
-- 
Stephan Richter
CBU Physics  Chemistry (B.S.) / Tufts Physics (Ph.D. student)
Web2k - Web Software Design, Development and Training
___
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: [Zope3-Users] z3c.form 1.4.0, z3c.formui 1.1.0, and z3c.formdemo 1.2.0 released!

2007-07-04 Thread Stephan Richter
On Friday 29 June 2007 05:43, Darryl Cousins wrote:
  Again for the curious and impatient ...
  ---
 
  There is also a new demo, of course! The Questionnaire demo provides a
  form for filling out a simple questionaire about someones Zope community
  involvement and then provides a very simple results page. Technically
  this demo (available for the DIV- and Table-based layouts) demonstrates
  the usage of groups, a new feature of this release, as well as writing
  attribute value adapters.

 The questionnaire returned with errors (because groups return
 RequiredMissing errors). Should fields be selected to name and age only?
 If not, then is there a template registration missing perhaps for the
 fieldsets?

Does this problem still persist? I have worked with the packages the last days 
and everything seems to work just fine.

  Paul has made some great progress recently and we have now two demos
  working, including a fully Javascript-driven calculator. I'll leave it up
  to Paul to decide whether he wants to make an announcement, but he will
  be definitely promoting his work at EuroPython!
 
  secretTo see the demos: Replace formdemo with formjsdemo and follow
  the instructions above./secret

 Amazing. It sent me diving into jquery packages. You all have provided a
 wonderful set of tools. Thank you. Thank you.

Very cool! I think the jquery stuff is very nice and coming along well. Paul 
will be working on form validation the next days, so stay tuned!

Regards,
Stephan
-- 
Stephan Richter
CBU Physics  Chemistry (B.S.) / Tufts Physics (Ph.D. student)
Web2k - Web Software Design, Development and Training
___
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-DB] Errors in install MySQL-python-1.2

2007-07-04 Thread David Daniel Estévez Durey

Hello Bin,

The mysqldb Makelife for Mac OS has a bug. You have to do the following 
change in that file:


Change:
 return popen(mysql_config --%s% what)
for:
 return popen(/usr/local/mysql/bin/mysql_config --%s% what)

And everything should be ok! Good luck!!!


El 03/07/2007, a las 23:52, Bin Hu escribió:


Hi,

I tried to install MySQL-python-1.2 on Intel Mac running OS X 10.4.10. 
I could not build this package. Could anyone give me some suggestions 
on installing MySQL-python on Mac? Thanks!


Bin


python

Python 2.4.4

gcc -v


Using built-in specs.
Target: i686-apple-darwin8
Configured with: /private/var/tmp/gcc/gcc-5367.obj~1/src/configure 
--disable-checking -enable-werror --prefix=/usr --mandir=/share/man 
--enable-languages=c,objc,c++,obj-c++ 
--program-transform-name=/^[cg][^.-]*$/s/$/-4.0/ 
--with-gxx-include-dir=/include/c++/4.0.0 --with-slibdir=/usr/lib 
--build=powerpc-apple-darwin8 --with-arch=nocona --with-tune=generic 
--program-prefix= --host=i686-apple-darwin8 
--target=i686-apple-darwin8

Thread model: posix
gcc version 4.0.1 (Apple Computer, Inc. build 5367)

mysql
---
mysql-5.0.41-osx10.4-i686  (official binary installation)

Build errors
-
$ python setup.py build
running build
running build_py
running build_ext
sh: line 1: mysql_config: command not found
sh: line 1: mysql_config: command not found
sh: line 1: mysql_config: command not found
building '_mysql' extension
gcc -arch ppc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk 
-fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd 
-fno-common -dynamic -DNDEBUG -g -O3 
-I/Library/Frameworks/Python.framework/Versions/2.4/include/python2.4 
-c _mysql.c -o build/temp.macosx-10.3-fat-2.4/_mysql.o

_mysql.c:41:19: error: mysql.h: No such file or directory
_mysql.c:41:19: error: mysql.h: No such file or directory
..

I tried to add -i /usr/local/mysql/include to gcc and got no error 
message. However, setup.py install gave me the following error 
messages:


$ sudo python setup.py install
sh: line 1: mysql_config: command not found
sh: line 1: mysql_config: command not found
sh: line 1: mysql_config: command not found
running install
running build
running build_py
running build_ext
building '_mysql' extension
gcc -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -g 
-bundle -undefined dynamic_lookup 
build/temp.macosx-10.3-fat-2.4/_mysql.o -lz -lmysqlclient_r -o 
build/lib.macosx-10.3-fat-2.4/_mysql.so

/usr//usr/bin/ld: for architecture ppc
/usr/bin/ld: can't locate file for: -lmysqlclient_r
bincollect2: /ld: for architecture i386
/usr/ld returned 1 exit status
bin/ld: can't locate file for: -lmysqlclient_r
collect2: ld returned 1 exit status
lipo: can't open input file: /var/tmp//ccNGrgpw.out (No such file or 
directory)

error: command 'gcc' failed with exit status 1


___
Zope-DB mailing list
Zope-DB@zope.org
http://mail.zope.org/mailman/listinfo/zope-db