Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: How to include pandas with pyinstaller
Post: How to include pandas with pyinstaller

Hello, I am trying to build an exe with pyinstaller I a getting aModuleNotFoundError no module named 'pandas' I have tried the following so far: pyinstaller --hidden-import=pandas --onefile someapp...
Rickus General Coding Help 1 10,667 Feb-19-2020, 06:18 PM
    Thread: Py2exe Writing UNKNOWN-0.0.0-py3.7.egg-info
Post: RE: Py2exe Writing UNKNOWN-0.0.0-py3.7.egg-info

Buran, Thanks for the help, it's still not working, I will try as you suggest. Hello All Tried pyinstaller and it seems to work,it creates an .exe in the dist folder which will not run, I just get ...
Rickus General Coding Help 2 3,689 Feb-18-2020, 03:09 PM
    Thread: Py2exe Writing UNKNOWN-0.0.0-py3.7.egg-info
Post: Py2exe Writing UNKNOWN-0.0.0-py3.7.egg-info

Hello, I using py2exe to generate an executable, Here is my setup.py from distutils.core import setup import py2exe setup(windows=['C:\\Users\source\repos\myapp.py'], options={ 'p...
Rickus General Coding Help 2 3,689 Feb-18-2020, 02:36 PM

User Panel Messages

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