[Pythonmac-SIG] py2app and mysqldb
Elizabeth Lackey
elizabeth.k.lackey at gmail.com
Tue Apr 28 18:50:01 CEST 2009
setup(
>> app=APP,
>> data_files=DATA_FILES,
>> options={'py2app': OPTIONS},
>> setup_requires=['py2app'],
>> options=dict(py2app=dict(argv_emulation=True),
>>
>
> whooa! you've defined "options" twice here -- maybe only the second one is
> taking...
I've added the packages in this options, with the other options left in, and
without. I've removed this one completely. None of them are doing any
good.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pythonmac-sig/attachments/20090428/5d22f19d/attachment.htm>
More information about the Pythonmac-SIG
mailing list