Hi all,
I have Trac 0.11dev installed on localhost. I want to access a file on
another Trac installed in a remote server. When I try to open the file
with Python like this: open('http://svn.bla.com/svn/soft/trunk/
myfile.txt')
I have this error:
Trac detected an internal error:
IOError: [Errno 2] No such file or directory:
'http://svn.ug.it.usyd.edu.au/svn/soft3200/trunk/Data_Mining/
Trac_Plugin/Data/patterns.xml'
I think I have to do something like to log me to Trac or to the svn
repository by python command ?
Is someone able to help me to open this file with Python ?
Note: I want to open this file to read it, and to write it and update
it in the remote Trac version.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---