On May 6, 4:49 am, "Bill Johnson" <[EMAIL PROTECTED]> wrote: <snip> > From the 'Available Projects' screen, clicking on the one and only 'Test > Project 1' will shut python down every time. The short error ignature from > XP is AppName: python.exe AppVer: 0.0.0.0 ModName: libapr.dll > ModVer: 0.9.12.0 Offset: 00007cfc > > I will go back and review my install logs, perhaps I mismatched my apache > hack with my python version.
I think I need to revise my statement. I installed the latest trunk and I now get a crash much earlier in the process. I created a new enviroment (svn & trac), however it seems initenv also crashes Python: when I get to this line of initenv's output I get the dreaded "python.exe" has encountered a problem and needs to close box. C:\>trac-admin C:\xampp\htdocs\xampp\projects\test Welcome to trac-admin 0.11b2 Interactive Trac administration console. Copyright (c) 2003-2007 Edgewall Software Type: '?' or 'help' for help on commands. Trac [C:\xampp\htdocs\xampp\projects\test]> initenv Creating a new Trac environment at C:\xampp\htdocs\xampp\projects\test 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]> Test 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]> 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:\xampp\htdocs\xampp\svn Creating and Initializing Project Installing default wiki pages c:\xampp\python2.5.2\lib\site-packages\trac\wiki\default-pages \CamelCase import ed from CamelCase <snip of lots of install data> c:\xampp\python2.5.2\lib\site-packages\trac\wiki\default-pages \WikiRestructured TextLinks imported from WikiRestructuredTextLinks c:\xampp\python2.5.2\lib\site-packages\trac\wiki\default-pages \WikiStart import ed from WikiStart --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
