[Zope] Help me some error when I complie Zope!

2007-03-23 Thread Duc Toan
I'm using WindowsXP, Python 2.4.3, Visual Studio 2005. When I complie Zope 2.9.6 from source, it alway alert: running build_ext creating zope.proxy copying zope/proxy\proxy.h - zope.proxy error: The .NET Framework SDK needs to be installed before building extensions for Python. NMAKE : fatal

Re: [Zope] Help me!

2006-01-13 Thread Dieter Maurer
Bruno Grampa wrote at 2006-1-9 23:39 +0100: i'm building a site to sell images (this is the concept, the reality is different...). All the images are in a directory mapped through LocalFS product. For every image i have a record in a SQL table with all the basic informations: author, name of the

[Zope] Help me!

2006-01-09 Thread Bruno Grampa
Hello, i'm building a site to sell images (this is the concept, the reality is different...). All the images are in a directory mapped through LocalFS product. For every image i have a record in a SQL table with all the basic informations: author, name of the file, cost. What i haven't

Re: [Zope] Help me!

2006-01-09 Thread David H
Bruno Grampa wrote: Hello, i'm building a site to sell images (this is the concept, the reality is different...). All the images are in a directory mapped through LocalFS product. For every image i have a record in a SQL table with all the basic informations: author, name of the file, cost.

Re: [Zope] Help me!

2006-01-09 Thread Andreas Jung
--On 9. Januar 2006 16:04:28 -0800 David H [EMAIL PROTECTED] wrote: Maybe you can better explain your question. ...especially with such a sense-free subject as Help me. -aj pgpWZTTahPYXo.pgp Description: PGP signature ___ Zope maillist -

Re: [Zope] Help me with acquisition and custom types

2005-08-22 Thread Dieter Maurer
Mark Gibson wrote at 2005-8-21 12:38 -0600: I've created two objects, A folderish object called myfolder, and a document-type object called mydocument. Here's how my classes are defined... class mydocument( CatalogAware, Implicit, Persistent,

[Zope] Help me with acquisition and custom types

2005-08-21 Thread Mark Gibson
I've got a problem... I've created two objects, A folderish object called myfolder, and a document-type object called mydocument. Here's how my classes are defined... class mydocument( CatalogAware, Implicit, Persistent, RoleManager,