Comment 7 for bug 534548

Revision history for this message
Alexander Belchenko (bialix) wrote : Re: [Bug 534548] Re: Bzr Error: missing sqlite library

Ian Clatworthy пишет:
> Alexander,
>
> What's the fix for this? Do I simply add something like ...
>
> packages.append('sqlite')

I think it's correct way.

> to def get_svn_py2exe_info(includes, excludes, packages) in setup.py? Is
> "packages" the right list to append to? Or is it "includes" or something
> else?

The "packages" is right list.

"includes" used to specify plain python modules.