Modify ↓
Opened 17 years ago
Closed 17 years ago
#299 closed defect (invalid)
Bitten does not install on Windows
Reported by: | anonymous | Owned by: | cmlenz |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | General | Version: | 0.5.3 |
Keywords: | setup.py | Cc: | |
Operating System: | BSD |
Description (last modified by cmlenz)
I get the following error when trying the latest revision and the last successful build on Windows (rev 528):
C:\bitten\trunk>c:\python25\python setup.py install running install running bdist_egg unrecognized .svn/entries format; skipping . running egg_info creating Bitten.egg-info writing Bitten.egg-info\PKG-INFO writing top-level names to Bitten.egg-info\top_level.txt writing dependency_links to Bitten.egg-info\dependency_links.txt writing entry points to Bitten.egg-info\entry_points.txt writing manifest file 'Bitten.egg-info\SOURCES.txt' Traceback (most recent call last): File "setup.py", line 87, in <module> cmdclass = {'build_doc': build_doc, 'test_doc': test_doc} File "C:\Python25\lib\distutils\core.py", line 151, in setup dist.run_commands() File "C:\Python25\lib\distutils\dist.py", line 974, in run_commands self.run_command(cmd) File "C:\Python25\lib\distutils\dist.py", line 994, in run_command cmd_obj.run() File "C:\Python25\lib\site-packages\setuptools\command\install.py", line 76, i n run self.do_egg_install() File "C:\Python25\lib\site-packages\setuptools\command\install.py", line 96, i n do_egg_install self.run_command('bdist_egg') File "C:\Python25\lib\distutils\cmd.py", line 333, in run_command self.distribution.run_command(command) File "C:\Python25\lib\distutils\dist.py", line 994, in run_command cmd_obj.run() File "c:\python25\lib\site-packages\setuptools\command\bdist_egg.py", line 167 , in run self.run_command("egg_info") File "C:\Python25\lib\distutils\cmd.py", line 333, in run_command self.distribution.run_command(command) File "C:\Python25\lib\distutils\dist.py", line 994, in run_command cmd_obj.run() File "c:\python25\lib\site-packages\setuptools\command\egg_info.py", line 171, in run self.find_sources() File "c:\python25\lib\site-packages\setuptools\command\egg_info.py", line 252, in find_sources mm.run() File "c:\python25\lib\site-packages\setuptools\command\egg_info.py", line 306, in run self.add_defaults() File "c:\python25\lib\site-packages\setuptools\command\egg_info.py", line 333, in add_defaults rcfiles = list(walk_revctrl()) File "C:\Python25\lib\site-packages\setuptools\command\sdist.py", line 45, in walk_revctrl for item in ep.load()(dirname): File "C:\Python25\lib\site-packages\setuptools\command\sdist.py", line 52, in _default_revctrl for path in finder(dirname,path): File "C:\Python25\lib\site-packages\setuptools\command\sdist.py", line 98, in entries_finder log.warn("unrecognized .svn/entries format in %s", dirname) NameError: global name 'log' is not defined
Not too familiar with python so would love to hear any ideas on what's going wrong...
Attachments (0)
Change History (1)
comment:1 Changed 17 years ago by cmlenz
- Description modified (diff)
- Milestone 0.6 deleted
- Resolution set to invalid
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
That's looks like an (unfortunate) incompatibility between Setuptools and Subversion 1.5. It has been fixed in Setuptools trunk, but the fix has not been released yet.
One easy workaround would be to build from an svn export instead of an svn checkout.
Closing this as invalid as there's nothing we can do to fix it in Bitten.