This list is for the discussion of django itself, this question would be 
perfect for django-users.


- Jacob


On Tuesday, 26 February 2013 at 2:57 PM, Abdul Wahid wrote:

> 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 
> <type 'file'>
> 
> Please help me out. 
> 
> Regards, 
> Abdul Wahid
> 
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Django developers" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to django-developers+unsubscr...@googlegroups.com 
> (mailto:django-developers+unsubscr...@googlegroups.com).
> To post to this group, send email to django-developers@googlegroups.com 
> (mailto:django-developers@googlegroups.com).
> Visit this group at http://groups.google.com/group/django-developers?hl=en.
> For more options, visit https://groups.google.com/groups/opt_out.
>  
>  

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To post to this group, send email to django-developers@googlegroups.com.
Visit this group at http://groups.google.com/group/django-developers?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to