Re: [Zope-dev] Zope 2.12.0a4 easy_installable - please test

2009-04-24 Thread Behrang Dadsetan
On my Mac OS X 10.5.4 with a 2.5.4 python (not default one) things work nicely.

Only one comment:
   during the 10 minutes installation procedure, it is nice it shows
the progress of installing eggs but some of the warnings will probably
be quite frightening to a Zope2 newcomer.

In particular, what could improve the first-time experience for the
python developers you are targetting is avoiding the warnings you get
from Zope2-2.12.0a4/setup.py -q bdist_egg.

We have a similar problem with grok (as I guess we share lots of eggs
and these warnings come from installing these eggs) btw, logged as a
enhancement feature on Launchpad.

Regards,
Ben.

2009/4/24 Andreas Jung li...@zopyx.com:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 I can not reproduce that.

 Andreas

 Am 24.04.2009 um 13:29 schrieb kiorky:

 Andreas Jung a écrit :

 Am 24.04.2009 um 11:40 schrieb Michael Haubenwallner:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Andreas Jung wrote:
 I just created a new Zope 2.12.0a4 that should easy_install nicely.

 Howto?

 virtualenv foo
 cd foo
 source bin/activate
 bin/easy_install -i http://download.zope.org/Zope2/index/2.12.0a4
 Zope2

 Please give feedback.

 Works for me - thanks!

 Btw, how to add (now eggified) products - like Products.CMF* - to
 that
 release?


 bin/easy_install Products.CMFCore?

 Andreas
 ___
 Zope-Dev maillist  -  zope-...@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 )


 The installation of both zope and CMFCore is fine for me.
 But, don't know if the following trace is normal:

 (foo)kio...@judith ~/tmp/toto/foo $ ./bin/mkzopeinstance  --help
 Traceback (most recent call last):
  File ./bin/mkzopeinstance, line 8, in module
    load_entry_point('Zope2==2.12.0a4', 'console_scripts',
 'mkzopeinstance')()
  File /usr/lib/python2.5/site-packages/pkg_resources.py, line 277,
 in
 load_entry_point
    return get_distribution(dist).load_entry_point(group, name)
  File /usr/lib/python2.5/site-packages/pkg_resources.py, line
 2180, in
 load_entry_point
    return ep.load()
  File /usr/lib/python2.5/site-packages/pkg_resources.py, line
 1913, in load
    entry = __import__(self.module_name, globals(),globals(),
 ['__name__'])
  File
 /home/kiorky/tmp/toto/foo/lib/python2.5/site-packages/
 Zope2-2.12.0a4-py2.5-linux-i686.egg/Zope2/__init__.py,
 line 60, in module
    from Zope2.Startup.run import configure
  File
 /home/kiorky/tmp/toto/foo/lib/python2.5/site-packages/
 Zope2-2.12.0a4-py2.5-linux-i686.egg/Zope2/Startup/__init__.py,
 line 34, in module
    from zope.app import appsetup
  File
 /home/kiorky/tmp/toto/foo/lib/python2.5/site-packages/
 zope.app.appsetup-3.9.0-py2.5.egg/zope/app/appsetup/__init__.py,
 line 22, in module
    from zope.app.appsetup.appsetup import config, database
  File
 /home/kiorky/tmp/toto/foo/lib/python2.5/site-packages/
 zope.app.appsetup-3.9.0-py2.5.egg/zope/app/appsetup/appsetup.py,
 line 24, in module
    import zope.site.hooks
  File
 /home/kiorky/tmp/toto/foo/lib/python2.5/site-packages/
 zope.site-3.6.1-py2.5.egg/zope/site/__init__.py,
 line 19, in module
    from zope.site.site import (SiteManagerContainer,
 SiteManagementFolder,
  File
 /home/kiorky/tmp/toto/foo/lib/python2.5/site-packages/
 zope.site-3.6.1-py2.5.egg/zope/site/site.py,
 line 31, in module
    import zope.component.persistentregistry
  File
 /home/kiorky/tmp/toto/foo/lib/python2.5/site-packages/
 zope.component-3.4.0-py2.5.egg/zope/component/persistentregistry.py,
 line 25, in module
    zope.interface.adapter.VerifyingAdapterRegistry,
 AttributeError: 'module' object has no attribute
 'VerifyingAdapterRegistry'



 --
 --
 Cordialement,
 KiOrKY
 GPG Key FingerPrint: 0x1A1194B7681112AF




 Mit freundlichen Grüßen/Kind regards,
 Andreas Jung

 - ---
 ZOPYX Ltd.  Co. KG - Charlottenstr. 37/1 - 72070 Tübingen - Germany
 Web: www.zopyx.com - Email: i...@zopyx.com - Phone +49 - 7071 - 793376
 Registergericht: Amtsgericht Stuttgart, Handelsregister A 381535
 Geschäftsführer/Gesellschafter: ZOPYX Limited, Birmingham, UK
 - 
 E-Publishing, Python, Zope  Plone development, Consulting




 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.9 (Darwin)

 iEYEARECAAYFAknxqesACgkQCJIWIbr9KYxM+wCeLKsDH6taQ6aS/gNEdMmJnA4P
 5o4AoJNBz85MaUs1BhZoBpgG+W2lTZ3W
 =mu0h
 -END PGP SIGNATURE-
 ___
 Zope-Dev maillist  -  zope-...@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-Dev maillist  -  Zope-Dev@zope.org

Re: [Zope-dev] Zope 2.12.0a4 easy_installable - please test

2009-04-24 Thread Behrang Dadsetan
Hi,

  I

2009/4/24 Andreas Jung li...@zopyx.com:
[snip]
 Only one comment:
  during the 10 minutes installation procedure, it is nice it shows
 the progress of installing eggs but some of the warnings will probably
 be quite frightening to a Zope2 newcomer.

 *shrug* there are only the compilation warnings within the Zope 2 package
 itself.

Yes but it does not get uglier does it? :) Output to the console
whether as part of the installer or running the app should still
ideally be something people should read (and then ignore if they feel
it does not affect them).

In this case, I feel it just gives a bad first impression of the
software. Thankfully it comes early so if the new user runs the
command and goes and gets the coffee it will quickly disappear :)

 In particular, what could improve the first-time experience for the
 python developers you are targetting is avoiding the warnings you get
 from Zope2-2.12.0a4/setup.py -q bdist_egg.

 Patches welcome :)


Yes I know I am commenting without action on this one. But you asked
for comments! ;)

I actually intend to provide patches to the grok related packages to
remove as many of these warnings as possible. But frankly even that is
not on my schedule for today or tomorrow. I am afraid I will not have
time to look into that Zope2 one.

Regards,
Ben.
___
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-dev] SVN Write access procedure

2009-04-22 Thread Behrang Dadsetan
Hi!

  After 8-9 years of admiring Zope and using it now and then, I
finally got myself to contribute to the grok project. I hope to
contribute even more in the near and mid-term future.

  We seem to have an issue with the documentation for becoming an SVN
Contributor. Here are the steps I followed and the dead-end I got to.

  Following diverse people's advice, I followed the instructions from
http://www.zope.org/DevHome/Subversion/ImpatientPeoplesGuideToRequestingCommitPrivileges
  which basically points to
http://docs.zope.org/developer/becoming-a-contributor.html

  I filled out the form, scanned it and mailed the scan to
foundation-i...@zope.org as mentioned in the contact details of the
foundation on the 18th of April. Shortly afterwards, I received an
automated response:
Subject: Your message to Foundation-Info awaits moderator approval
[snip]
The reason it is being held:

   Message body is too big: 1817623 bytes with a limit of 40 KB
[snip]

After this was a lengthy silence. So I followed the next step from
becoming-a-contributor.html which says to nag Jim Fulton.

The problem is Jim never heard of this process and never saw my
initial request. He was suprised the DevHome/ImpatientPeopleGuide..
was modified.

Any suggestions what the new process should be? Is the Zope foundation
now responsible for giving SVN Write access now that the form is about
sharing copyright with the Foundation? If so, who can one nag within
the Zope Foundation?

We need to update the documentation of this procedure once we figured it out :)

Thanks!
Ben.
___
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 )


Re: [Zope-dev] [ZF] Designs for zope2.zope.org available - Feedback welcome

2009-04-18 Thread Behrang Dadsetan
Hi,

[snip]
 Find the designs here

 http://zope2.zopyx.de/designs

 and please leave some comment until May 25th 2009.

  Very nice work. I have a preference for HomePage2.jpg or HomePage3.jpg.


 I tried to leave a comment on the design page but I can't register and 
 anonymous
 commenting is disabled.

Same problem.

[snip]

Kind regards,
Ben.
___
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 )


Re: [Zope-dev] z3c.javascript license question

2009-04-17 Thread Behrang Dadsetan
Hi!


2009/4/18 Tres Seaver tsea...@palladion.com:
[super snip]
 Now that the copyrights are transferred to the Zope Foundation,
 essentially *nobody* can check in non-ZPL code, without a special
 exemption from the ZF board or its delegate (nobody is yet appointed to
 handle this).

I am looking towards becoming a SVN contributor so this question
interests me a lot.

You mentioned the copyrights were transfered to ZF which is what I
recall reading a while ago.
But when I last checked
http://www.zope.org/DevHome/CVS/Contributor.pdf [1] it said that
contributors transfer their copyright to ZC. Is it a question of the
form being obsolete?

Regards,
Ben.
[1] Note I just checked and it returns a 404 right now...
___
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 )