LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 08-18-2003, 07:46 PM   #1
Safyre
Member
 
Registered: Aug 2003
Distribution: Red Hat 9
Posts: 31

Rep: Reputation: 15
Question Python: Where'd It Go?


I am interested in learning a programming language, so I downloaded Python, I installed it successfully, apart from noting one Error, but, everything seems to be there. Except, I can't find any way to start up Python! I know where the files were placed, in /usr/local/python and in /usr/lib/bin and in the original download folder. How can I find the right file to start it I installed the tarball version, not the RPM. But all I really want to know is where'd it go? If there's a Python loose in my computer, I have to find it!
Thanx eva so much!
~Safyre
 
Old 08-18-2003, 08:03 PM   #2
Sornen
Member
 
Registered: Jul 2003
Posts: 37

Rep: Reputation: 15
try

whereis python

why not use the rpm version with rh9.0, which works for me and if you got one error then that could be serious
 
Old 08-18-2003, 08:14 PM   #3
rshaw
Senior Member
 
Registered: Apr 2001
Location: Perry, Iowa
Distribution: Mepis , Debian
Posts: 2,692

Rep: Reputation: 45
type 'python' from a term window. you should be greeted with the >>>prompt. thats interactive mode. or you can write the script and save it with the .py extention then start it with 'python filename.py' at a term window. or if you installed IDLE(it would be in the 'tools' subdirectory) it includes its own editor that will allow you to open 2 or more windows (write code in one, execute it and watch the output in the other window. depending on your path layout you may be able to start it with just 'idle' from a term.
 
Old 08-18-2003, 10:06 PM   #4
Safyre
Member
 
Registered: Aug 2003
Distribution: Red Hat 9
Posts: 31

Original Poster
Rep: Reputation: 15
Ok, what you said about python starting the >>> prompt worked like a charm. Now, I've found that I have a directory called /usr/local/lib/python2.3/idlelib and it contains a file called idle, as well as many others. I tried to run idle in the term window, but it doesn't do anything but flash and disappear. I tried just putting idle in the window, but that doesn't work. What should I do now?

Thanks again, w/o ya I couldn't have made python run without spending a week tearing my hair out (not a pretty sight)

~Safyre
 
Old 08-19-2003, 12:06 AM   #5
Sornen
Member
 
Registered: Jul 2003
Posts: 37

Rep: Reputation: 15
with the rpm there is a script file in /usr/bin called idle. It contains the following:

#!/bin/bash
exec /usr/lib/python2.2/site-packages/idle/idle.py

Does this script work if you change the directory to the directory that you have idle.py in?

Another thing to try is to invoke idle through the python interpreter. Such as this (of course changing your directory to the one that idle.py is in):

python /usr/lib/python2.2/site-packages/idle/idle.py

I've have just finished installing eric3 an ide for python, which looks quite nice, but took a lot of effort to install, mainly because I didnt follow the instrucitons. If you follow the instruction precisely then it should work, but be aware that after installing pyqt there are some new libraries which the system doesnt seem to be aware of. Fixed this problem by doing an ldconfig.

http://www.die-offenbachs.de/detlev/eric3.html

Just a thought to fix your idle problem perhaps after compiling and installing python you may need to do an ldconfig as root.
 
Old 08-19-2003, 08:48 AM   #6
rshaw
Senior Member
 
Registered: Apr 2001
Location: Perry, Iowa
Distribution: Mepis , Debian
Posts: 2,692

Rep: Reputation: 45
you can also get the latest version of idle here: http://idlefork.sourceforge.net/
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Where'd they go? Jaster Debian 4 11-16-2004 05:29 PM
Where'd it go? mrde50garfield Mandriva 0 07-07-2004 05:12 PM
RH9 ... where'd it go?? VeganHacker Linux - Software 2 04-25-2004 11:13 PM
Where'd it go? rhraz Linux - Software 3 02-10-2004 11:02 PM
Now you see it, um...where'd it go? GhostInDarkness Red Hat 1 11-06-2003 01:00 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 02:26 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration