Re: [mezzanine-users] I'm not able to install Cartridge

2016-10-14 Thread Akhlaq Rao
Please load full stack, what's your database Postgree? On Fri, Oct 14, 2016 1:40 PM, ahmad almashni ahmady...@gmail.com wrote: Hi Kenneth ,Thanks for assistance ,I did the following :pip uninstall html5lib and thenpip install bleach then I tried to install Cartridge but the same problem

Re: [mezzanine-users] I'm not able to install Cartridge

2016-10-14 Thread ahmad almashni
Hi Ryne , I've uninstalled html5lib0.999 and installed html5lib0.10 but Cartridge wouldn't be installed , thanks On Thursday, October 13, 2016 at 5:48:15 PM UTC+3, Ryne Everett wrote: > > My recommendation is to `pip install html5lib<=0.999`. Although this > is pinned in bleach, in

Re: [mezzanine-users] I'm not able to install Cartridge

2016-10-14 Thread ahmad almashni
Hi Kenneth , Thanks for assistance , I did the following : pip uninstall html5lib and then pip install bleach then I tried to install Cartridge but the same problem came up again : command "python setup.py egg_info" faild with error code 1 in c:\users\ahmad

Re: [mezzanine-users] I'm not able to install Cartridge

2016-10-13 Thread Ryne Everett
My recommendation is to `pip install html5lib<=0.999`. Although this is pinned in bleach, in the context of installing from a requirements file I've yet to see pip resolve it correctly. On Thu, Oct 13, 2016 at 7:46 AM, Ken Bolton wrote: > Hi Ahmad, > > Can you show us

Re: [mezzanine-users] I'm not able to install Cartridge

2016-10-13 Thread Ken Bolton
Hi Ahmad, Can you show us what you tried? Saying, "it didn't work", is not an adequate request for assistance. It should be as simple as `pip uninstall html5` followed by `pip install bleach`. -ken On Thu, Oct 13, 2016 at 5:16 AM, ahmad almashni wrote: > Hi , I tried to

Re: [mezzanine-users] I'm not able to install Cartridge

2016-10-13 Thread ahmad almashni
Hi , I tried to reinstall bleach but it didnt work , I don't know how to downgrade html5 library . can you tell me how please thanks On Wednesday, October 12, 2016 at 3:50:43 PM UTC+3, Akhlaq Rao wrote: > > I had to reinstall bleach to downgrade html5 lib. I am not sure if it will > solve your

Re: [mezzanine-users] I'm not able to install Cartridge

2016-10-12 Thread Akhlaq Rao
I had to reinstall bleach to downgrade html5 lib. I am not sure if it will solve your problem but it won't hurt to give it a try. pip install bleach A Sent from my iPhone > On Oct 12, 2016, at 1:10 AM, ahmad almashni wrote: > > Hi , It's already installed and it still

Re: [mezzanine-users] I'm not able to install Cartridge

2016-10-11 Thread ahmad almashni
Hi , It's already installed and it still doesn't work . On Tuesday, October 11, 2016 at 11:51:07 PM UTC+3, Akhlaq Rao wrote: > > try to install bleach. > > > > On Tue, Oct 11, 2016 8:53 AM, ahmad almashni ahma...@gmail.com > wrote: > >> Hello Everyone , >> I've a problem installing cartridge

Re: [mezzanine-users] I'm not able to install Cartridge

2016-10-11 Thread Akhlaq Rao
try to install bleach. On Tue, Oct 11, 2016 8:53 AM, ahmad almashni ahmady...@gmail.com wrote: Hello Everyone ,I've a problem installing cartridge inside a virtualenvI've installed Mezzanine and now inside a Mezzanine project I'm trying to install cartridge : pip install -U cartridge