Hi,
I've been trying for about 3 hours now to get 0.11b1 installed on
either of Debian Etch or Lenny, and have failed in both cases.
After much fighting, here are the latest symptoms:
- The trac egg is created and deployed properly in site-packages
- trac-admin and tracd are properly copied to /usr/bin
- *no* data files are installed. That includes templates,
configurations, cgi-bin...
The last point is obviously the one messing with me. Everything seems
to work, except that the data files are never gathered and copied by
setuptools. Attempting to run install_data manually results in:
# python2.5 setup.py install_data
running install_data
Traceback (most recent call last):
File "setup.py", line 89, in <module>
""",
File "/usr/lib/python2.5/distutils/core.py", line 151, in setup
dist.run_commands()
File "/usr/lib/python2.5/distutils/dist.py", line 974, in
run_commands
self.run_command(cmd)
File "/usr/lib/python2.5/distutils/dist.py", line 994, in
run_command
cmd_obj.run()
File "/usr/lib/python2.5/distutils/command/install_data.py", line
50, in run
for f in self.data_files:
TypeError: 'NoneType' object is not iterable
As a result, I was completely unable to use 0.11. The same problem
occurs on trunk.
Any ideas as to how I might be able to fix this? Given my current
level of sleep-deprivation, I am unsure of whether this is in some way
my fault, or if it's a bug in trac's setup.py. In any case, I'm happy
to provide any extra information you might need.
Cheers,
- Dave
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac
Development" 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-dev?hl=en
-~----------~----~----~----~------~----~------~--~---