plitanium 0 Newbie Poster

Hi all,

I provide the following command in my run window (Start->Run)

python setup.py sdist

setup.py contains a module named Modular,

from distutils.core import setup

setup(name='Modular',
version='1.0',
py_modules=,
)

But there is no Modular.zip file being created [as said in the documentation]. There is no output whatsoever...Why is this so???

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.