Python Forum
Developed App in VS2019 - Help with pyinstaller
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Developed App in VS2019 - Help with pyinstaller
#1
HI,

I have developed a simple app in vs2019. if I 'run' it - it works as expected. There is a single .py file in the solution. If I try and create an executable using pyinstaller the and try and run the exe file it doesn't work. Would this be due to the virtual environment that I created??

My initial imports are :

import requests
import json
import os
import csv
import pandas as pd
from pprint import pprint
I have developed the app on my local machine and have insured that python 3.8 is installed on the server that I want to run the executable on (I have tested this by typing python at the command prompt).

Is there a walkthrough on exporting a solution from vs2019 - or is there is better way to create the app?

Many thanks
Fiorano
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  using self-developed modules wlp 13 4,696 Aug-31-2019, 05:19 PM
Last Post: snippsat

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020