Erik Sandstrom Posted November 14, 2018 Share Posted November 14, 2018 I am trying to delploy the third-party requests module for use in IronPython/Spotfire. The module now comes standard when you download python from python.org, which is where I obtained all of the .py files for the module. I have followed all of the steps outlined in the "Deploying Python Modules for Spotfire Clients Usage" document using the Package Builder. When I get to sub-step 11 under step 2 (where you select "TIBCO Spotfire Any Client" and click "Finish" I get the following error: I have tried multiple different ways of building this package, and have even tried building the very simple module included in the instructions, yet I get the same error. Any advice on how to get past this step and on how to deploy the requests module in general Thanks! Erik Link to comment Share on other sites More sharing options...
Shandilya Peddi Posted November 14, 2018 Share Posted November 14, 2018 Make sure you have added the distribution file to the Package Builder. If you have not added the distribution file, then follow these steps to add: 1). Launch Package Builder. 2). Click on File > Add TIBCO Spotfire Distribution, then point it to the Spotfire distribution location (Spotfire Professional client installation directory, which is usually "C:Program Files (x86)TIBCOSpotfireVersion X.X.X"). 3). Select the check box, then click Validate, and save. 4). Once it has successfully saved, you should be able to validate the custom extensions Link to comment Share on other sites More sharing options...
Shandilya Peddi Posted November 14, 2018 Share Posted November 14, 2018 Also below is a knowledge base article on how to resolve common issues with package builder, https://support.tibco.com/s/article/Tibco-KnowledgeArticle-Article-45203 Link to comment Share on other sites More sharing options...
Stian skjorestad Posted June 21, 2019 Share Posted June 21, 2019 Hi Erik, I am exploring the same option just now. I figured out the package builder usage, and currently bundling Requests, and possibly other required libraries. Did you manage to build the package and use the lib in Spotfire Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now