#11236: Can't build a windows msi installer
-------------------------------+------------------------------------
Reporter: mr_pink | Owner: nobody
Type: Bug | Status: reopened
Component: Uncategorized | Version: SVN
Severity: Normal | Resolution:
Keywords: setup msi | Triage Stage: Accepted
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------+------------------------------------
Changes (by aaugustin):
* status: closed => reopened
* resolution: fixed =>
Comment:
Hum, ``python.exe setup.py bdist_msi`` still returns an error:
{{{
Writing build\bdist.win32\msi\Lib\site-packages\Django-1.4.0a1-py2.7.egg-
info
Traceback (most recent call last):
File "setup.py", line 98, in <module>
'Topic :: Software Development :: Libraries :: Python Modules',
File "C:\Python27\lib\distutils\core.py", line 152, in setup
dist.run_commands()
File "C:\Python27\lib\distutils\dist.py", line 953, in run_commands
self.run_command(cmd)
File "C:\Python27\lib\distutils\dist.py", line 972, in run_command
cmd_obj.run()
File "C:\Python27\lib\distutils\command\bdist_msi.py", line 255, in run
self.add_files()
File "C:\Python27\lib\distutils\command\bdist_msi.py", line 318, in
add_files
db.Commit()
_msi.MSIError: 1: 2263 2: _Tables 3: -2147287032
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/11236#comment:6>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" 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/django-updates?hl=en.