I have Python 3.4, cx_Freeze 4.3.3 and Windows 8.1. I'm trying to run
bdist_msi, but it fails while creating the MSI database:
...
installing to build\bdist.win32\msi
running install_exe
copying build\exe.win32-3.4\DTI - JLR Driver\Passenger.exe ->
build\bdist.win32\msi\DTI - JLR Driver
copying build\exe.win32-3.4\library.zip -> build\bdist.win32\msi
Traceback (most recent call last):
File "setup.py", line 85, in <module>
targetName=Program.shortName+'.exe',
File "C:\Python34\lib\site-packages\cx_Freeze\dist.py", line 362, in setup
distutils.core.setup(**attrs)
File "C:\Python34\lib\distutils\core.py", line 148, in setup
dist.run_commands()
File "C:\Python34\lib\distutils\dist.py", line 955, in run_commands
self.run_command(cmd)
File "C:\Python34\lib\distutils\dist.py", line 974, in run_command
cmd_obj.run()
File "C:\Python34\lib\site-packages\cx_Freeze\windist.py", line 382, in
run
author)
File "C:\Python34\lib\msilib\__init__.py", line 138, in init_database
db = OpenDatabase(name, MSIDBOPEN_CREATE)
_msi.MSIError: unknown error 65f
Based on a similar Stack Overflow question
<http://stackoverflow.com/questions/5825407/why-can-i-manually-build-a-python-msi-installer-but-my-bamboo-remote-agent-serv>,
I tried running from an administrator command prompt. However, I get the
same error when running as administrator.
Does anyone have a suggestion?
Thanks,
Josh
------------------------------------------------------------------------------
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
_______________________________________________
cx-freeze-users mailing list
cx-freeze-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cx-freeze-users