Python Forum
Thread Rating:
  • 1 Vote(s) - 1 Average
  • 1
  • 2
  • 3
  • 4
  • 5
setuptools setup problem
#1
I am using python3.4 on debian jessie  After the following enties
from setuptools import setup

setup(
   name='vseach',
   version='1.0',
   py_modules=['vsearch'],
)
Error:
error:no commands supplied
vsearch is a file in the current directory containing two function definitions.

I am just getting started with python and have found several instructions identical to the lines above. None specify a command..

Is there something I have missed?
Reply


Messages In This Thread
setuptools setup problem - by TomGeorge - Dec-29-2016, 09:31 PM
RE: setuptools setup problem - by mcmxl22 - Dec-29-2016, 10:14 PM
RE: setuptools setup problem - by TomGeorge - Dec-29-2016, 10:52 PM
RE: setuptools setup problem - by mcmxl22 - Dec-29-2016, 11:53 PM
RE: setuptools setup problem - by TomGeorge - Dec-30-2016, 01:09 AM
RE: setuptools setup problem - by TomGeorge - Dec-30-2016, 03:11 AM
RE: setuptools setup problem - by mcmxl22 - Dec-30-2016, 03:47 AM
RE: setuptools setup problem - by snippsat - Dec-30-2016, 06:07 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
Question Setuptools CLI program ModuleNotFoundError after splitting up module into package Postbote 1 3,377 Nov-25-2021, 06:35 PM
Last Post: Postbote
  Scipy sparse setuptools issues Anldra12 11 7,948 Jun-19-2021, 04:01 PM
Last Post: Anldra12
  Upgrade Setuptools on Python 3.4 Alexver 2 9,006 Sep-20-2018, 06:22 AM
Last Post: Alexver
  Python3 No Module Named gi, Tkinter, setuptools and more... On Fedora Linux harun2525 12 16,691 Aug-11-2018, 12:48 AM
Last Post: Larz60+
  setuptools bromberg 3 4,326 Jun-30-2018, 01:57 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