[email protected] píše v Út 02. 08. 2011 v 14:03 +0200: > It's a user requirement to use custom plugins additional to the > bundled plugins. > > It looks like there is no way to grab dependencies only. Isn't it?
Does your plugin interface contain a stable API for plugins? Since pyinstaller is packaging only subset of full python - only dependecies which are detected when creating executable. If the customer will use in customer plugins something which is not packaged then it will fail. Pyinstaller is not the way if you need full python libraries with your app for the case it could be one day used in your plugins. -- You received this message because you are subscribed to the Google Groups "PyInstaller" 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/pyinstaller?hl=en.
