Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #96858
| Path | csiph.com!goblin1!goblin.stu.neva.ru!uio.no!news.tele.dk!news.tele.dk!small.news.tele.dk!newsgate.cistron.nl!newsgate.news.xs4all.nl!nzpost1.xs4all.net!not-for-mail |
|---|---|
| Return-Path | <python-python-list@m.gmane.org> |
| 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; 'win32': 0.03; '(especially': 0.07; 'message-id:@4ax.com': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'python': 0.10; 'files.': 0.13; 'thu,': 0.15; 'idle.': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'url:home': 0.18; 'windows': 0.20; '2015': 0.20; 'saying': 0.22; 'sep': 0.22; 'third-party': 0.23; 'downloaded': 0.24; 'installed': 0.26; 'header:X-Complaints-To:1': 0.26; 'this.': 0.28; 'path,': 0.29; 'spaces': 0.29; 'normally': 0.30; 'skip:d 40': 0.32; 'problem': 0.33; 'open': 0.33; 'configured': 0.35; 'something': 0.35; 'but': 0.36; 'should': 0.36; 'there': 0.36; 'created': 0.36; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'thanks': 0.37; 'received:org': 0.37; 'charset:us-ascii': 0.37; 'things': 0.38; 'stuff': 0.38; 'application': 0.39; 'to:addr:python.org': 0.40; 'where': 0.40; 'programs': 0.62; 'subject:Hello': 0.70; 'dennis': 0.91; 'received:108': 0.93 |
| X-Injected-Via-Gmane | http://gmane.org/ |
| To | python-list@python.org |
| From | Dennis Lee Bieber <wlfraed@ix.netcom.com> |
| Subject | Re: Hello |
| Date | Sat, 19 Sep 2015 13:31:35 -0400 |
| Organization | IISS Elusive Unicorn |
| References | <DUB405-EAS392281D2C7F72979E2613A9E65A0@phx.gbl> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=us-ascii |
| Content-Transfer-Encoding | 7bit |
| X-Gmane-NNTP-Posting-Host | adsl-108-68-178-61.dsl.klmzmi.sbcglobal.net |
| X-Newsreader | Forte Agent 6.00/32.1186 |
| X-No-Archive | YES |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.20+ |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.26.1442683908.21674.python-list@python.org> (permalink) |
| Lines | 20 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1442683908 news.xs4all.nl 23856 [2001:888:2000:d::a6]:50942 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:96858 |
Show key headers only | View raw
On Thu, 17 Sep 2015 16:10:55 +0100, moon khondkar <korom@hotmail.co.uk>
declaimed the following:
>Hello I have problem with python installation.I downloaded python 3.5 but I cannot use it on my computer.I can not open the idle. I get something like saying "users\local settings\Application data\programs\python\python35-32\pythonw.exe is not valid win32 application. Thanks that will be help if you can solve this.
Given that path, you have a very strangely configured Windows system...
"local settings" is in the place where a login user name would be, and
there should not normally be application programs found in "application
data" -- only user specific configuration files. Actually -- on my system
there is no "application data", it is "AppData"
While Windows likes to stuff things in directories with spaces in them,
I find third-party applications (especially those that are created for
multiple OSes) work better when installed in directories that have no
spaces...
--
Wulfraed Dennis Lee Bieber AF6VN
wlfraed@ix.netcom.com HTTP://wlfraed.home.netcom.com/
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: Hello Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2015-09-19 13:31 -0400
csiph-web