How can we Commit request.FILES using pysvn in Django?

2013-02-25 Thread Abdul Wahid
I have to commit files from request.FILES to svn repository usiong pysvn but when i try like this import pysvn client = pysvn.Client("Repo_url") file = request.FILES.get('file', None) *client.add(file)* * * *TypeError: PyCXX: Error creating object of type N2Py7SeqBaseINS_4CharEEE from * * *

Re: [SPAM] Re: Is there a buildbot? Is there a waterfall? Do the tests pass against all backends?

2013-02-25 Thread Shai Berger
Hi Florian, On Tuesday 26 February 2013, Florian Apolloner wrote: > On Monday, February 25, 2013 5:27:06 PM UTC+1, Shai Berger wrote: > > the tests were only attempted for Python3 > > versions. Did you try to set it up for Python2? > > No, since the Oracle tests are somewhat slow we decided to

Travis support (again)

2013-02-25 Thread Florian Apolloner
Hi, so during the sprints a few people (thanks to everyone involved, sadly enough I can't remember all the names, so I refrain from mentioning an incomplete list) worked on adding and testing travis support to Django which resulted in this ticket: https://code.djangoproject.com/ticket/19891

Re: Is there a buildbot? Is there a waterfall? Do the tests pass against all backends?

2013-02-25 Thread Florian Apolloner
Hi Shai, On Monday, February 25, 2013 5:27:06 PM UTC+1, Shai Berger wrote: > > Without knowing anything, my first guess would be a mismatch between the > python > version used to run the test and the one used to build cx_Oracle. But if > you > install cx_Oracle from source, that's probably

Re: Is there a buildbot? Is there a waterfall? Do the tests pass against all backends?

2013-02-25 Thread Florian Apolloner
Hi, On Monday, February 25, 2013 6:31:19 PM UTC+1, Jacob Kaplan-Moss wrote: > > Would a dedicated Oracle build slave machine (VM, probably) help? So, the current status is: We have Oracle itself running in Virtualbox on the Jenkins, this does work. The issue is that cx_Oracle (or the oracle

Re: Is there a buildbot? Is there a waterfall? Do the tests pass against all backends?

2013-02-25 Thread Jacob Kaplan-Moss
Would a dedicated Oracle build slave machine (VM, probably) help? If so I can most likely provide one. Perhaps I could provide a host, Shai could set it up to run Oracle, and Florian et al. could integrate it into our existing Jenkins instance? Jacob On Mon, Feb 25, 2013 at 10:27 AM, Shai Berger

Re: Is there a buildbot? Is there a waterfall? Do the tests pass against all backends?

2013-02-25 Thread Shai Berger
On Monday 25 February 2013 13:41:10 Florian Apolloner wrote: > The problem is that it segfaults, when something like a segfault happens > you usually don't get more information than that... I tried to debug the > segfault but cx_Oracle or rather the instantclient stuff is installed > without debug

Re: writing custom Authentication Backend, got different result between shell and web.

2013-02-25 Thread Andre Terra
Hello, Bino First of all, thank you for your interest in Django. If you can, please take a moment to read our FAQ on getting help regarding Django: https://docs.djangoproject.com/en/dev/faq/help/ It should prove valuable in the future. Questions about using django belong in the django-users

writing custom Authentication Backend, got different result between shell and web.

2013-02-25 Thread bino
Dear all. I apologie for posting this question here, but I got no response from django-users. I try to make my own Authentication-backend, I'll call it l2auth (2nd Level Auth). What I want in this application is - Use by multi companies that bussiness relation between them - I want to delegate

Re: [SPAM] Re: Is there a buildbot? Is there a waterfall? Do the tests pass against all backends?

2013-02-25 Thread Florian Apolloner
The problem is that it segfaults, when something like a segfault happens you usually don't get more information than that... I tried to debug the segfault but cx_Oracle or rather the instantclient stuff is installed without debug information :/ -- You received this message because you are