omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular

    Welcome!

    This is the community forum for my apps Pythonista and Editorial.

    For individual support questions, you can also send an email. If you have a very short question or just want to say hello — I'm @olemoritz on Twitter.


    Installing NLTK on pythonista

    Pythonista
    3
    7
    4289
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • karthikmaiya
      karthikmaiya last edited by

      Hellow, So I was able to use pipista to dowload nltk. Now I can see the nltk-2.0.4.tar.gz file in the directory. However, I am trying to use shellista to untar and ungzip this package, but pythonista always tells me the file cannot be found? Does anyone know a solution to this problem?
      Thanks

      1 Reply Last reply Reply Quote 0
      • ihf
        ihf last edited by

        do you see the file when you do an ls? If not trying changing directories until you do.

        1 Reply Last reply Reply Quote 0
        • dgelessus
          dgelessus last edited by

          By default packages downloaded with Pipista will land in the pypi-modules folder, so you'll first need to run cd pypi-modules and then the ungzip and untar commands.

          1 Reply Last reply Reply Quote 0
          • karthikmaiya
            karthikmaiya last edited by

            It didnt land in the pypi-modules foldr. it landed in the scripts library. But I attempted moving it to the folder and it is still giving me the same error.

            1 Reply Last reply Reply Quote 0
            • ihf
              ihf last edited by

              So it is now in the scripts folder? (i.e. when you cd scripts and ls, you can see it there). While in that directory you do gunzip nltk-2.0.4.tar.gz and you should be left with a .tar file which you can then do untar nltk-2.0.4.tar. What is the error msg?

              1 Reply Last reply Reply Quote 0
              • karthikmaiya
                karthikmaiya last edited by

                No it is in the overall area. Not in a folder.
                But how do u cd back to the overall directory?

                1 Reply Last reply Reply Quote 0
                • ihf
                  ihf last edited by

                  'cd ..' (without the quotes) will take you up a level

                  1 Reply Last reply Reply Quote 0
                  • First post
                    Last post
                  Powered by NodeBB Forums | Contributors