Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Can't get idle to run

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
First I had Python 2.2.1 pre-compiled installed (Solaris 2.6), but it didn't look like idle came with it. So DLed 2.2.2 source, compiled and installed it. Running idle gave a tkinker error. It complained that the modules were not present. Low and behold those directories were not in the path, so I made a PYTHONPATH and added the needed directories. Trying to run idle got a bit further, but a new error. ld.so.1 Fatal. So I looked around and found this
I went to look for the .h files and they do not exist. What is wrong, did my install just get messed up?
 
Does your Solaris installation have tcl/tk installed ?
If not, you should install it.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top