How can I get IDLE to use Tk 8.6?

I just downloaded and installed Python 3.5.  So far, I have had problems using it the Terminal. However, the installation creates a folder in the Applications folder, and it contains among others:

IDLE.app

Python Launcher.app

I've been using BBEdit and terminal to learn python, but I want to use IDLE, mainly to the size of the small window, when you work in python online tutorial.

I saw warnings about the problems with the default value, already installed Tk 8.5 and followed the link to download and install Tk 8.6.

Before and after I installed Tk 8.6, I get this warning when I open the market to SLOW:

> > WARNING: the version of Tcl/Tk (8.5.9) in use may be unstable.

Visit http://www.python.org/download/mac/tcltk/ for more information.

I intrigued about this for a bit, googled around only to find that others had the same concern, however, no answers had been provided. I finally watched the dropdown on IDLE and window graphics bit, for me, to show that IDLE is still using Tk 8.5 rather 8.6.   So, how can I get the INACTIVE application to move with TK 8.6?

Hello danuke,

It seems that with all positions, open up a bigger and bigger can-o-worms.

All these software are designed for a world of Linux. The user just goes ' yum... something...» ' or 'apt - get... .quelquechose else... "to install the software or update a version provided by the system. Sometimes it works, and sometimes, the user must go back and install a more recent, or longer, version of Ubuntu/Centos etc for all workers.

There is a way of 'old school' more - you can install the software from source. Somehow really old-school, people used to actually install test built more recent versions, but in custom locations just to test. Few people do that. Few people know even how to build more.

But if you want to use this software on a Mac, you need one of these strategies. You can go on the road with MacPorts package manager, Fink or now Homebrew and simply type «... BREW something...» ». OS X won't let you replace the versions of the system, so that option is on the table. But it's fine because who would break probably of stuff. But you can always install from source and select exactly what versions of the software you want to build with. Don't get me wrong - it is not easy. In fact, it is very difficult. Each project has a different construction system. Each is designed for Linux, with Mac users in a shot at best, but more often a nonthought. In the end, it's not so much software building as creatively hacking. I did this at work. It took me two weeks to get the entire system built GDAL, with postreSQL, a custom Python, etc. Ideally, you should do this for any software open-source that you build on the Mac. Never use Apple system software provided for what it is, unless you have no option. Apple IS NOT test such things. Apple crowd from all the trials and it is your job, not theirs. Apple will pick a untested development branch, of any package open source code and release it to 800 million customers in less than 3 weeks. I know because I've seen them do. He broke one of my apps.

But there is no easy solution. Every project is different. You'll have to each project and how to control where it generates from search. I can help if it's something that I've built lately. But I did not intend to disturb with a daredevil Python3 or relive the 80s with Tcl/Tk. I would say than ever in the company polished, because Python is just overly fancy, but it *. This is a joke compared to Perl. But I'm a pragmatic man, so I know that Perl will not get anyone, including me, decent work. So I'll use Python junk instead because he pays the Bills. That's how the software works today.

Tags: iOS Developer

Similar Questions

  • How can I get Mozilla to use the name of the page for the name of the real instead of the URL bookmark when I bookmark a page

    I just noticed that (in comparison to Internet Explorer): in IE, when you preferred a Web page, it uses the actual name of the Web page (for example, for this page, it would be "Ask a Question Firefox Help" as the name of the bookmark), but in Mozilla, it uses the URL as the name of the bookmark. I was wondering if it was possible to change my Mozilla settings so that it uses the name of the Web page as the bookmark name instead of the URL? I hope that everyone understands what I am getting? If anyone can help me, I would really appreciate it. Thank you.

    Firefox uses the tag title for the name of the newly saved bookmark.

    When I bookmark on this forum page I get this for the 'name' of the bookmark.

    How can I get Mozilla to use the name of the page for the name of the real instead of the URL bookmark when I bookmark a page | Firefox Support Forum | Firefox help

  • How can I get rid of used to install pop up ' want allow you the following program to make changes to this computer Microsoft (R) Antimalware package?

    Original title: How can I get rid of used to install poping up upward

    Do you allow the folling program to make changes to this computer Microsoft (R) Antimalware package or not change when these notifivations appear he said iam using32, but I use 64 how do I do that I'm the only one who uses my computure and why doI got one admitted. Please help me remove my screen when he tellsme one down to pick one, I need topick as system repair and save, the software and hardware I don't knowwhere tobegan microsoft wants me I pay 250.00 justgot the computure 4 months ago, they got onhere and bumble so please help fix me it is a toshiba satellite L755 he only Julien can dosince I am disabled and stay in bed much game play to win thingsand looking for things and to make doctor appointments

    Hi EatonmcMT,

    1. what security software is installed on the computer?

    2 did you do changes on the computer before the show?

    I suggest you scan your computer with the Microsoft Security Scanner, which would help us to get rid of viruses, spyware and other malicious software.

    The Microsoft Security Scanner is a downloadable security tool for free which allows analysis at the application and helps remove viruses, spyware and other malware. It works with your current antivirus software.

    http://www.Microsoft.com/security/scanner/en-us/default.aspx

     

    Note: The Microsoft Safety Scanner ends 10 days after being downloaded. To restart a scan with the latest definitions of anti-malware, download and run the Microsoft Safety Scanner again.

    Important: During the scan of the hard drive if bad sectors are found, the scanner tries to repair this sector, all available on which data may be lost.

    Let us know if that helps.

  • How can I get the 'handles' using the Radial filter in Lightroom 6

    How can I get the 'handles' using the Radial filter in Lightroom 6

    Please press 'H' as advised by dj_paige.

  • How can I get a directory using QFileInfo size

    Hi guys!

    I am trying to retrieve the size of a file or directory using QFileInfo, but still I can't get with success.

    Can anyone help me with any sample?

    Thank you!

    Here is an example on the web (not my code)...

    quint64 dir_size(const QString & str)
    {
        quint64 sizex = 0;
        QFileInfo str_info(str);
        if (str_info.isDir())
        {
            QDir dir(str);
            QFileInfoList list = dir.entryInfoList(QDir::Files | QDir::Dirs |  QDir::Hidden | QDir::NoSymLinks | QDir::NoDotAndDotDot);
            for (int i = 0; i < list.size(); ++i)
            {
                QFileInfo fileInfo = list.at(i);
                if(fileInfo.isDir())
                {
                        sizex += dir_size(fileInfo.absoluteFilePath());
                }
                else
                    sizex += fileInfo.size();
    
            }
        }
        return sizex;
    }
    

    You will need to adapt it to your needs (IE do you want recursion, County, hidden, etc.).

    [Edit] Here is the reference for this code http://stackoverflow.com/questions/7096637/how-can-i-get-the-file-size-in-directory-traversal

  • How can I get help in using this service. ?  I'm totally new to this service.

    You have simple tutorials that I can get to use this service?

    How can I get an answer?

  • How can I get my email using Firefox?

    I don't know how to get to my gmail account.

    Firefox is a browser, you can view the mail by using the site to email such as gmail, yahoo, outlook provider

    Thunderbird is the e-mail client, you can configure and read your emails offline (without Internet connection).

    Learn more about Thunderbird

  • I have a powermac G5 running 10.5.8 that I continued to get a screen telling me to level, which I did, then I was told that it was not compatible, and now I have nothing. How can I get Firefox I use back?

    I have a powermac G5 running 10.5.8 that I continued to get a screen telling me to level, which I did, then I was told that it was not compatible, and now I have nothing.

    How can I return to my old system or download one that will work. bold text

    You can download Firefox here 3.6.xx:

    http://www.Mozilla.org/en-us/Firefox/all-older.html

  • I've been using Foxit reader and uninstalled, how can I get firefox to use Adobe now? (He keeps trying to use the deleted program)

    I tried Foxit reader to see if I liked it better than Adobe decided to remove it. But now he keeps trying to use the deleted program and I can't get firefox using Adobe. I've uninstalled and reinstalled firefox and Adobe reader and the problem is still there.

    http://support.Mozilla.com/en-us/KB/managing+file+types

  • Windows 10 on pc itunes is on pc but my CD is on an external hard drive and I want to keep them there, but how can I get itunes to use does them everyone please have a fool proof statement

    I need to download iTunes to use my CD which is on an external hard drive and would like to keep on it. Please can someone tell me just how to do this

    My advice make a library of portable split is a general guide, but as such, it has all sorts of details that you may not need.

    I guess you have previously installed iTunes such as library files were in the usual place of C:\Users\ < user > \Music\iTunes but the media were on an external drive, for example in X:\ < Media folder >, and no longer have access to the old library, or are perhaps new to iTunes, then so be it you will need to start over again. If, then hold down the SHIFT key when you launch iTunes. Keep now until you see a prompt to create or choose a library. Click on create and make a new library at the root of the external drive, i.e. as X:\iTunes , where X is the drive letter of the external drive. Once this operation is complete, use Windows Explorer to move the existing media folder within the X:\iTunes\iTunes Media, rename the folder that you moved as say other media to avoid any possible confusion in the future, select the menu with Ctrl + B bar and use file > add folder to library, to import the file to other media in the library. Will everything that iTunes adds to the library be shuffled around. All that remains in the other media will be happy that iTunes does not know what to do with such incompatible media or album art carried out by Windows Media Player. You can sift throigh this, take what you want and use replacements for all players what you keep.

    If you need me to explain it further, do not hesitate to ask.

    TT2

  • How can I get Firefox to use more than 12.5% of the capacity of my modem wireless?

    Only if you use Firefox, pages take forever to load. Use of my wireless router in looking, I found that it runs in general (with just Firefox, no other program running on the internet) to 0% or 0.0%, with few spikes up to 5%. Even when you try to view a video.

    When I download something, it could rise to more than 12.5%, for a bit, but I never saw that he hit even 50%.

    When I'm doing something which seems that it takes more ability to my router, Firefox instead takes a bit of my CPU, I'm guessing that there is a lot to ask where are the packets of data or something.

    I have no proxy, or restart Firefox update worked, nor has completely rebooted my computer. I adjusted my network connections down, then back to the top, and all that did was make it so that I can't watch youtube videos, which she usually takes me a few tries to load in a resolution that will not hurt my eyes, and it is with an add-on that makes it so that they are forced to play in HD!

    OK, it's alright with the ISP part - I thought, as had shown activity wireless adapter testing with IE more like what was expected.

    I've also updated the two FF (not something I want to do, as it rarely is compatible with my Add-ons update. My set up is fine, it works, why should I change to something that will not be?), and an update of the computer (which, Yes, I should do it more often. A final which will automatically but has been massive, however and literally broke my copy of FireFox. It was boring!).

    I still feel like it runs too low, but at least the videos loading and read without problem now-well, for the most part.

    They load, kick up an error for a few moments and then screen reload and then play correctly. I guess I can live with that.

  • How can I get out what uses port 80 on Windows Small Business SERVER 2003

    Hello

    We install a new CRM system, that links to an external site, on our SBS 2003.
    We are told that for the link to work we must have free port 80.
    Tried run netstat - and it makes account of nothing - and a few other programs - and they bring nothing - but running ' telnet 192.168.2.2 80 "at the command prompt an error.
    Apparently, this means that something else IS using it, according to the support team who install the software.

    Can anyone help!
    Alan

    Hello

    The question you have posted is related to professional level support. Please visit the below mentioned link to find a community that will support what ask you

    http://social.technet.Microsoft.com/forums/en-us/smallbusinessserver/threads

  • Notes have disappeared from my iPhone SE. How can I get it back using the phone

    Help! My opinion of Notes on my is has changed and I can not find recorded notes, even to "research" does not help, because they don't show up there either.

    First thing to try is to open the Notes app and look for the folder deleted recently.  If it's not there then try a reboot or a restart forced:

    Restart your iPhone, iPad or iPod touch - Apple Support

    I think your only other option would be to restore from a backup:

    Restore your iPhone, iPad or iPod touch from a backup - Apple Support

  • How can I get firefox without using the heel. I just want to download once and use it on other computers

    I don't want to download the latest version of Firefox more than once. I want to download it and put my other computers. I have a limited download quota.

    The full Offline Installer is here:
    http://www.Mozilla.com/en-us/Firefox/all.html

  • My Web site has a new favicon but Firefox does not pick up. How can I get Firefox to use my new favicon?

    See the question. It is explicit.

    Reload Web pages, and ignore the cache.

    • Hold SHIFT and click reload.
    • Press 'Ctrl + F5' or 'Ctrl + Shift + R' (Windows, Linux)
    • Press 'Cmd + Shift + R' (MAC)

Maybe you are looking for