Python Forum
What am I doing wrong in setup.py
Thread Rating:
  • 2 Vote(s) - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
What am I doing wrong in setup.py
#2
I could be totally wrong in this but its worth a shot
setup(name='myproject',author='',author_email='',scripts=['/usr/bin/myscript.py'])

Other than that i would assume to copy your executable to /usr/bin and ask for permission and check if there is a filename in there already
Recommended Tutorials:
Reply


Messages In This Thread
What am I doing wrong in setup.py - by gps1539 - Nov-09-2017, 07:47 PM
RE: What am I doing wrong in setup.py - by metulburr - Nov-09-2017, 07:55 PM
RE: What am I doing wrong in setup.py - by gps1539 - Nov-09-2017, 08:49 PM
RE: What am I doing wrong in setup.py - by snippsat - Nov-10-2017, 07:08 AM
RE: What am I doing wrong in setup.py - by gps1539 - Nov-10-2017, 08:46 PM

Forum Jump:

User Panel Messages

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