[Zope3-Users] Installation problems with ztfy.webapp on fresh baked gentoo!

2013-07-19 Thread Tamer Higazi
Hi peeople!
I sent by mistake this question to the zope2 Mailinglist, and I hope you 
forgive me. I have this problem:

I am trying to install zope3 /ztfy webapp, and I face quickly a problem
by running "python bootstrap.py" after application setup. Here the problem:

README.txt  bootstrap.py  buildout.cfg  debug.ini  deploy.ini  etc 
extends-cache  setup.py  src  var
tamer@tux /storage/PyProjects/ztfyAPP $ python bootstrap.py
Traceback (most recent call last):
  File "bootstrap.py", line 111, in 
ws.find(pkg_resources.Requirement.parse(requirement)).location
AttributeError: 'NoneType' object has no attribute 'location'

This problem appears if I try to setup bluebream or a ztfy project and I am not 
getting smart. what could it be?! 

I already spoke with somebody who had the same problem. He installed 
"zc.builout" globally, and it was solved for him but not me.

My problem still exist even after installing through easy_install zc.buildout 
globally.

Any ideas what it could be?!



For any help I would kindly thank you




Tamer

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


Re: [Zope3-Users] Installation problems with ztfy.webapp on fresh baked gentoo!

2013-07-19 Thread Tamer Higazi
Hi Thierry!

I believe also that it is not related to ztfy packages, because the same
result is being displayed with bluebream as well.

I am using Python 2.7.5 on Gentoo Linux 64 Bit.



Regards



Tamer

> 
> I don't think that this problem is strictly related to ZTFY packages.
> 
> Which Python version do you use ? On what operating system ??
> I'm the creator and maintainer of all ZTFY packages, which are actually
> only compatible with Python 2.6 and 2.7.
> 
> Regards,
> Thierry
> 

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


Re: [Zope3-Users] Installation problems with ztfy.webapp on fresh baked gentoo!

2013-07-19 Thread Tamer Higazi
Same result as before.

I tried it globally as well as in a virtualenv



Tamer


On 07/20/13 01:19, Thierry Florac wrote:
> 
> Hi,
> 
> Le Sat, 20 Jul 2013 01:09:50 +0200,
>   Tamer Higazi  a écrit:
> 
>> I believe also that it is not related to ztfy packages, because the
>> same result is being displayed with bluebream as well.
>>
>> I am using Python 2.7.5 on Gentoo Linux 64 Bit.
> 
> I already had a few installation problem with zc.buildout in release
> 2.x.
> Can you try to install release 1.5.2 of zc.buildout ?
> (easy_install zc.buildout==1.5.2)
> 
> 
> Regards,
> Thierry
> 

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


[Zope3-Users] wsgi environment variable

2013-08-17 Thread Tamer Higazi
Hi people!
I am running a small bluebream application, I want to get the the
WSGI.environ variable as dict for the WebOb package in runtime. Can
somebody tell me how to get it?!

I would thank you



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


Re: [Zope3-Users] wsgi environment variable

2013-08-18 Thread Tamer Higazi
dear Chris!

I think you have lost the subject, I didn't ask you about proxy and wsgi
configurations as well for any zope consultants or how old bluebream is.

I was simply asking where to get the wsgi environment variable as dict
requested by the WebOb constructor at object creation.

If you don't know how to answer this technical question, then simply
don't respond to the mail.




Tamer

> In my situation, I run a small internet company, I have way way too much
> complexity to manage.  I suspect that this is for a very low traffic
> website, in which case there is no point worrying about performance
> optimizations. The simplest solution is to
> run it behind a reverse proxy server, then you avoid this whole problem
> of wsgi configuration. Which web server do I recommend?  Cherokee.  Then
> you
> have a nice web gui for configuring the reverse proxy, and you get rid
> of some more complexity.
> 
> If that does not solve your problems, I know a zope consultant and
> another zope consulting company that I sometimes use that I can
> recommend to help you.
>  
> Regards
> Chris
> ___
> Zope3-users mailing list
> Zope3-users@zope.org
> https://mail.zope.org/mailman/listinfo/zope3-users
> 

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