> Thanks, that is what I was looking for. I have limited python skills, > and get the following: > > $ ./migrateticketmodel.py /opt/trac > Traceback (most recent call last): > File "./migrateticketmodel.py", line 15, in <module> > from trac.env import open_environment > ImportError: No module named trac.env > > > Can you tell me how to run this?
add the Trac installation path to your PYTHONPATH environment variable. Cheers, Manu --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
