Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.003 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'scripts': 0.03; 'url:pypi': 0.03; 'installed.': 0.07; 'pypi': 0.07; 'here?': 0.09; 'setup.py': 0.09; 'url:github': 0.09; "package's": 0.16; 'scripts.': 0.16; 'subject:install': 0.16; 'trying': 0.19; 'file,': 0.19; 'install': 0.23; 'copied': 0.24; 'directory.': 0.24; 'script': 0.25; 'message-id:@mail.gmail.com': 0.30; 'directory,': 0.31; 'file': 0.32; 'run': 0.32; 'url:python': 0.33; 'problem': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'installing': 0.36; 'doing': 0.36; 'hi,': 0.36; 'url:org': 0.36; 'wrong': 0.37; 'problems': 0.38; 'to:addr:python-list': 0.38; 'that,': 0.38; 'to:addr:python.org': 0.39; 'from:charset:utf-8': 0.61; 'face': 0.64; 'here': 0.66; 'package:': 0.93 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=p0ra2116mJIis5kbB9uLFoXrvkbCxe/M7ejWCVSR+G8=; b=p+sxcM9vzUgcZXjifbPa/thsfuXbYUufoNuWeYu740rZfWYFwQwrfDEe6Xs50jJjL7 RnOzuhG7+c4zF14mNifZymfjj9C1AnVnbEnCqAjA+3KYTxwYB51clamimo1wmTkcDROx ENEiXfR9E0yF80EQCMiWPBTXJfiiai04hVM6YOFfbWmCAGn5fKTB54H1yhXc+/dPEkM2 HqnQaWaoHstyedD6rTHrFTUdCMCf1+OLetzdybJarlIw80CGduPXguB64vieNewHqToN ocDSatFE2oeMMWhRgR5ZpFd8Ziomf3FfAmpdrpS0S7t6MEqf/ZzjRHRMpfAx3gZgLXCd yC9A== MIME-Version: 1.0 X-Received: by 10.236.231.178 with SMTP id l48mr15655439yhq.143.1405754394478; Sat, 19 Jul 2014 00:19:54 -0700 (PDT) Date: Sat, 19 Jul 2014 10:19:54 +0300 Subject: Pip doesn't install my scripts From: =?UTF-8?B?WWHFn2FyIEFyYWJhY8Sx?= To: python-list@python.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 17 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1405755758 news.xs4all.nl 2845 [2001:888:2000:d::a6]:53018 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:74799 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/