Re: Issue 3604 in reviewboard: error at install time

2014-10-09 Thread reviewboard


Comment #12 on issue 3604 by makowski...@gmail.com: error at install time
https://code.google.com/p/reviewboard/issues/detail?id=3604

too bad, so Mageia will stay with python-djblets 0.7.30 and Django14
since we have Django14 (LTS) and Django1รจ (latest stable)


--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


Re: Issue 3604 in reviewboard: error at install time

2014-10-09 Thread reviewboard


Comment #11 on issue 3604 by chip...@gmail.com: error at install time
https://code.google.com/p/reviewboard/issues/detail?id=3604

We are not known to be compatible with Django 1.7. It is likely you will  
hit some significant problems. Please downgrade to 1.6.


--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


Re: Issue 3604 in reviewboard: error at install time

2014-10-09 Thread reviewboard


Comment #10 on issue 3604 by makowski...@gmail.com: error at install time
https://code.google.com/p/reviewboard/issues/detail?id=3604

I patched the dependency to be "Django>=1.6,<1.8"

--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


Re: Issue 3604 in reviewboard: error at install time

2014-10-09 Thread reviewboard


Comment #9 on issue 3604 by trowb...@gmail.com: error at install time
https://code.google.com/p/reviewboard/issues/detail?id=3604

Ah, I hadn't even noticed that you said django 1.7. We have not tested it  
with django 1.7, and I can't claim whether there's anything in 1.7 that  
would break it. Probably the reason why it can't find collectstatic is the  
setup.py dependency on "Django>=1.6.7,<1.7"


--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


Re: Issue 3604 in reviewboard: error at install time

2014-10-08 Thread reviewboard


Comment #8 on issue 3604 by makowski...@gmail.com: error at install time
https://code.google.com/p/reviewboard/issues/detail?id=3604

Yes, there is. djblets is packaged in Mageia, and I want to update the  
package for next comming Mageia version.

Did you tried to build it with Django 1.7 yet ?


--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


Re: Issue 3604 in reviewboard: error at install time

2014-10-08 Thread reviewboard


Comment #7 on issue 3604 by trowb...@gmail.com: error at install time
https://code.google.com/p/reviewboard/issues/detail?id=3604

Well, something is wrong with the configuration or installation of the  
system. I'm not really sure I can help debug this any further.


Is there a reason why you can't just install the egg?

--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


Re: Issue 3604 in reviewboard: error at install time

2014-10-08 Thread reviewboard


Comment #6 on issue 3604 by makowski...@gmail.com: error at install time
https://code.google.com/p/reviewboard/issues/detail?id=3604

django-staticfiles stuff is there,
see : http://sophie.zarb.org/rpms/8ee9970f532cead9b5dc1165eb360ce1/files






--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


Re: Issue 3604 in reviewboard: error at install time

2014-10-08 Thread reviewboard


Comment #5 on issue 3604 by trowb...@gmail.com: error at install time
https://code.google.com/p/reviewboard/issues/detail?id=3604

It shouldn't be a missing lesscss. Some distributions package django in  
strange ways. Perhaps the django-staticfiles stuff is in a separate package?


--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


Re: Issue 3604 in reviewboard: error at install time

2014-10-07 Thread reviewboard


Comment #4 on issue 3604 by makowski...@gmail.com: error at install time
https://code.google.com/p/reviewboard/issues/detail?id=3604

yes it is, and I have it. The build is made with Django 1.7, but I saw that  
Arch have or had the same issue, or can it be an issue with missing  
lesscss ?
Strange because Fedora don't add this dependency in their package  
(http://pkgs.fedoraproject.org/cgit/python-djblets.git/tree/python-djblets.spec)



--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


Re: Issue 3604 in reviewboard: error at install time

2014-10-07 Thread reviewboard


Comment #3 on issue 3604 by trowb...@gmail.com: error at install time
https://code.google.com/p/reviewboard/issues/detail?id=3604

The 'collectstatic' management command actually seems to be part of the  
django package. What version of django do you have installed?


--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


Re: Issue 3604 in reviewboard: error at install time

2014-10-07 Thread reviewboard


Comment #2 on issue 3604 by makowski...@gmail.com: error at install time
https://code.google.com/p/reviewboard/issues/detail?id=3604

I know, and I have all the dependencies


--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


Re: Issue 3604 in reviewboard: error at install time

2014-10-06 Thread reviewboard

Updates:
Status: SetupIssue

Comment #1 on issue 3604 by trowb...@gmail.com: error at install time
https://code.google.com/p/reviewboard/issues/detail?id=3604

If you want to install from git (or a tar.gz), you'll need to install a  
handful of other dependencies (django-pipeline, uglifyjs, lesscss). None of  
this is needed if you easy_install the .egg.


--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.