Re: [Zope3-Users] Getting a Skin past Apache2

2007-12-21 Thread Myles English
In correction to myself...

A day ago I wrote:
> Does any one know why when I look at http://my.site.com/foo it is just

Sorry, that should be http://my.site.com/

> a bare-bones ZMI with no resources or widgets showing, just text
> really,

And the Navigation tree is 'Loading...'.  I am not too fussed about
getting this working but maybe it is the same problem that prevents me
seeing a skin.

Using Rotterdam to start with:

>but when I go to http://localhost:8080/++skin++Rotterdam/foo I
> can see the usual ZMI?
>
> The rewrite rule I am using is:
>
> RewriteRule ^(.*)
> http://localhost:8080/++skin++Rotterdam/foo/++vh++http:my.site.com:80/++$1 
> [P,L]

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


[Zope3-Users] Getting a Skin past Apache2

2007-12-21 Thread Myles English
Hello,

Does any one know why when I look at http://my.site.com/foo it is just
a bare-bones ZMI with no resources or widgets showing, just text
really, but when I go to http://localhost:8080/++skin++Rotterdam/foo I
can see the usual ZMI?

The rewrite rule I am using is:

RewriteRule ^(.*)
http://localhost:8080/++skin++Rotterdam/foo/++vh++http:my.site.com:80/++$1
[P,L]

Thanks,

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


[Zope3-Users] ftp server and zopeproject?

2007-09-27 Thread Myles English
Hello,

I am getting on so well with what I have now as a result of virtualenv
and zopeproject0.4 that I don't want to break it by mistake so I am
asking people who know.

On the sandbox I had before, I edited zope.conf to start an ftp server
as well as http on startup.  This was necessary to upload files
(jpegs) created external to zope.

How do I install and start an ftp server within the zopeproject/buildout/paste?

Added this to buildout.cfg:

[app]
eggs = ...
zope.app.ftp

...and this to setup.py...

setup(
   install_requires=[ ...
   'zope.app.ftp'
   ]
)

Ran ./bin/buildout.

But beyond that I am a bit lost.
Thanks for any help,
Myles
___
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 Myles English
Baiju M wrote:
> Suresh V. wrote:
> >  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.
> >
> >  I am getting an error as follows:
>
> Some eggs are broken now.
> For time being you can do like this in your buildout.cfg:
>
> [buildout]
> ...
> versions = versions
>
> [versions]
> lxml = 1.3.4
> zope.app.appsetup = 3.4.0a1
> zope.app.error = 3.4.0a1
> zope.app.applicationcontrol = 3.4_dev_r73715
> zope.app.securitypolicy = 3.4.0a1

I needed to add this too:
   zope.app.i18n = 3.4.0a1

(didn't try any other versions)

> Regards,
> Baiju M

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


[Zope3-Users] ImportError: type zope.app.boston.app.boston.* is unknown

2007-03-03 Thread Myles English

Can anyone please tell me what might be causing this error when I try to
start zope?  I used to be able to fix it temporarily by commenting out the
parts of a browser.skin.configure.zcml but I have forgotten how and never
understood why anyway.  It looks like it is something to do with absolute
and relative paths, maybe.  I have looked for missing dots at the start of
paths to packages and they are all there.  I've recently tried to update the
one skin I have as per http://kpug.zwiki.org/WhatIsNewInZope33 . Used to get
the same message but with the rotterdam layer before I upgraded to the
latest svn trunk but I can't remember how to fix it. (Damn).
___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users