-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello all,
eric (a Python IDE which is built around QScintilla) supports code completion and tool tips. For that feature to work, it needs API files which can be autogenerated by some scripts from upstream (one for the Python builtins & modules, the other one for PyQt APIs). I am searching for the best method to include these files: - - I build them myself and include them in the eric package (they end up in the .diff.gz) - - I build them myself and put them in a separate (native?) package - - I include the scripts in the package and let the files be created at build time. After that, they can either reside in eric itself or in a separate package. BTW, splitting the package won't save any space, since eric is Python-only (Arch..: all). Thanks for your advice Torsten - -- Torsten Marek <[EMAIL PROTECTED]> ID: A244C858 -- FP: 1902 0002 5DFC 856B F146 894C 7CC5 451E A244 C858 Keyserver: subkeys.pgp.net -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFCT7MKfMVFHqJEyFgRAvOQAKC/PG8oJ5t4tbzxp663dKHgtK/cQACeK38w cLY0d/Cq9FS4GxEmyZ6zjZY= =6Ex1 -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

