Hello, I'm just discovering trac and I've been trying to install it on different machines since a couple of days without success. I've tried several installations, using the different methods of the installation guides, for trac 0.10 & 0.11. initenv still fails at the same point.
OS : Windows XP Python 2.4 Trac : 0.10.4 ClearSilver 0.9.14 Subversion 1.4.4 SVN Python bindings 1.4.4 for Py2.4 PySqlite 2.3.4 Here is the screen output : C:\Python24\Scripts>python trac-admin c:\Repositories\trac\MyProject initenv Creating a new Trac environment at c:\Repositories\trac\MyProject Trac will first ask a few questions about your environment in order to initalize and prepare the project database. Please enter the name of your project. This name will be used in page titles and descriptions. Project Name [My Project]> Please specify the connection string for the database to use. By default, a local SQLite database is created in the environment directory. It is also possible to use an already existing PostgreSQL database (check the Trac documentation for the exact connection string syntax). Database connection string [sqlite:db/trac.db]> Please specify the type of version control system, By default, it will be svn. If you don't want to use Trac with version control integration, choose the default here and don't specify a repository directory. in the next question. Repository type [svn]> Please specify the absolute path to the version control repository, or leave it blank to use Trac without a repository. You can also set the repository location later. Path to repository [/path/to/repos]> C:\Repositories\svn\MyProject Please enter location of Trac page templates. Default is the location of the site-wide templates installed with Trac. Templates directory [C:\Python24\share\trac\templates]> Creating and Initializing Project Installing default wiki pages C:\Python24\share\trac\wiki-default\CamelCase => CamelCase C:\Python24\share\trac\wiki-default\InterMapTxt => InterMapTxt C:\Python24\share\trac\wiki-default\InterTrac => InterTrac C:\Python24\share\trac\wiki-default\InterWiki => InterWiki C:\Python24\share\trac\wiki-default\RecentChanges => RecentChanges C:\Python24\share\trac\wiki-default\SandBox => SandBox C:\Python24\share\trac\wiki-default\TitleIndex => TitleIndex C:\Python24\share\trac\wiki-default\TracAccessibility => TracAccessibility C:\Python24\share\trac\wiki-default\TracAdmin => TracAdmin C:\Python24\share\trac\wiki-default\TracBackup => TracBackup C:\Python24\share\trac\wiki-default\TracBrowser => TracBrowser C:\Python24\share\trac\wiki-default\TracCgi => TracCgi C:\Python24\share\trac\wiki-default\TracChangeset => TracChangeset C:\Python24\share\trac\wiki-default\TracEnvironment => TracEnvironment C:\Python24\share\trac\wiki-default\TracFastCgi => TracFastCgi C:\Python24\share\trac\wiki-default\TracGuide => TracGuide C:\Python24\share\trac\wiki-default\TracImport => TracImport C:\Python24\share\trac\wiki-default\TracIni => TracIni C:\Python24\share\trac\wiki-default\TracInstall => TracInstall C:\Python24\share\trac\wiki-default\TracInterfaceCustomization => TracInterfaceCustomization C:\Python24\share\trac\wiki-default\TracLinks => TracLinks C:\Python24\share\trac\wiki-default\TracLogging => TracLogging C:\Python24\share\trac\wiki-default\TracModPython => TracModPython C:\Python24\share\trac\wiki-default\TracNotification => TracNotification C:\Python24\share\trac\wiki-default\TracPermissions => TracPermissions C:\Python24\share\trac\wiki-default\TracPlugins => TracPlugins C:\Python24\share\trac\wiki-default\TracQuery => TracQuery C:\Python24\share\trac\wiki-default\TracReports => TracReports C:\Python24\share\trac\wiki-default\TracRevisionLog => TracRevisionLog C:\Python24\share\trac\wiki-default\TracRoadmap => TracRoadmap C:\Python24\share\trac\wiki-default\TracRss => TracRss C:\Python24\share\trac\wiki-default\TracSearch => TracSearch C:\Python24\share\trac\wiki-default\TracStandalone => TracStandalone C:\Python24\share\trac\wiki-default\TracSupport => TracSupport C:\Python24\share\trac\wiki-default\TracSyntaxColoring => TracSyntaxColoring C:\Python24\share\trac\wiki-default\TracTickets => TracTickets C:\Python24\share\trac\wiki-default\TracTicketsCustomFields => TracTicketsCustomFields C:\Python24\share\trac\wiki-default\TracTimeline => TracTimeline C:\Python24\share\trac\wiki-default\TracUnicode => TracUnicode C:\Python24\share\trac\wiki-default\TracUpgrade => TracUpgrade C:\Python24\share\trac\wiki-default\TracWiki => TracWiki C:\Python24\share\trac\wiki-default\WikiDeletePage => WikiDeletePage C:\Python24\share\trac\wiki-default\WikiFormatting => WikiFormatting C:\Python24\share\trac\wiki-default\WikiHtml => WikiHtml C:\Python24\share\trac\wiki-default\WikiMacros => WikiMacros C:\Python24\share\trac\wiki-default\WikiNewPage => WikiNewPage C:\Python24\share\trac\wiki-default\WikiPageNames => WikiPageNames C:\Python24\share\trac\wiki-default\WikiProcessors => WikiProcessors C:\Python24\share\trac\wiki-default\WikiRestructuredText => WikiRestructuredText C:\Python24\share\trac\wiki-default\WikiRestructuredTextLinks => WikiRestructuredTextLinks C:\Python24\share\trac\wiki-default\WikiStart => WikiStart At this moment, the script fails and triggers an application error. An event is logged with following details : Event Type: Error Event Source: Application Error Event Category: None Event ID: 1000 Date: 21/08/2007 Time: 21:08:40 User: N/A Computer: zeus Description: Faulting application python.exe, version 0.0.0.0, faulting module libapr-1.dll, version 1.2.8.0, fault address 0x00007c0c. For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp. Data: 0000: 41 70 70 6c 69 63 61 74 Applicat 0008: 69 6f 6e 20 46 61 69 6c ion Fail 0010: 75 72 65 20 20 70 79 74 ure pyt 0018: 68 6f 6e 2e 65 78 65 20 hon.exe 0020: 30 2e 30 2e 30 2e 30 20 0.0.0.0 0028: 69 6e 20 6c 69 62 61 70 in libap 0030: 72 2d 31 2e 64 6c 6c 20 r-1.dll 0038: 31 2e 32 2e 38 2e 30 20 1.2.8.0 0040: 61 74 20 6f 66 66 73 65 at offse 0048: 74 20 30 30 30 30 37 63 t 00007c 0050: 30 63 0d 0a 0c.. Maybe I'm missing something in the installation. Could you please help me ? Have a nice day. Kind regards, Laurent --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
