[Zope3-Users] Multiple File upload field?

2008-05-09 Thread Suresh V.
Has anyone come across a Multiple File field type that be used in a 
form? This is to allow an unlimited number of files to be uploaded in a 
single form.


I know this exists in the Plone world. Just wanted to check for an 
analogous field for a zope3 application.


Thanks.

Suresh

___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users


[Zope3-Users] Re: best way to get started nowadays?

2007-09-26 Thread Suresh V.

Stephan Richter wrote:

On Saturday 22 September 2007 08:28, Benji York wrote:

Chris Withers wrote:

So, what *is* the standard way now and where can I read about how to
do it?

That's in flux at the moment.  I think Philipp's zopeproject is a step
in the right direction, but haven't had a chance to look at it closely yet.


You can also look at z3c.formdemo and some other packages, as they will build 
a full system for you. You can use it as a start.


  $ svn co svn://svn.zope.org/repos/main/z3c.formdemo/tags/1.4.0 formdemo
  $ cd formdemo
  $ python bootstrap.py
  $ ./bin/buildout -v
  $ ./bin/demo fg


I am getting an error as follows:

, line 158, in openPackageResource
ZConfig.SchemaResourceError: schema component not found
  Package name: 'zope.app.appsetup'
  File name: 'schema/schema.xml'
  Package path: 
['/home/formdemo/eggs/zope.app.appsetup-3.4.0-py2.4.egg/zope/app/appsetup']


Any idea how I can get around this?

Suresh


___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users


[Zope3-Users] Re: Zope3 installation problems on Kubuntu

2006-03-08 Thread suresh

Joshua Zeidner wrote:



Hello,

  I am using the latest Kubuntu 5.10 Breezy Badger and I am trying to 
install Zope3.  Its a fresh Kubuntu install.  I downloaded the 
Zope-3.2.0.tgz file and unpacked it.  I then ran the configure script.  
Then I ran make and get the following problem.  The same thing happens 
when I use the SVN repos.  It appears to have something to do with 
glibs, I checked for the existence of these files and they are there.  
Here is some of the shell output:


---

[EMAIL PROTECTED]:~/zope/Zope-3.2.0$ make
/usr/bin/python install.py -q build
In file included from 
/usr/lib/gcc/i486-linux-gnu/4.0.2/include/syslimits.h:7,

 from /usr/lib/gcc/i486-linux-gnu/4.0.2/include/limits.h:11,
 from /usr/include/python2.4/Python.h:18,
 from 
Dependencies/zope.interface-Zope-3.2.0/zope.interface/_zope_interface_coptimizations.c:15:
/usr/lib/gcc/i486-linux-gnu/4.0.2/include/limits.h:122:61: error: 
limits.h: No such file or directory
In file included from 
Dependencies/zope.interface-Zope-3.2.0/zope.interface/_zope_interface_coptimizations.c:15:
/usr/include/python2.4/Python.h:32:19: error: stdio.h: No such file or 
directory


You are missing the Python/C development development libraries.

You will need to get apt-get python-devel among other things.

Suresh

___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users


[Zope3-Users] Re: browser:form

2006-02-23 Thread suresh

Jeff Shell wrote:

On 2/21/06, David Johnson [EMAIL PROTECTED] wrote:






With formlib, you'd be able to get/set this in the update() method, or
if you're clever, you can do it in publishTraverse so you can have url
like '.../mycontacts/contact/1234'.


Thanks for the mini-tutorial :)

Will publishTraverse work with Five?


--
Suresh

___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users