Pip doesn't install my scripts

Yaşar Arabacı yasar11732 at gmail.com
Sat Jul 19 03:19:54 EDT 2014


Hi,

I am trying to package my file, but I am having problems with
installing my Scripts. Here is my package:
https://github.com/yasar11732/tklsystem

Here is my package's PyPi page: https://pypi.python.org/pypi/TkLsystem

The problem I face is that, when I run `python setup.py install` from
my development directory, I see that script file is installed.
However, if I run `pip install TkLsystem`, my script file is not
copied to Scripts directory.

What am I doing wrong here?

-- 
http://ysar.net/



More information about the Python-list mailing list