On Mar 5, 6:47 pm, Jeremy Gillick <[EMAIL PROTECTED]> wrote: > I've been banging my head against this and cannot find any information > online to help. > > I'm trying to get Trac installed and working, but when I run trac-admin > /dir/ initenv this error occurs: > > NameError: global name 'sqlite' is not defined > > I have installed SQLite 3.3.13 and PySQLite 2.3.2 without any errors. > My server is running on Fedora Linux with Python 2.5. Here's the file > list in the site-packages directory. > > $ls -al /usr/local/lib/python2.5/site-packages/
Is Python also installed in /usr/local, or was it installed to /usr? If it's installed in /usr it may not be configured to look for packages under /usr/local. You'll need to add that "site-packages" path to the PYTHONPATH environment variable. -- Matt Good --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
