Python Forum
Run a ready to go Python project
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Run a ready to go Python project
#1
I am sorry for such trivial question. I have downloaded a Python project from github. I ran setup.py file as:

python setup.py --install

and

python setup.py --build

I guess these were commands that I've ran, because now I have build folder. In this folder I have another two folders: bdist.win32 and lib. bdist.win32 is empty and lib has few files, including __init__.py and util.py.

My question is, how can I run this Python project ? Don't get me wrong, but what should I searching for in order to run the main project ?

Another question: what is for bdist.win32 folder ? Is empty right now, but I saw that was generated though ...
Reply


Messages In This Thread
Run a ready to go Python project - by flaviu2 - Nov-03-2020, 08:21 PM
RE: Run a ready to go Python project - by snippsat - Nov-03-2020, 08:55 PM

Forum Jump:

User Panel Messages

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